34 <item> |
34 <item> |
35 <widget class="QGroupBox" name="groupBox_2"> |
35 <widget class="QGroupBox" name="groupBox_2"> |
36 <property name="title"> |
36 <property name="title"> |
37 <string>Serial Link</string> |
37 <string>Serial Link</string> |
38 </property> |
38 </property> |
39 <layout class="QHBoxLayout" name="horizontalLayout"> |
39 <layout class="QGridLayout" name="gridLayout_2"> |
40 <item> |
40 <item row="0" column="0"> |
41 <widget class="QLabel" name="label_2"> |
41 <widget class="QLabel" name="label_2"> |
42 <property name="text"> |
42 <property name="text"> |
43 <string>Timeout for Serial Link Communication:</string> |
43 <string>Timeout for Serial Link Communication:</string> |
44 </property> |
44 </property> |
45 </widget> |
45 </widget> |
46 </item> |
46 </item> |
47 <item> |
47 <item row="0" column="1"> |
48 <widget class="QSpinBox" name="timeoutSpinBox"> |
48 <widget class="QSpinBox" name="timeoutSpinBox"> |
49 <property name="toolTip"> |
49 <property name="toolTip"> |
50 <string>Enter the timout value</string> |
50 <string>Enter the timout value</string> |
51 </property> |
51 </property> |
52 <property name="alignment"> |
52 <property name="alignment"> |
61 <property name="maximum"> |
61 <property name="maximum"> |
62 <number>30</number> |
62 <number>30</number> |
63 </property> |
63 </property> |
64 </widget> |
64 </widget> |
65 </item> |
65 </item> |
66 <item> |
66 <item row="0" column="2"> |
67 <spacer name="horizontalSpacer"> |
67 <spacer name="horizontalSpacer"> |
68 <property name="orientation"> |
68 <property name="orientation"> |
69 <enum>Qt::Horizontal</enum> |
69 <enum>Qt::Horizontal</enum> |
70 </property> |
70 </property> |
71 <property name="sizeHint" stdset="0"> |
71 <property name="sizeHint" stdset="0"> |
73 <width>195</width> |
73 <width>195</width> |
74 <height>20</height> |
74 <height>20</height> |
75 </size> |
75 </size> |
76 </property> |
76 </property> |
77 </spacer> |
77 </spacer> |
|
78 </item> |
|
79 <item row="1" column="0" colspan="3"> |
|
80 <widget class="QCheckBox" name="syncTimeCheckBox"> |
|
81 <property name="sizePolicy"> |
|
82 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
83 <horstretch>0</horstretch> |
|
84 <verstretch>0</verstretch> |
|
85 </sizepolicy> |
|
86 </property> |
|
87 <property name="toolTip"> |
|
88 <string>Select to synchronize the time after connection is established</string> |
|
89 </property> |
|
90 <property name="text"> |
|
91 <string>Synchronize Time at Connect</string> |
|
92 </property> |
|
93 </widget> |
78 </item> |
94 </item> |
79 </layout> |
95 </layout> |
80 </widget> |
96 </widget> |
81 </item> |
97 </item> |
82 <item> |
98 <item> |