Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3186
a05eff845522
child 4593
cc745fa6c914
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
27 <property name="whatsThis"> 27 <property name="whatsThis">
28 <string>&lt;b&gt;Output Filename&lt;/b&gt;&lt;p&gt;Enter the filename of the output file. A '%L' placeholder is replaced by the language of the API file.&lt;/p&gt;</string> 28 <string>&lt;b&gt;Output Filename&lt;/b&gt;&lt;p&gt;Enter the filename of the output file. A '%L' placeholder is replaced by the language of the API file.&lt;/p&gt;</string>
29 </property> 29 </property>
30 </widget> 30 </widget>
31 </item> 31 </item>
32 <item row="0" column="0">
33 <widget class="QLabel" name="TextLabel6">
34 <property name="text">
35 <string>Output File:</string>
36 </property>
37 </widget>
38 </item>
32 <item row="0" column="2"> 39 <item row="0" column="2">
33 <widget class="QPushButton" name="outputFileButton"> 40 <widget class="QToolButton" name="outputFileButton">
34 <property name="focusPolicy"> 41 <property name="focusPolicy">
35 <enum>Qt::NoFocus</enum> 42 <enum>Qt::NoFocus</enum>
36 </property> 43 </property>
37 <property name="toolTip"> 44 <property name="toolTip">
38 <string>Press to open a file selection dialog</string> 45 <string>Press to open a file selection dialog</string>
39 </property>
40 <property name="text">
41 <string>...</string>
42 </property>
43 </widget>
44 </item>
45 <item row="0" column="0">
46 <widget class="QLabel" name="TextLabel6">
47 <property name="text">
48 <string>Output File:</string>
49 </property> 46 </property>
50 </widget> 47 </widget>
51 </item> 48 </item>
52 </layout> 49 </layout>
53 </item> 50 </item>
207 <property name="text"> 204 <property name="text">
208 <string>Delete</string> 205 <string>Delete</string>
209 </property> 206 </property>
210 </widget> 207 </widget>
211 </item> 208 </item>
209 <item row="0" column="0" colspan="4">
210 <widget class="QListWidget" name="ignoreDirsList">
211 <property name="toolTip">
212 <string>List of directory basenames to be ignored</string>
213 </property>
214 </widget>
215 </item>
212 <item row="1" column="3"> 216 <item row="1" column="3">
213 <widget class="QPushButton" name="ignoreDirButton"> 217 <widget class="QToolButton" name="ignoreDirButton">
214 <property name="focusPolicy"> 218 <property name="focusPolicy">
215 <enum>Qt::NoFocus</enum> 219 <enum>Qt::NoFocus</enum>
216 </property> 220 </property>
217 <property name="toolTip"> 221 <property name="toolTip">
218 <string>Press to open a directory selection dialog</string> 222 <string>Press to open a directory selection dialog</string>
219 </property>
220 <property name="text">
221 <string>...</string>
222 </property>
223 </widget>
224 </item>
225 <item row="0" column="0" colspan="4">
226 <widget class="QListWidget" name="ignoreDirsList">
227 <property name="toolTip">
228 <string>List of directory basenames to be ignored</string>
229 </property> 223 </property>
230 </widget> 224 </widget>
231 </item> 225 </item>
232 </layout> 226 </layout>
233 </widget> 227 </widget>

eric ide

mercurial