ui/CalibrateiSpindel.ui

changeset 505
7ae4d022cf8f
child 506
ea07f6c97a69
equal deleted inserted replaced
504:ea7cf64c9a6c 505:7ae4d022cf8f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CalibrateiSpindel</class>
4 <widget class="QDialog" name="CalibrateiSpindel">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1024</width>
10 <height>560</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QWidget" name="topWidget" native="true">
19 <widget class="QLabel" name="nameLabel">
20 <property name="geometry">
21 <rect>
22 <x>10</x>
23 <y>10</y>
24 <width>91</width>
25 <height>20</height>
26 </rect>
27 </property>
28 <property name="text">
29 <string>Name:</string>
30 </property>
31 <property name="alignment">
32 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
33 </property>
34 </widget>
35 <widget class="QLineEdit" name="nameEdit">
36 <property name="geometry">
37 <rect>
38 <x>110</x>
39 <y>10</y>
40 <width>391</width>
41 <height>23</height>
42 </rect>
43 </property>
44 <property name="maxLength">
45 <number>128</number>
46 </property>
47 <property name="readOnly">
48 <bool>true</bool>
49 </property>
50 </widget>
51 <widget class="QPushButton" name="quitButton">
52 <property name="geometry">
53 <rect>
54 <x>110</x>
55 <y>510</y>
56 <width>80</width>
57 <height>23</height>
58 </rect>
59 </property>
60 <property name="sizePolicy">
61 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
62 <horstretch>0</horstretch>
63 <verstretch>0</verstretch>
64 </sizepolicy>
65 </property>
66 <property name="text">
67 <string>Quit</string>
68 </property>
69 <property name="icon">
70 <iconset>
71 <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
72 </property>
73 </widget>
74 <widget class="QPushButton" name="saveButton">
75 <property name="enabled">
76 <bool>false</bool>
77 </property>
78 <property name="geometry">
79 <rect>
80 <x>820</x>
81 <y>510</y>
82 <width>80</width>
83 <height>23</height>
84 </rect>
85 </property>
86 <property name="text">
87 <string>Save</string>
88 </property>
89 <property name="icon">
90 <iconset>
91 <normaloff>:icons/silk/disk.png</normaloff>:icons/silk/disk.png</iconset>
92 </property>
93 </widget>
94 <widget class="QTableWidget" name="dataTable">
95 <property name="geometry">
96 <rect>
97 <x>110</x>
98 <y>100</y>
99 <width>361</width>
100 <height>381</height>
101 </rect>
102 </property>
103 </widget>
104 <widget class="QLabel" name="dataLabel">
105 <property name="geometry">
106 <rect>
107 <x>10</x>
108 <y>100</y>
109 <width>91</width>
110 <height>20</height>
111 </rect>
112 </property>
113 <property name="text">
114 <string>Data:</string>
115 </property>
116 <property name="alignment">
117 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
118 </property>
119 </widget>
120 <widget class="QPushButton" name="addButton">
121 <property name="geometry">
122 <rect>
123 <x>10</x>
124 <y>160</y>
125 <width>91</width>
126 <height>23</height>
127 </rect>
128 </property>
129 <property name="text">
130 <string>Add</string>
131 </property>
132 <property name="icon">
133 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
134 <normaloff>:/icons/silk/add.png</normaloff>:/icons/silk/add.png</iconset>
135 </property>
136 </widget>
137 <widget class="QLabel" name="oldLabel">
138 <property name="geometry">
139 <rect>
140 <x>10</x>
141 <y>40</y>
142 <width>91</width>
143 <height>20</height>
144 </rect>
145 </property>
146 <property name="text">
147 <string>Old formula:</string>
148 </property>
149 <property name="alignment">
150 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
151 </property>
152 </widget>
153 <widget class="QLabel" name="newLabel">
154 <property name="geometry">
155 <rect>
156 <x>10</x>
157 <y>70</y>
158 <width>91</width>
159 <height>20</height>
160 </rect>
161 </property>
162 <property name="text">
163 <string>New formula:</string>
164 </property>
165 <property name="alignment">
166 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
167 </property>
168 </widget>
169 <widget class="QLineEdit" name="oldEdit">
170 <property name="geometry">
171 <rect>
172 <x>110</x>
173 <y>40</y>
174 <width>541</width>
175 <height>23</height>
176 </rect>
177 </property>
178 <property name="maxLength">
179 <number>128</number>
180 </property>
181 <property name="readOnly">
182 <bool>true</bool>
183 </property>
184 </widget>
185 <widget class="QLineEdit" name="newEdit">
186 <property name="geometry">
187 <rect>
188 <x>110</x>
189 <y>70</y>
190 <width>541</width>
191 <height>23</height>
192 </rect>
193 </property>
194 <property name="maxLength">
195 <number>128</number>
196 </property>
197 <property name="readOnly">
198 <bool>true</bool>
199 </property>
200 </widget>
201 </widget>
202 </item>
203 </layout>
204 </widget>
205 <tabstops>
206 <tabstop>nameEdit</tabstop>
207 <tabstop>quitButton</tabstop>
208 <tabstop>saveButton</tabstop>
209 </tabstops>
210 <resources>
211 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
212 </resources>
213 <connections/>
214 </ui>

mercurial