69 </layout> |
69 </layout> |
70 </item> |
70 </item> |
71 <item> |
71 <item> |
72 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
72 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
73 <item> |
73 <item> |
|
74 <widget class="QToolButton" name="openButton"> |
|
75 <property name="toolTip"> |
|
76 <string>Press to open a file of the connected device</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 <item> |
|
81 <widget class="QToolButton" name="saveButton"> |
|
82 <property name="toolTip"> |
|
83 <string>Press to save the current editor to the connected device</string> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item> |
|
88 <widget class="Line" name="line"> |
|
89 <property name="lineWidth"> |
|
90 <number>2</number> |
|
91 </property> |
|
92 <property name="orientation"> |
|
93 <enum>Qt::Vertical</enum> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item> |
74 <widget class="QToolButton" name="runButton"> |
98 <widget class="QToolButton" name="runButton"> |
75 <property name="toolTip"> |
99 <property name="toolTip"> |
76 <string>Press to run the current script on the selected device</string> |
100 <string>Press to run the current script on the selected device</string> |
77 </property> |
101 </property> |
78 </widget> |
102 </widget> |
137 </customwidget> |
161 </customwidget> |
138 </customwidgets> |
162 </customwidgets> |
139 <tabstops> |
163 <tabstops> |
140 <tabstop>deviceTypeComboBox</tabstop> |
164 <tabstop>deviceTypeComboBox</tabstop> |
141 <tabstop>checkButton</tabstop> |
165 <tabstop>checkButton</tabstop> |
|
166 <tabstop>openButton</tabstop> |
|
167 <tabstop>saveButton</tabstop> |
142 <tabstop>runButton</tabstop> |
168 <tabstop>runButton</tabstop> |
143 <tabstop>replButton</tabstop> |
169 <tabstop>replButton</tabstop> |
144 <tabstop>filesButton</tabstop> |
170 <tabstop>filesButton</tabstop> |
145 <tabstop>chartButton</tabstop> |
171 <tabstop>chartButton</tabstop> |
146 <tabstop>disconnectButton</tabstop> |
172 <tabstop>disconnectButton</tabstop> |