85 <string>Pyramid Virtual Environment</string> |
85 <string>Pyramid Virtual Environment</string> |
86 </property> |
86 </property> |
87 <layout class="QGridLayout" name="gridLayout_4"> |
87 <layout class="QGridLayout" name="gridLayout_4"> |
88 <item row="0" column="0" colspan="2"> |
88 <item row="0" column="0" colspan="2"> |
89 <widget class="QLabel" name="label_3"> |
89 <widget class="QLabel" name="label_3"> |
|
90 <property name="minimumSize"> |
|
91 <size> |
|
92 <width>0</width> |
|
93 <height>40</height> |
|
94 </size> |
|
95 </property> |
90 <property name="text"> |
96 <property name="text"> |
91 <string>Enter the path of the Pyramid virtual environment. Leave empty to not use a virtual environment setup.</string> |
97 <string>Enter the path of the Pyramid virtual environment. Leave empty to not use a virtual environment setup.</string> |
92 </property> |
98 </property> |
93 <property name="wordWrap"> |
99 <property name="wordWrap"> |
94 <bool>true</bool> |
100 <bool>true</bool> |
146 <string>Pyramid Virtual Environment</string> |
152 <string>Pyramid Virtual Environment</string> |
147 </property> |
153 </property> |
148 <layout class="QGridLayout" name="gridLayout_2"> |
154 <layout class="QGridLayout" name="gridLayout_2"> |
149 <item row="0" column="0" colspan="2"> |
155 <item row="0" column="0" colspan="2"> |
150 <widget class="QLabel" name="label_7"> |
156 <widget class="QLabel" name="label_7"> |
|
157 <property name="minimumSize"> |
|
158 <size> |
|
159 <width>0</width> |
|
160 <height>40</height> |
|
161 </size> |
|
162 </property> |
151 <property name="text"> |
163 <property name="text"> |
152 <string>Enter the path of the Pyramid virtual environment. Leave empty to not use a virtual environment setup.</string> |
164 <string>Enter the path of the Pyramid virtual environment. Leave empty to not use a virtual environment setup.</string> |
153 </property> |
165 </property> |
154 <property name="wordWrap"> |
166 <property name="wordWrap"> |
155 <bool>true</bool> |
167 <bool>true</bool> |
210 </item> |
222 </item> |
211 <item> |
223 <item> |
212 <widget class="QLineEdit" name="urlEdit"> |
224 <widget class="QLineEdit" name="urlEdit"> |
213 <property name="toolTip"> |
225 <property name="toolTip"> |
214 <string>Enter the URL of the Pyramid documentation</string> |
226 <string>Enter the URL of the Pyramid documentation</string> |
|
227 </property> |
|
228 </widget> |
|
229 </item> |
|
230 </layout> |
|
231 </widget> |
|
232 </item> |
|
233 <item> |
|
234 <widget class="QGroupBox" name="TranslationsGroup"> |
|
235 <property name="title"> |
|
236 <string>Translations Editor</string> |
|
237 </property> |
|
238 <layout class="QGridLayout" name="gridLayout_6"> |
|
239 <item row="0" column="0" colspan="2"> |
|
240 <widget class="QLabel" name="label_10"> |
|
241 <property name="minimumSize"> |
|
242 <size> |
|
243 <width>0</width> |
|
244 <height>40</height> |
|
245 </size> |
|
246 </property> |
|
247 <property name="text"> |
|
248 <string>Enter the path of an editor to use to do the translations. Leave empty to disable this feature.</string> |
|
249 </property> |
|
250 <property name="wordWrap"> |
|
251 <bool>true</bool> |
|
252 </property> |
|
253 </widget> |
|
254 </item> |
|
255 <item row="1" column="0"> |
|
256 <widget class="QLineEdit" name="translationsEdit"/> |
|
257 </item> |
|
258 <item row="1" column="1"> |
|
259 <widget class="QPushButton" name="translationsButton"> |
|
260 <property name="toolTip"> |
|
261 <string>Select the translations editor via a file selection dialog</string> |
|
262 </property> |
|
263 <property name="text"> |
|
264 <string>...</string> |
215 </property> |
265 </property> |
216 </widget> |
266 </widget> |
217 </item> |
267 </item> |
218 </layout> |
268 </layout> |
219 </widget> |
269 </widget> |