54 <widget class="QGroupBox" name="groupBox_2"> |
54 <widget class="QGroupBox" name="groupBox_2"> |
55 <property name="title"> |
55 <property name="title"> |
56 <string>Debug Client Type</string> |
56 <string>Debug Client Type</string> |
57 </property> |
57 </property> |
58 <layout class="QGridLayout" name="gridLayout"> |
58 <layout class="QGridLayout" name="gridLayout"> |
|
59 <item row="1" column="0" colspan="2"> |
|
60 <widget class="E5PathPicker" name="debugClientPicker" native="true"> |
|
61 <property name="enabled"> |
|
62 <bool>false</bool> |
|
63 </property> |
|
64 <property name="focusPolicy"> |
|
65 <enum>Qt::StrongFocus</enum> |
|
66 </property> |
|
67 <property name="toolTip"> |
|
68 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
59 <item row="0" column="0"> |
72 <item row="0" column="0"> |
60 <widget class="QRadioButton" name="standardButton"> |
73 <widget class="QRadioButton" name="standardButton"> |
61 <property name="toolTip"> |
74 <property name="toolTip"> |
62 <string>Select the standard debug client</string> |
75 <string>Select the standard debug client</string> |
63 </property> |
76 </property> |
65 <string>Standard</string> |
78 <string>Standard</string> |
66 </property> |
79 </property> |
67 </widget> |
80 </widget> |
68 </item> |
81 </item> |
69 <item row="0" column="1"> |
82 <item row="0" column="1"> |
70 <widget class="QRadioButton" name="threadedButton"> |
|
71 <property name="toolTip"> |
|
72 <string>Select the multi threaded debug client</string> |
|
73 </property> |
|
74 <property name="text"> |
|
75 <string>Multi Threaded</string> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 <item row="0" column="2"> |
|
80 <widget class="QRadioButton" name="customButton"> |
83 <widget class="QRadioButton" name="customButton"> |
81 <property name="toolTip"> |
84 <property name="toolTip"> |
82 <string>Select the custom selected debug client</string> |
85 <string>Select the custom selected debug client</string> |
83 </property> |
86 </property> |
84 <property name="text"> |
87 <property name="text"> |
85 <string>Custom</string> |
88 <string>Custom</string> |
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item row="1" column="0" colspan="3"> |
|
90 <widget class="E5PathPicker" name="debugClientPicker" native="true"> |
|
91 <property name="enabled"> |
|
92 <bool>false</bool> |
|
93 </property> |
|
94 <property name="focusPolicy"> |
|
95 <enum>Qt::StrongFocus</enum> |
|
96 </property> |
|
97 <property name="toolTip"> |
|
98 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> |
|
99 </property> |
89 </property> |
100 </widget> |
90 </widget> |
101 </item> |
91 </item> |
102 </layout> |
92 </layout> |
103 </widget> |
93 </widget> |
168 </customwidget> |
158 </customwidget> |
169 </customwidgets> |
159 </customwidgets> |
170 <tabstops> |
160 <tabstops> |
171 <tabstop>interpreterPicker</tabstop> |
161 <tabstop>interpreterPicker</tabstop> |
172 <tabstop>standardButton</tabstop> |
162 <tabstop>standardButton</tabstop> |
173 <tabstop>threadedButton</tabstop> |
|
174 <tabstop>customButton</tabstop> |
163 <tabstop>customButton</tabstop> |
175 <tabstop>debugClientPicker</tabstop> |
164 <tabstop>debugClientPicker</tabstop> |
176 <tabstop>sourceExtensionsEdit</tabstop> |
165 <tabstop>sourceExtensionsEdit</tabstop> |
177 <tabstop>pyRedirectCheckBox</tabstop> |
166 <tabstop>pyRedirectCheckBox</tabstop> |
178 <tabstop>pyNoEncodingCheckBox</tabstop> |
167 <tabstop>pyNoEncodingCheckBox</tabstop> |