76 </widget> |
76 </widget> |
77 </item> |
77 </item> |
78 <item> |
78 <item> |
79 <widget class="QGroupBox" name="groupBox_2"> |
79 <widget class="QGroupBox" name="groupBox_2"> |
80 <property name="title"> |
80 <property name="title"> |
81 <string>Serial Link</string> |
81 <string>Device Communication</string> |
82 </property> |
82 </property> |
83 <layout class="QGridLayout" name="gridLayout_2"> |
83 <layout class="QGridLayout" name="gridLayout_2"> |
84 <item row="0" column="0"> |
84 <item row="0" column="0"> |
85 <widget class="QLabel" name="label_2"> |
85 <widget class="QLabel" name="label_2"> |
86 <property name="text"> |
86 <property name="text"> |
87 <string>Timeout for Serial Link Communication:</string> |
87 <string>Serial Link Timeout:</string> |
88 </property> |
88 </property> |
89 </widget> |
89 </widget> |
90 </item> |
90 </item> |
91 <item row="0" column="1"> |
91 <item row="0" column="1"> |
92 <widget class="QSpinBox" name="timeoutSpinBox"> |
92 <widget class="QSpinBox" name="serialTimeoutSpinBox"> |
93 <property name="toolTip"> |
93 <property name="toolTip"> |
94 <string>Enter the timout value</string> |
94 <string>Enter the timout value</string> |
95 </property> |
95 </property> |
96 <property name="alignment"> |
96 <property name="alignment"> |
97 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
97 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
118 <height>20</height> |
118 <height>20</height> |
119 </size> |
119 </size> |
120 </property> |
120 </property> |
121 </spacer> |
121 </spacer> |
122 </item> |
122 </item> |
123 <item row="1" column="0" colspan="3"> |
123 <item row="1" column="0"> |
|
124 <widget class="QLabel" name="label_33"> |
|
125 <property name="text"> |
|
126 <string>WebRepl Timeout:</string> |
|
127 </property> |
|
128 </widget> |
|
129 </item> |
|
130 <item row="1" column="1"> |
|
131 <widget class="QSpinBox" name="webreplTimeoutSpinBox"> |
|
132 <property name="toolTip"> |
|
133 <string>Enter the timout value</string> |
|
134 </property> |
|
135 <property name="alignment"> |
|
136 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
137 </property> |
|
138 <property name="suffix"> |
|
139 <string> s</string> |
|
140 </property> |
|
141 <property name="minimum"> |
|
142 <number>1</number> |
|
143 </property> |
|
144 <property name="maximum"> |
|
145 <number>30</number> |
|
146 </property> |
|
147 </widget> |
|
148 </item> |
|
149 </layout> |
|
150 </widget> |
|
151 </item> |
|
152 <item> |
|
153 <widget class="QGroupBox" name="groupBox_19"> |
|
154 <property name="title"> |
|
155 <string>Device Time</string> |
|
156 </property> |
|
157 <layout class="QHBoxLayout" name="horizontalLayout_9"> |
|
158 <item> |
124 <widget class="QCheckBox" name="syncTimeCheckBox"> |
159 <widget class="QCheckBox" name="syncTimeCheckBox"> |
125 <property name="sizePolicy"> |
160 <property name="sizePolicy"> |
126 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
161 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
127 <horstretch>0</horstretch> |
162 <horstretch>0</horstretch> |
128 <verstretch>0</verstretch> |
163 <verstretch>0</verstretch> |
1002 </customwidget> |
1037 </customwidget> |
1003 </customwidgets> |
1038 </customwidgets> |
1004 <tabstops> |
1039 <tabstops> |
1005 <tabstop>workspacePicker</tabstop> |
1040 <tabstop>workspacePicker</tabstop> |
1006 <tabstop>manualSelectionCheckBox</tabstop> |
1041 <tabstop>manualSelectionCheckBox</tabstop> |
1007 <tabstop>timeoutSpinBox</tabstop> |
1042 <tabstop>serialTimeoutSpinBox</tabstop> |
|
1043 <tabstop>webreplTimeoutSpinBox</tabstop> |
1008 <tabstop>syncTimeCheckBox</tabstop> |
1044 <tabstop>syncTimeCheckBox</tabstop> |
1009 <tabstop>colorSchemeComboBox</tabstop> |
1045 <tabstop>colorSchemeComboBox</tabstop> |
1010 <tabstop>replWrapCheckBox</tabstop> |
1046 <tabstop>replWrapCheckBox</tabstop> |
1011 <tabstop>chartThemeComboBox</tabstop> |
1047 <tabstop>chartThemeComboBox</tabstop> |
1012 <tabstop>countryEdit</tabstop> |
1048 <tabstop>countryEdit</tabstop> |