1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>setGraphRangeUI</class> |
---|
4 | <widget class="QDialog" name="setGraphRangeUI"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>358</width> |
---|
10 | <height>144</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="sizePolicy"> |
---|
14 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> |
---|
15 | <horstretch>0</horstretch> |
---|
16 | <verstretch>0</verstretch> |
---|
17 | </sizepolicy> |
---|
18 | </property> |
---|
19 | <property name="windowTitle"> |
---|
20 | <string>Set Graph Range</string> |
---|
21 | </property> |
---|
22 | <property name="windowIcon"> |
---|
23 | <iconset> |
---|
24 | <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> |
---|
25 | </property> |
---|
26 | <property name="modal"> |
---|
27 | <bool>true</bool> |
---|
28 | </property> |
---|
29 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
30 | <item row="0" column="0"> |
---|
31 | <layout class="QGridLayout" name="gridLayout"> |
---|
32 | <item row="0" column="0"> |
---|
33 | <widget class="QLabel" name="label"> |
---|
34 | <property name="text"> |
---|
35 | <string>X min</string> |
---|
36 | </property> |
---|
37 | </widget> |
---|
38 | </item> |
---|
39 | <item row="0" column="1"> |
---|
40 | <widget class="QLineEdit" name="txtXmin"/> |
---|
41 | </item> |
---|
42 | <item row="0" column="2"> |
---|
43 | <widget class="QLabel" name="label_2"> |
---|
44 | <property name="text"> |
---|
45 | <string>X max</string> |
---|
46 | </property> |
---|
47 | </widget> |
---|
48 | </item> |
---|
49 | <item row="0" column="3"> |
---|
50 | <widget class="QLineEdit" name="txtXmax"/> |
---|
51 | </item> |
---|
52 | <item row="1" column="0"> |
---|
53 | <widget class="QLabel" name="label_3"> |
---|
54 | <property name="text"> |
---|
55 | <string>Y min</string> |
---|
56 | </property> |
---|
57 | </widget> |
---|
58 | </item> |
---|
59 | <item row="1" column="1"> |
---|
60 | <widget class="QLineEdit" name="txtYmin"/> |
---|
61 | </item> |
---|
62 | <item row="1" column="2"> |
---|
63 | <widget class="QLabel" name="label_4"> |
---|
64 | <property name="text"> |
---|
65 | <string>Y max</string> |
---|
66 | </property> |
---|
67 | </widget> |
---|
68 | </item> |
---|
69 | <item row="1" column="3"> |
---|
70 | <widget class="QLineEdit" name="txtYmax"/> |
---|
71 | </item> |
---|
72 | </layout> |
---|
73 | </item> |
---|
74 | <item row="1" column="0"> |
---|
75 | <spacer name="verticalSpacer"> |
---|
76 | <property name="orientation"> |
---|
77 | <enum>Qt::Vertical</enum> |
---|
78 | </property> |
---|
79 | <property name="sizeHint" stdset="0"> |
---|
80 | <size> |
---|
81 | <width>20</width> |
---|
82 | <height>40</height> |
---|
83 | </size> |
---|
84 | </property> |
---|
85 | </spacer> |
---|
86 | </item> |
---|
87 | <item row="2" column="0"> |
---|
88 | <widget class="QDialogButtonBox" name="buttonBox"> |
---|
89 | <property name="orientation"> |
---|
90 | <enum>Qt::Horizontal</enum> |
---|
91 | </property> |
---|
92 | <property name="standardButtons"> |
---|
93 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
---|
94 | </property> |
---|
95 | </widget> |
---|
96 | </item> |
---|
97 | </layout> |
---|
98 | </widget> |
---|
99 | <resources/> |
---|
100 | <connections> |
---|
101 | <connection> |
---|
102 | <sender>buttonBox</sender> |
---|
103 | <signal>accepted()</signal> |
---|
104 | <receiver>setGraphRangeUI</receiver> |
---|
105 | <slot>accept()</slot> |
---|
106 | <hints> |
---|
107 | <hint type="sourcelabel"> |
---|
108 | <x>248</x> |
---|
109 | <y>254</y> |
---|
110 | </hint> |
---|
111 | <hint type="destinationlabel"> |
---|
112 | <x>157</x> |
---|
113 | <y>274</y> |
---|
114 | </hint> |
---|
115 | </hints> |
---|
116 | </connection> |
---|
117 | <connection> |
---|
118 | <sender>buttonBox</sender> |
---|
119 | <signal>rejected()</signal> |
---|
120 | <receiver>setGraphRangeUI</receiver> |
---|
121 | <slot>reject()</slot> |
---|
122 | <hints> |
---|
123 | <hint type="sourcelabel"> |
---|
124 | <x>316</x> |
---|
125 | <y>260</y> |
---|
126 | </hint> |
---|
127 | <hint type="destinationlabel"> |
---|
128 | <x>286</x> |
---|
129 | <y>274</y> |
---|
130 | </hint> |
---|
131 | </hints> |
---|
132 | </connection> |
---|
133 | </connections> |
---|
134 | </ui> |
---|