|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>350</width> |
10 | | - <height>262</height> |
| 9 | + <width>321</width> |
| 10 | + <height>243</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
14 | 14 | <string>Display Definition</string> |
15 | 15 | </property> |
16 | 16 | <layout class="QVBoxLayout" name="verticalLayout"> |
17 | | - <item> |
18 | | - <layout class="QHBoxLayout" name="horizontalLayout"> |
19 | | - <item> |
20 | | - <spacer name="horizontalSpacer"> |
21 | | - <property name="orientation"> |
22 | | - <enum>Qt::Horizontal</enum> |
23 | | - </property> |
24 | | - <property name="sizeHint" stdset="0"> |
25 | | - <size> |
26 | | - <width>40</width> |
27 | | - <height>20</height> |
28 | | - </size> |
29 | | - </property> |
30 | | - </spacer> |
31 | | - </item> |
32 | | - <item> |
33 | | - <widget class="QLabel" name="labelUpdateRate"> |
34 | | - <property name="text"> |
35 | | - <string>Update Rate: </string> |
36 | | - </property> |
37 | | - </widget> |
38 | | - </item> |
39 | | - <item> |
40 | | - <widget class="NumericLineEdit" name="lineEditUpdateRate"> |
41 | | - <property name="sizePolicy"> |
42 | | - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
43 | | - <horstretch>0</horstretch> |
44 | | - <verstretch>0</verstretch> |
45 | | - </sizepolicy> |
46 | | - </property> |
47 | | - <property name="minimumSize"> |
48 | | - <size> |
49 | | - <width>0</width> |
50 | | - <height>25</height> |
51 | | - </size> |
52 | | - </property> |
53 | | - <property name="maximumSize"> |
54 | | - <size> |
55 | | - <width>60</width> |
56 | | - <height>16777215</height> |
57 | | - </size> |
58 | | - </property> |
59 | | - </widget> |
60 | | - </item> |
61 | | - <item> |
62 | | - <widget class="QLabel" name="label"> |
63 | | - <property name="text"> |
64 | | - <string>(msecs)</string> |
65 | | - </property> |
66 | | - </widget> |
67 | | - </item> |
68 | | - <item> |
69 | | - <spacer name="horizontalSpacer_2"> |
70 | | - <property name="orientation"> |
71 | | - <enum>Qt::Horizontal</enum> |
72 | | - </property> |
73 | | - <property name="sizeHint" stdset="0"> |
74 | | - <size> |
75 | | - <width>40</width> |
76 | | - <height>20</height> |
77 | | - </size> |
78 | | - </property> |
79 | | - </spacer> |
80 | | - </item> |
81 | | - </layout> |
82 | | - </item> |
83 | 17 | <item> |
84 | 18 | <widget class="QGroupBox" name="groupBox"> |
85 | 19 | <property name="sizePolicy"> |
|
242 | 176 | </customwidget> |
243 | 177 | </customwidgets> |
244 | 178 | <tabstops> |
245 | | - <tabstop>lineEditUpdateRate</tabstop> |
246 | 179 | <tabstop>lineEditSlaveAddress</tabstop> |
247 | 180 | <tabstop>comboBoxPointType</tabstop> |
248 | 181 | <tabstop>lineEditPointAddress</tabstop> |
|
0 commit comments