Skip to content

Commit d7431f3

Browse files
committed
don't need ui just for a plot!!!
1 parent e9b0064 commit d7431f3

File tree

5 files changed

+207
-245
lines changed

5 files changed

+207
-245
lines changed

needles2/mainUI.ui

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
3+
<class>MainWindow</class>
4+
<widget class="QMainWindow" name="MainWindow">
5+
<property name="geometry">
6+
<rect>
7+
<x>0</x>
8+
<y>0</y>
9+
<width>1426</width>
10+
<height>908</height>
11+
</rect>
12+
</property>
13+
<property name="windowTitle">
14+
<string>MainWindow</string>
15+
</property>
16+
<widget class="QWidget" name="centralwidget">
17+
<widget class="PlotWidget" name="fig_coronal">
18+
<property name="geometry">
19+
<rect>
20+
<x>350</x>
21+
<y>10</y>
22+
<width>491</width>
23+
<height>271</height>
24+
</rect>
25+
</property>
26+
</widget>
27+
<widget class="QWidget" name="region_placeholder" native="true">
28+
<property name="geometry">
29+
<rect>
30+
<x>10</x>
31+
<y>10</y>
32+
<width>321</width>
33+
<height>241</height>
34+
</rect>
35+
</property>
36+
</widget>
37+
<widget class="QWidget" name="coverage_placeholder" native="true">
38+
<property name="geometry">
39+
<rect>
40+
<x>10</x>
41+
<y>260</y>
42+
<width>321</width>
43+
<height>241</height>
44+
</rect>
45+
</property>
46+
</widget>
47+
<widget class="PlotWidget" name="fig_sagittal">
48+
<property name="geometry">
49+
<rect>
50+
<x>350</x>
51+
<y>300</y>
52+
<width>491</width>
53+
<height>271</height>
54+
</rect>
55+
</property>
56+
</widget>
57+
<widget class="PlotWidget" name="fig_horizontal">
58+
<property name="geometry">
59+
<rect>
60+
<x>350</x>
61+
<y>590</y>
62+
<width>491</width>
63+
<height>271</height>
64+
</rect>
65+
</property>
66+
</widget>
67+
<widget class="PlotWidget" name="fig_top">
68+
<property name="geometry">
69+
<rect>
70+
<x>860</x>
71+
<y>10</y>
72+
<width>351</width>
73+
<height>411</height>
74+
</rect>
75+
</property>
76+
</widget>
77+
<widget class="PlotWidget" name="fig_probe">
78+
<property name="geometry">
79+
<rect>
80+
<x>1240</x>
81+
<y>10</y>
82+
<width>171</width>
83+
<height>841</height>
84+
</rect>
85+
</property>
86+
</widget>
87+
</widget>
88+
<widget class="QMenuBar" name="menubar">
89+
<property name="geometry">
90+
<rect>
91+
<x>0</x>
92+
<y>0</y>
93+
<width>1426</width>
94+
<height>21</height>
95+
</rect>
96+
</property>
97+
</widget>
98+
<widget class="QStatusBar" name="statusbar"/>
99+
<action name="actionImage">
100+
<property name="checkable">
101+
<bool>true</bool>
102+
</property>
103+
<property name="checked">
104+
<bool>true</bool>
105+
</property>
106+
<property name="text">
107+
<string>Image</string>
108+
</property>
109+
</action>
110+
<action name="actionAnnotation">
111+
<property name="checkable">
112+
<bool>true</bool>
113+
</property>
114+
<property name="text">
115+
<string>Annotation</string>
116+
</property>
117+
</action>
118+
</widget>
119+
<customwidgets>
120+
<customwidget>
121+
<class>PlotWidget</class>
122+
<extends>QGraphicsView</extends>
123+
<header location="global">pyqtgraph</header>
124+
</customwidget>
125+
</customwidgets>
126+
<resources/>
127+
<connections/>
128+
</ui>

needles2/probeUI.ui

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)