34 <item> |
34 <item> |
35 <widget class="QGroupBox" name="groupBox_4"> |
35 <widget class="QGroupBox" name="groupBox_4"> |
36 <property name="title"> |
36 <property name="title"> |
37 <string>Python3 Virtual Environment</string> |
37 <string>Python3 Virtual Environment</string> |
38 </property> |
38 </property> |
39 <layout class="QVBoxLayout" name="verticalLayout_2"> |
39 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
40 <item> |
40 <item> |
41 <widget class="QComboBox" name="venvComboBox"> |
41 <widget class="QComboBox" name="venvComboBox"> |
42 <property name="toolTip"> |
42 <property name="toolTip"> |
43 <string>Select the virtual environment to be used</string> |
43 <string>Select the virtual environment to be used</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="QToolButton" name="venvDlgButton"> |
|
49 <property name="toolTip"> |
|
50 <string>Press to open the virtual environment manager dialog</string> |
|
51 </property> |
|
52 <property name="text"> |
|
53 <string notr="true"/> |
44 </property> |
54 </property> |
45 </widget> |
55 </widget> |
46 </item> |
56 </item> |
47 </layout> |
57 </layout> |
48 </widget> |
58 </widget> |
96 </property> |
106 </property> |
97 <layout class="QVBoxLayout" name="verticalLayout"> |
107 <layout class="QVBoxLayout" name="verticalLayout"> |
98 <item> |
108 <item> |
99 <widget class="QLabel" name="label"> |
109 <widget class="QLabel" name="label"> |
100 <property name="text"> |
110 <property name="text"> |
101 <string>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</string> |
111 <string>Please configure the associated file extensions on the 'Python' page.</string> |
102 </property> |
112 </property> |
103 <property name="wordWrap"> |
113 <property name="wordWrap"> |
104 <bool>true</bool> |
114 <bool>true</bool> |
105 </property> |
115 </property> |
106 </widget> |
116 </widget> |
107 </item> |
117 </item> |
108 <item> |
118 <item> |
109 <widget class="QLineEdit" name="sourceExtensionsEdit"/> |
119 <widget class="QLineEdit" name="sourceExtensionsEdit"> |
|
120 <property name="readOnly"> |
|
121 <bool>true</bool> |
|
122 </property> |
|
123 </widget> |
|
124 </item> |
|
125 <item> |
|
126 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
127 <item> |
|
128 <spacer name="horizontalSpacer"> |
|
129 <property name="orientation"> |
|
130 <enum>Qt::Horizontal</enum> |
|
131 </property> |
|
132 <property name="sizeHint" stdset="0"> |
|
133 <size> |
|
134 <width>40</width> |
|
135 <height>20</height> |
|
136 </size> |
|
137 </property> |
|
138 </spacer> |
|
139 </item> |
|
140 <item> |
|
141 <widget class="QPushButton" name="refreshButton"> |
|
142 <property name="toolTip"> |
|
143 <string>Press to update the display of the source associations</string> |
|
144 </property> |
|
145 <property name="text"> |
|
146 <string>Refresh</string> |
|
147 </property> |
|
148 </widget> |
|
149 </item> |
|
150 <item> |
|
151 <spacer name="horizontalSpacer_2"> |
|
152 <property name="orientation"> |
|
153 <enum>Qt::Horizontal</enum> |
|
154 </property> |
|
155 <property name="sizeHint" stdset="0"> |
|
156 <size> |
|
157 <width>40</width> |
|
158 <height>20</height> |
|
159 </size> |
|
160 </property> |
|
161 </spacer> |
|
162 </item> |
|
163 </layout> |
110 </item> |
164 </item> |
111 </layout> |
165 </layout> |
112 </widget> |
166 </widget> |
113 </item> |
167 </item> |
114 <item> |
168 <item> |
154 <container>1</container> |
208 <container>1</container> |
155 </customwidget> |
209 </customwidget> |
156 </customwidgets> |
210 </customwidgets> |
157 <tabstops> |
211 <tabstops> |
158 <tabstop>venvComboBox</tabstop> |
212 <tabstop>venvComboBox</tabstop> |
|
213 <tabstop>venvDlgButton</tabstop> |
159 <tabstop>standardButton</tabstop> |
214 <tabstop>standardButton</tabstop> |
160 <tabstop>customButton</tabstop> |
215 <tabstop>customButton</tabstop> |
161 <tabstop>debugClientPicker</tabstop> |
216 <tabstop>debugClientPicker</tabstop> |
162 <tabstop>sourceExtensionsEdit</tabstop> |
217 <tabstop>sourceExtensionsEdit</tabstop> |
|
218 <tabstop>refreshButton</tabstop> |
163 <tabstop>pyRedirectCheckBox</tabstop> |
219 <tabstop>pyRedirectCheckBox</tabstop> |
164 <tabstop>pyNoEncodingCheckBox</tabstop> |
220 <tabstop>pyNoEncodingCheckBox</tabstop> |
165 </tabstops> |
221 </tabstops> |
166 <resources/> |
222 <resources/> |
167 <connections> |
223 <connections> |