~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to src/ipe/dlgdirprefs.ui

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2007-01-09 23:14:51 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070109231451-3nd095g7ishc108l
Tags: 6.0pre27-3
* debian/gsfonts-fontmap.xml: New.  Fontmap for fonts from gsfonts package.
* debian/rules: Use gsfonts-fontmap.xml instead of tetex-fontmap.xml.
* debian/control: Add texlive-latex-base dependency as alternative to
  tetex-bin (for pdflatex) and replace tetex-extra by gsfonts (for font
  files).  Patch courtesy of Norbert Preining.  Closes: #378537.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI>
2
 
<class>DlgDirectories</class>
3
 
<widget>
4
 
    <class>QDialog</class>
5
 
    <property stdset="1">
6
 
        <name>name</name>
7
 
        <cstring>DlgDirectories</cstring>
8
 
    </property>
9
 
    <property stdset="1">
10
 
        <name>geometry</name>
11
 
        <rect>
12
 
            <x>0</x>
13
 
            <y>0</y>
14
 
            <width>511</width>
15
 
            <height>333</height>
16
 
        </rect>
17
 
    </property>
18
 
    <property stdset="1">
19
 
        <name>caption</name>
20
 
        <string>Ipe search path settings</string>
21
 
    </property>
22
 
    <property stdset="1">
23
 
        <name>sizeGripEnabled</name>
24
 
        <bool>true</bool>
25
 
    </property>
26
 
    <vbox>
27
 
        <property stdset="1">
28
 
            <name>margin</name>
29
 
            <number>11</number>
30
 
        </property>
31
 
        <property stdset="1">
32
 
            <name>spacing</name>
33
 
            <number>6</number>
34
 
        </property>
35
 
        <widget>
36
 
            <class>QGroupBox</class>
37
 
            <property stdset="1">
38
 
                <name>name</name>
39
 
                <cstring>iDirGroup</cstring>
40
 
            </property>
41
 
            <property stdset="1">
42
 
                <name>title</name>
43
 
                <string>Directories</string>
44
 
            </property>
45
 
            <property>
46
 
                <name>whatsThis</name>
47
 
                <string>&lt;qt&gt;These are directories and files used by Ipe to 
48
 
&lt;ul&gt;
49
 
&lt;li&gt; run Pdflatex,
50
 
&lt;li&gt; to display the Ipe manual (from the Ipe Help menu),
51
 
&lt;li&gt; to find the 14 standard PDF fonts.
52
 
&lt;li&gt; to find user interface localizations,
53
 
&lt;li&gt; to save your personal preferences,
54
 
&lt;li&gt; to find the Pdflatex program.
55
 
&lt;/ul&gt;
56
 
If Ipe has been installed properly, the settings shown here should be correct.&lt;br&gt;
57
 
If you wish to, you can still override the built-in settings by setting the environment variables 
58
 
&lt;tt&gt;IPELATEXDIR&lt;/tt&gt;,  &lt;tt&gt;IPEDATA&lt;/tt&gt;, and &lt;tt&gt;IPEPDFLATEX&lt;/tt&gt;.
59
 
&lt;/qt&gt;</string>
60
 
            </property>
61
 
            <grid>
62
 
                <property stdset="1">
63
 
                    <name>margin</name>
64
 
                    <number>11</number>
65
 
                </property>
66
 
                <property stdset="1">
67
 
                    <name>spacing</name>
68
 
                    <number>6</number>
69
 
                </property>
70
 
                <widget row="4"  column="0" >
71
 
                    <class>QLabel</class>
72
 
                    <property stdset="1">
73
 
                        <name>name</name>
74
 
                        <cstring>iFontmapLabel</cstring>
75
 
                    </property>
76
 
                    <property stdset="1">
77
 
                        <name>text</name>
78
 
                        <string>Fontmap:</string>
79
 
                    </property>
80
 
                </widget>
81
 
                <widget row="4"  column="1" >
82
 
                    <class>QLineEdit</class>
83
 
                    <property stdset="1">
84
 
                        <name>name</name>
85
 
                        <cstring>iFontmapEditor</cstring>
86
 
                    </property>
87
 
                    <property>
88
 
                        <name>whatsThis</name>
89
 
                        <string>&lt;qt&gt;This is the filename of the fontmap, which describes where on the system the 14 standard PDF fonts can be found. 
90
 
&lt;p&gt;You can use the &lt;tt&gt;IPEFONTMAP&lt;/tt&gt; environment variable to override this setting.&lt;/p&gt;&lt;/qt&gt;</string>
91
 
                    </property>
92
 
                </widget>
93
 
                <widget row="0"  column="0" >
94
 
                    <class>QLabel</class>
95
 
                    <property stdset="1">
96
 
                        <name>name</name>
97
 
                        <cstring>iPreferencesLabel</cstring>
98
 
                    </property>
99
 
                    <property stdset="1">
100
 
                        <name>text</name>
101
 
                        <string>Preferences saved in:</string>
102
 
                    </property>
103
 
                </widget>
104
 
                <widget row="0"  column="1" >
105
 
                    <class>QLineEdit</class>
106
 
                    <property stdset="1">
107
 
                        <name>name</name>
108
 
                        <cstring>iPreferencesEditor</cstring>
109
 
                    </property>
110
 
                    <property stdset="1">
111
 
                        <name>enabled</name>
112
 
                        <bool>true</bool>
113
 
                    </property>
114
 
                    <property>
115
 
                        <name>whatsThis</name>
116
 
                        <string>&lt;qt&gt;This is the file where Ipe stores your personal preferences.&lt;/qt&gt;</string>
117
 
                    </property>
118
 
                </widget>
119
 
                <widget row="1"  column="1" >
120
 
                    <class>QLineEdit</class>
121
 
                    <property stdset="1">
122
 
                        <name>name</name>
123
 
                        <cstring>iLatexDirEditor</cstring>
124
 
                    </property>
125
 
                    <property stdset="1">
126
 
                        <name>enabled</name>
127
 
                        <bool>true</bool>
128
 
                    </property>
129
 
                    <property>
130
 
                        <name>whatsThis</name>
131
 
                        <string>&lt;qt&gt;This is the directory where Ipe executes Pdflatex to format your text objects. Should you have problems with Latex conversion, you may have a look at what's happening here.
132
 
&lt;p&gt;You can override the setting here using the &lt;tt&gt;IPELATEXDIR&lt;/tt&gt; environment variable.&lt;/p&gt;
133
 
&lt;/qt&gt;</string>
134
 
                    </property>
135
 
                </widget>
136
 
                <widget row="1"  column="0" >
137
 
                    <class>QLabel</class>
138
 
                    <property stdset="1">
139
 
                        <name>name</name>
140
 
                        <cstring>iLatexDirLabel</cstring>
141
 
                    </property>
142
 
                    <property stdset="1">
143
 
                        <name>text</name>
144
 
                        <string>Run Pdflatex in:</string>
145
 
                    </property>
146
 
                </widget>
147
 
                <widget row="3"  column="1" >
148
 
                    <class>QLineEdit</class>
149
 
                    <property stdset="1">
150
 
                        <name>name</name>
151
 
                        <cstring>iDocDirEditor</cstring>
152
 
                    </property>
153
 
                    <property stdset="1">
154
 
                        <name>enabled</name>
155
 
                        <bool>true</bool>
156
 
                    </property>
157
 
                    <property>
158
 
                        <name>whatsThis</name>
159
 
                        <string>&lt;qt&gt;This is the directory where Ipe looks for the Ipe manual.
160
 
&lt;p&gt;You can use the &lt;tt&gt;IPEDOCDIR&lt;/tt&gt; environment variable to override this setting.&lt;/qt&gt;</string>
161
 
                    </property>
162
 
                </widget>
163
 
                <widget row="2"  column="0" >
164
 
                    <class>QLabel</class>
165
 
                    <property stdset="1">
166
 
                        <name>name</name>
167
 
                        <cstring>iPdfLatexLabel</cstring>
168
 
                    </property>
169
 
                    <property stdset="1">
170
 
                        <name>text</name>
171
 
                        <string>Pdflatex executable:</string>
172
 
                    </property>
173
 
                </widget>
174
 
                <widget row="2"  column="1" >
175
 
                    <class>QLineEdit</class>
176
 
                    <property stdset="1">
177
 
                        <name>name</name>
178
 
                        <cstring>iPdfLatexEditor</cstring>
179
 
                    </property>
180
 
                    <property stdset="1">
181
 
                        <name>enabled</name>
182
 
                        <bool>true</bool>
183
 
                    </property>
184
 
                    <property>
185
 
                        <name>whatsThis</name>
186
 
                        <string>&lt;qt&gt;This is the name of the Pdflatex executable. Use the &lt;tt&gt;IPEPDFLATEX&lt;/tt&gt; environment variable to override this setting.&lt;/qt&gt;</string>
187
 
                    </property>
188
 
                </widget>
189
 
                <widget row="3"  column="0" >
190
 
                    <class>QLabel</class>
191
 
                    <property stdset="1">
192
 
                        <name>name</name>
193
 
                        <cstring>iDocDirLabel</cstring>
194
 
                    </property>
195
 
                    <property stdset="1">
196
 
                        <name>text</name>
197
 
                        <string>Ipe documentation in:</string>
198
 
                    </property>
199
 
                </widget>
200
 
            </grid>
201
 
        </widget>
202
 
        <widget>
203
 
            <class>QGroupBox</class>
204
 
            <property stdset="1">
205
 
                <name>name</name>
206
 
                <cstring>iIpeletGroup</cstring>
207
 
            </property>
208
 
            <property stdset="1">
209
 
                <name>title</name>
210
 
                <string>Ipelet path</string>
211
 
            </property>
212
 
            <property>
213
 
                <name>whatsThis</name>
214
 
                <string>&lt;qt&gt;This is the list of directories where Ipe will look for Ipelets .
215
 
If Ipe has been installed correctly, the setting shown here should be correct to use all the Ipelets installed with Ipe.
216
 
&lt;p&gt;If you wish to add your own Ipelets, or if you wish to change the Ipelet path for some other reason, set the environment variable &lt;tt&gt;IPELETPATH&lt;/tt&gt;. The environment variable should contain all the directories, separated by a colon ":" (on Unix) or semicolon ";" (on Windows).&lt;/p&gt;
217
 
&lt;p&gt; Not that since Ipelets are binary executables, this setting is platform-dependent.&lt;/p&gt;
218
 
&lt;/qt&gt;</string>
219
 
            </property>
220
 
            <vbox>
221
 
                <property stdset="1">
222
 
                    <name>margin</name>
223
 
                    <number>11</number>
224
 
                </property>
225
 
                <property stdset="1">
226
 
                    <name>spacing</name>
227
 
                    <number>6</number>
228
 
                </property>
229
 
                <widget>
230
 
                    <class>QListBox</class>
231
 
                    <property stdset="1">
232
 
                        <name>name</name>
233
 
                        <cstring>iIpeletListBox</cstring>
234
 
                    </property>
235
 
                    <property stdset="1">
236
 
                        <name>enabled</name>
237
 
                        <bool>true</bool>
238
 
                    </property>
239
 
                    <property stdset="1">
240
 
                        <name>selectionMode</name>
241
 
                        <enum>NoSelection</enum>
242
 
                    </property>
243
 
                    <property stdset="1">
244
 
                        <name>rowMode</name>
245
 
                        <enum>FitToHeight</enum>
246
 
                    </property>
247
 
                </widget>
248
 
            </vbox>
249
 
        </widget>
250
 
        <widget>
251
 
            <class>QLayoutWidget</class>
252
 
            <property stdset="1">
253
 
                <name>name</name>
254
 
                <cstring>Layout1</cstring>
255
 
            </property>
256
 
            <hbox>
257
 
                <property stdset="1">
258
 
                    <name>margin</name>
259
 
                    <number>0</number>
260
 
                </property>
261
 
                <property stdset="1">
262
 
                    <name>spacing</name>
263
 
                    <number>6</number>
264
 
                </property>
265
 
                <widget>
266
 
                    <class>QPushButton</class>
267
 
                    <property stdset="1">
268
 
                        <name>name</name>
269
 
                        <cstring>buttonHelp</cstring>
270
 
                    </property>
271
 
                    <property stdset="1">
272
 
                        <name>text</name>
273
 
                        <string>&amp;What's this?</string>
274
 
                    </property>
275
 
                    <property stdset="1">
276
 
                        <name>autoDefault</name>
277
 
                        <bool>true</bool>
278
 
                    </property>
279
 
                </widget>
280
 
                <spacer>
281
 
                    <property>
282
 
                        <name>name</name>
283
 
                        <cstring>Horizontal Spacing2</cstring>
284
 
                    </property>
285
 
                    <property stdset="1">
286
 
                        <name>orientation</name>
287
 
                        <enum>Horizontal</enum>
288
 
                    </property>
289
 
                    <property stdset="1">
290
 
                        <name>sizeType</name>
291
 
                        <enum>Expanding</enum>
292
 
                    </property>
293
 
                    <property>
294
 
                        <name>sizeHint</name>
295
 
                        <size>
296
 
                            <width>20</width>
297
 
                            <height>20</height>
298
 
                        </size>
299
 
                    </property>
300
 
                </spacer>
301
 
                <widget>
302
 
                    <class>QPushButton</class>
303
 
                    <property stdset="1">
304
 
                        <name>name</name>
305
 
                        <cstring>buttonOk</cstring>
306
 
                    </property>
307
 
                    <property stdset="1">
308
 
                        <name>text</name>
309
 
                        <string>&amp;Dismiss</string>
310
 
                    </property>
311
 
                    <property stdset="1">
312
 
                        <name>autoDefault</name>
313
 
                        <bool>true</bool>
314
 
                    </property>
315
 
                    <property stdset="1">
316
 
                        <name>default</name>
317
 
                        <bool>true</bool>
318
 
                    </property>
319
 
                </widget>
320
 
            </hbox>
321
 
        </widget>
322
 
    </vbox>
323
 
</widget>
324
 
<connections>
325
 
    <connection>
326
 
        <sender>buttonOk</sender>
327
 
        <signal>clicked()</signal>
328
 
        <receiver>DlgDirectories</receiver>
329
 
        <slot>accept()</slot>
330
 
    </connection>
331
 
    <connection>
332
 
        <sender>buttonHelp</sender>
333
 
        <signal>clicked()</signal>
334
 
        <receiver>DlgDirectories</receiver>
335
 
        <slot>ShowHelp()</slot>
336
 
    </connection>
337
 
    <slot access="public">ShowHelp()</slot>
338
 
</connections>
339
 
</UI>
 
1
<ui version="4.0" >
 
2
 <author></author>
 
3
 <comment></comment>
 
4
 <exportmacro></exportmacro>
 
5
 <class>DlgDirectories</class>
 
6
 <widget class="QDialog" name="DlgDirectories" >
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>690</width>
 
12
    <height>492</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>Ipe search path settings</string>
 
17
  </property>
 
18
  <property name="sizeGripEnabled" >
 
19
   <bool>true</bool>
 
20
  </property>
 
21
  <layout class="QVBoxLayout" >
 
22
   <property name="margin" >
 
23
    <number>8</number>
 
24
   </property>
 
25
   <property name="spacing" >
 
26
    <number>6</number>
 
27
   </property>
 
28
   <item>
 
29
    <widget class="QGroupBox" name="iDirGroup" >
 
30
     <property name="whatsThis" >
 
31
      <string>&lt;qt>These are directories and files used by Ipe to 
 
32
&lt;ul>
 
33
&lt;li> run Pdflatex,
 
34
&lt;li> to display the Ipe manual (from the Ipe Help menu),
 
35
&lt;li> to find the 14 standard PDF fonts.
 
36
&lt;li> to find user interface localizations,
 
37
&lt;li> to save your personal preferences,
 
38
&lt;li> to find the Pdflatex program.
 
39
&lt;/ul>
 
40
If Ipe has been installed properly, the settings shown here should be correct.&lt;br>
 
41
If you wish to, you can still override the built-in settings by setting the environment variables 
 
42
&lt;tt>IPELATEXDIR&lt;/tt>,  &lt;tt>IPEDATA&lt;/tt>, and &lt;tt>IPEPDFLATEX&lt;/tt>.
 
43
&lt;/qt></string>
 
44
     </property>
 
45
     <property name="title" >
 
46
      <string>Directories</string>
 
47
     </property>
 
48
     <layout class="QGridLayout" >
 
49
      <property name="margin" >
 
50
       <number>8</number>
 
51
      </property>
 
52
      <property name="spacing" >
 
53
       <number>6</number>
 
54
      </property>
 
55
      <item row="6" column="1" >
 
56
       <widget class="QLineEdit" name="iKeysEditor" >
 
57
        <property name="whatsThis" >
 
58
         <string>&lt;qt>This is the filename of the XML file describing your personal  Ipe key assignments (which shortcut activates which function)&lt;/qt></string>
 
59
        </property>
 
60
       </widget>
 
61
      </item>
 
62
      <item row="6" column="0" >
 
63
       <widget class="QLabel" name="iKeysLabel" >
 
64
        <property name="text" >
 
65
         <string>User key assignment:</string>
 
66
        </property>
 
67
        <property name="buddy" >
 
68
         <cstring>iStdKeysEditor</cstring>
 
69
        </property>
 
70
       </widget>
 
71
      </item>
 
72
      <item row="5" column="0" >
 
73
       <widget class="QLabel" name="iStdKeysLabel" >
 
74
        <property name="text" >
 
75
         <string>Ipe key assignment:</string>
 
76
        </property>
 
77
        <property name="buddy" >
 
78
         <cstring>iStdKeysEditor</cstring>
 
79
        </property>
 
80
       </widget>
 
81
      </item>
 
82
      <item row="4" column="0" >
 
83
       <widget class="QLabel" name="iFontmapLabel" >
 
84
        <property name="text" >
 
85
         <string>Fontmap:</string>
 
86
        </property>
 
87
        <property name="buddy" >
 
88
         <cstring>iStdKeysEditor</cstring>
 
89
        </property>
 
90
       </widget>
 
91
      </item>
 
92
      <item row="5" column="1" >
 
93
       <widget class="QLineEdit" name="iStdKeysEditor" >
 
94
        <property name="whatsThis" >
 
95
         <string>&lt;qt>This is the filename of the XML file describing the standard Ipe key assignments (which shortcut activates which function)&lt;p>You can use the &lt;tt>IPEKEYSFILE&lt;/tt> environment variable to override this setting.&lt;/p>&lt;/qt></string>
 
96
        </property>
 
97
       </widget>
 
98
      </item>
 
99
      <item row="4" column="1" >
 
100
       <widget class="QLineEdit" name="iFontmapEditor" >
 
101
        <property name="whatsThis" >
 
102
         <string>&lt;qt>This is the filename of the fontmap, which describes where on the system the 14 standard PDF fonts can be found. 
 
103
&lt;p>You can use the &lt;tt>IPEFONTMAP&lt;/tt> environment variable to override this setting.&lt;/p>&lt;/qt></string>
 
104
        </property>
 
105
       </widget>
 
106
      </item>
 
107
      <item row="3" column="0" >
 
108
       <widget class="QLabel" name="iDocDirLabel" >
 
109
        <property name="text" >
 
110
         <string>Ipe documentation in:</string>
 
111
        </property>
 
112
        <property name="buddy" >
 
113
         <cstring>iDocDirEditor</cstring>
 
114
        </property>
 
115
       </widget>
 
116
      </item>
 
117
      <item row="2" column="1" >
 
118
       <widget class="QLineEdit" name="iPdfLatexEditor" >
 
119
        <property name="enabled" >
 
120
         <bool>true</bool>
 
121
        </property>
 
122
        <property name="whatsThis" >
 
123
         <string>&lt;qt>This is the name of the Pdflatex executable. Use the &lt;tt>IPEPDFLATEX&lt;/tt> environment variable to override this setting.&lt;/qt></string>
 
124
        </property>
 
125
       </widget>
 
126
      </item>
 
127
      <item row="2" column="0" >
 
128
       <widget class="QLabel" name="iPdfLatexLabel" >
 
129
        <property name="text" >
 
130
         <string>Pdflatex executable:</string>
 
131
        </property>
 
132
        <property name="buddy" >
 
133
         <cstring>iPdfLatexEditor</cstring>
 
134
        </property>
 
135
       </widget>
 
136
      </item>
 
137
      <item row="3" column="1" >
 
138
       <widget class="QLineEdit" name="iDocDirEditor" >
 
139
        <property name="enabled" >
 
140
         <bool>true</bool>
 
141
        </property>
 
142
        <property name="whatsThis" >
 
143
         <string>&lt;qt>This is the directory where Ipe looks for the Ipe manual.
 
144
&lt;p>You can use the &lt;tt>IPEDOCDIR&lt;/tt> environment variable to override this setting.&lt;/qt></string>
 
145
        </property>
 
146
       </widget>
 
147
      </item>
 
148
      <item row="1" column="0" >
 
149
       <widget class="QLabel" name="iLatexDirLabel" >
 
150
        <property name="text" >
 
151
         <string>Run Pdflatex in:</string>
 
152
        </property>
 
153
        <property name="buddy" >
 
154
         <cstring>iLatexDirEditor</cstring>
 
155
        </property>
 
156
       </widget>
 
157
      </item>
 
158
      <item row="1" column="1" >
 
159
       <widget class="QLineEdit" name="iLatexDirEditor" >
 
160
        <property name="enabled" >
 
161
         <bool>true</bool>
 
162
        </property>
 
163
        <property name="whatsThis" >
 
164
         <string>&lt;qt>This is the directory where Ipe executes Pdflatex to format your text objects. Should you have problems with Latex conversion, you may have a look at what's happening here.
 
165
&lt;p>You can override the setting here using the &lt;tt>IPELATEXDIR&lt;/tt> environment variable.&lt;/p>
 
166
&lt;/qt></string>
 
167
        </property>
 
168
       </widget>
 
169
      </item>
 
170
      <item row="0" column="1" >
 
171
       <widget class="QLineEdit" name="iPreferencesEditor" >
 
172
        <property name="enabled" >
 
173
         <bool>true</bool>
 
174
        </property>
 
175
        <property name="whatsThis" >
 
176
         <string>&lt;qt>This is the file where Ipe stores your personal preferences.&lt;/qt></string>
 
177
        </property>
 
178
       </widget>
 
179
      </item>
 
180
      <item row="0" column="0" >
 
181
       <widget class="QLabel" name="iPreferencesLabel" >
 
182
        <property name="text" >
 
183
         <string>Preferences saved in:</string>
 
184
        </property>
 
185
        <property name="buddy" >
 
186
         <cstring>iPreferencesEditor</cstring>
 
187
        </property>
 
188
       </widget>
 
189
      </item>
 
190
     </layout>
 
191
    </widget>
 
192
   </item>
 
193
   <item>
 
194
    <widget class="QGroupBox" name="iIpeletGroup" >
 
195
     <property name="whatsThis" >
 
196
      <string>&lt;qt>This is the list of directories where Ipe will look for Ipelets .
 
197
If Ipe has been installed correctly, the setting shown here should be correct to use all the Ipelets installed with Ipe.
 
198
&lt;p>If you wish to add your own Ipelets, or if you wish to change the Ipelet path for some other reason, set the environment variable &lt;tt>IPELETPATH&lt;/tt>. The environment variable should contain all the directories, separated by a colon &quot;:&quot; (on Unix) or semicolon &quot;;&quot; (on Windows).&lt;/p>
 
199
&lt;p> Not that since Ipelets are binary executables, this setting is platform-dependent.&lt;/p>
 
200
&lt;/qt></string>
 
201
     </property>
 
202
     <property name="title" >
 
203
      <string>Ipelet path</string>
 
204
     </property>
 
205
     <layout class="QVBoxLayout" >
 
206
      <property name="margin" >
 
207
       <number>8</number>
 
208
      </property>
 
209
      <property name="spacing" >
 
210
       <number>6</number>
 
211
      </property>
 
212
      <item>
 
213
       <widget class="QListWidget" name="iIpeletListBox" >
 
214
        <property name="enabled" >
 
215
         <bool>true</bool>
 
216
        </property>
 
217
        <property name="spacing" >
 
218
         <number>0</number>
 
219
        </property>
 
220
       </widget>
 
221
      </item>
 
222
     </layout>
 
223
    </widget>
 
224
   </item>
 
225
   <item>
 
226
    <layout class="QHBoxLayout" >
 
227
     <property name="margin" >
 
228
      <number>0</number>
 
229
     </property>
 
230
     <property name="spacing" >
 
231
      <number>6</number>
 
232
     </property>
 
233
     <item>
 
234
      <widget class="QPushButton" name="iButtonHelp" >
 
235
       <property name="text" >
 
236
        <string>&amp;What's this?</string>
 
237
       </property>
 
238
       <property name="autoDefault" >
 
239
        <bool>true</bool>
 
240
       </property>
 
241
      </widget>
 
242
     </item>
 
243
     <item>
 
244
      <spacer>
 
245
       <property name="orientation" >
 
246
        <enum>Qt::Horizontal</enum>
 
247
       </property>
 
248
       <property name="sizeType" >
 
249
        <enum>QSizePolicy::Expanding</enum>
 
250
       </property>
 
251
       <property name="sizeHint" >
 
252
        <size>
 
253
         <width>318</width>
 
254
         <height>25</height>
 
255
        </size>
 
256
       </property>
 
257
      </spacer>
 
258
     </item>
 
259
     <item>
 
260
      <widget class="QPushButton" name="iButtonOk" >
 
261
       <property name="text" >
 
262
        <string>&amp;Dismiss</string>
 
263
       </property>
 
264
       <property name="autoDefault" >
 
265
        <bool>true</bool>
 
266
       </property>
 
267
       <property name="default" >
 
268
        <bool>true</bool>
 
269
       </property>
 
270
      </widget>
 
271
     </item>
 
272
    </layout>
 
273
   </item>
 
274
  </layout>
 
275
 </widget>
 
276
 <pixmapfunction></pixmapfunction>
 
277
 <tabstops>
 
278
  <tabstop>iPreferencesEditor</tabstop>
 
279
  <tabstop>iLatexDirEditor</tabstop>
 
280
  <tabstop>iPdfLatexEditor</tabstop>
 
281
  <tabstop>iDocDirEditor</tabstop>
 
282
  <tabstop>iFontmapEditor</tabstop>
 
283
  <tabstop>iButtonOk</tabstop>
 
284
 </tabstops>
 
285
 <resources/>
 
286
 <connections>
 
287
  <connection>
 
288
   <sender>iButtonOk</sender>
 
289
   <signal>clicked()</signal>
 
290
   <receiver>DlgDirectories</receiver>
 
291
   <slot>accept()</slot>
 
292
   <hints>
 
293
    <hint type="sourcelabel" >
 
294
     <x>437</x>
 
295
     <y>309</y>
 
296
    </hint>
 
297
    <hint type="destinationlabel" >
 
298
     <x>388</x>
 
299
     <y>311</y>
 
300
    </hint>
 
301
   </hints>
 
302
  </connection>
 
303
 </connections>
 
304
</ui>