18 </property> |
18 </property> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
20 <item> |
20 <item> |
21 <layout class="QGridLayout" name="gridLayout"> |
21 <layout class="QGridLayout" name="gridLayout"> |
22 <item row="0" column="0"> |
22 <item row="0" column="0"> |
|
23 <widget class="QLabel" name="TextLabel2_2"> |
|
24 <property name="text"> |
|
25 <string>Interpreter:</string> |
|
26 </property> |
|
27 <property name="buddy"> |
|
28 <cstring>workdirPicker</cstring> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item row="0" column="1"> |
|
33 <widget class="E5ComboPathPicker" name="interpreterPicker" native="true"> |
|
34 <property name="sizePolicy"> |
|
35 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
36 <horstretch>0</horstretch> |
|
37 <verstretch>0</verstretch> |
|
38 </sizepolicy> |
|
39 </property> |
|
40 <property name="focusPolicy"> |
|
41 <enum>Qt::WheelFocus</enum> |
|
42 </property> |
|
43 <property name="toolTip"> |
|
44 <string>Enter the interpreter to be used</string> |
|
45 </property> |
|
46 <property name="whatsThis"> |
|
47 <string><b>Interpreter</b> |
|
48 <p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></string> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item row="1" column="0"> |
23 <widget class="QLabel" name="TextLabel1"> |
53 <widget class="QLabel" name="TextLabel1"> |
24 <property name="text"> |
54 <property name="text"> |
25 <string>Command&line:</string> |
55 <string>Command&line:</string> |
26 </property> |
56 </property> |
27 <property name="buddy"> |
57 <property name="buddy"> |
28 <cstring>cmdlineCombo</cstring> |
58 <cstring>cmdlineCombo</cstring> |
29 </property> |
59 </property> |
30 </widget> |
60 </widget> |
31 </item> |
61 </item> |
32 <item row="0" column="1"> |
62 <item row="1" column="1"> |
33 <widget class="QComboBox" name="cmdlineCombo"> |
63 <widget class="QComboBox" name="cmdlineCombo"> |
34 <property name="sizePolicy"> |
64 <property name="sizePolicy"> |
35 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
65 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
36 <horstretch>0</horstretch> |
66 <horstretch>0</horstretch> |
37 <verstretch>0</verstretch> |
67 <verstretch>0</verstretch> |
56 <property name="duplicatesEnabled"> |
86 <property name="duplicatesEnabled"> |
57 <bool>false</bool> |
87 <bool>false</bool> |
58 </property> |
88 </property> |
59 </widget> |
89 </widget> |
60 </item> |
90 </item> |
61 <item row="1" column="0"> |
91 <item row="2" column="0"> |
62 <widget class="QLabel" name="TextLabel2"> |
92 <widget class="QLabel" name="TextLabel2"> |
63 <property name="text"> |
93 <property name="text"> |
64 <string>&Working directory:</string> |
94 <string>&Working directory:</string> |
65 </property> |
95 </property> |
66 <property name="buddy"> |
96 <property name="buddy"> |
67 <cstring>workdirPicker</cstring> |
97 <cstring>workdirPicker</cstring> |
68 </property> |
98 </property> |
69 </widget> |
99 </widget> |
70 </item> |
100 </item> |
71 <item row="1" column="1"> |
101 <item row="2" column="1"> |
72 <widget class="E5ComboPathPicker" name="workdirPicker" native="true"> |
102 <widget class="E5ComboPathPicker" name="workdirPicker" native="true"> |
73 <property name="sizePolicy"> |
103 <property name="sizePolicy"> |
74 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
104 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
75 <horstretch>0</horstretch> |
105 <horstretch>0</horstretch> |
76 <verstretch>0</verstretch> |
106 <verstretch>0</verstretch> |
86 <string><b>Working directory</b> |
116 <string><b>Working directory</b> |
87 <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></string> |
117 <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></string> |
88 </property> |
118 </property> |
89 </widget> |
119 </widget> |
90 </item> |
120 </item> |
91 <item row="2" column="0"> |
121 <item row="3" column="0"> |
92 <widget class="QLabel" name="textLabel1"> |
122 <widget class="QLabel" name="textLabel1"> |
93 <property name="text"> |
123 <property name="text"> |
94 <string>&Environment:</string> |
124 <string>&Environment:</string> |
95 </property> |
125 </property> |
96 <property name="buddy"> |
126 <property name="buddy"> |
97 <cstring>environmentCombo</cstring> |
127 <cstring>environmentCombo</cstring> |
98 </property> |
128 </property> |
99 </widget> |
129 </widget> |
100 </item> |
130 </item> |
101 <item row="2" column="1"> |
131 <item row="3" column="1"> |
102 <widget class="QComboBox" name="environmentCombo"> |
132 <widget class="QComboBox" name="environmentCombo"> |
103 <property name="sizePolicy"> |
133 <property name="sizePolicy"> |
104 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
134 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
105 <horstretch>0</horstretch> |
135 <horstretch>0</horstretch> |
106 <verstretch>0</verstretch> |
136 <verstretch>0</verstretch> |
221 <header>E5Gui/E5PathPicker.h</header> |
251 <header>E5Gui/E5PathPicker.h</header> |
222 <container>1</container> |
252 <container>1</container> |
223 </customwidget> |
253 </customwidget> |
224 </customwidgets> |
254 </customwidgets> |
225 <tabstops> |
255 <tabstops> |
|
256 <tabstop>interpreterPicker</tabstop> |
226 <tabstop>cmdlineCombo</tabstop> |
257 <tabstop>cmdlineCombo</tabstop> |
227 <tabstop>workdirPicker</tabstop> |
258 <tabstop>workdirPicker</tabstop> |
228 <tabstop>environmentCombo</tabstop> |
259 <tabstop>environmentCombo</tabstop> |
229 <tabstop>exceptionCheckBox</tabstop> |
260 <tabstop>exceptionCheckBox</tabstop> |
230 <tabstop>clearShellCheckBox</tabstop> |
261 <tabstop>clearShellCheckBox</tabstop> |