]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/QSendtoDialog.ui
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / ui / QSendtoDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QSendtoDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">gettext.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QSendtoDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>276</width>
17             <height>262</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>Custom Export</string>
23     </property>
24     <property stdset="1">
25         <name>sizeGripEnabled</name>
26         <bool>true</bool>
27     </property>
28     <grid>
29         <property stdset="1">
30             <name>margin</name>
31             <number>11</number>
32         </property>
33         <property stdset="1">
34             <name>spacing</name>
35             <number>6</number>
36         </property>
37         <widget row="2"  column="0" >
38             <class>QLabel</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>commandLA</cstring>
42             </property>
43             <property stdset="1">
44                 <name>text</name>
45                 <string>&amp;Command:</string>
46             </property>
47             <property>
48                 <name>buddy</name>
49                 <cstring>commandCO</cstring>
50             </property>
51         </widget>
52         <widget row="0"  column="0" >
53             <class>QLabel</class>
54             <property stdset="1">
55                 <name>name</name>
56                 <cstring>formatLA</cstring>
57             </property>
58             <property stdset="1">
59                 <name>text</name>
60                 <string>&amp;Export formats:</string>
61             </property>
62             <property>
63                 <name>buddy</name>
64                 <cstring>formatLB</cstring>
65             </property>
66         </widget>
67         <widget row="4"  column="0" >
68             <class>QLayoutWidget</class>
69             <property stdset="1">
70                 <name>name</name>
71                 <cstring>Layout6</cstring>
72             </property>
73             <hbox>
74                 <property stdset="1">
75                     <name>margin</name>
76                     <number>0</number>
77                 </property>
78                 <property stdset="1">
79                     <name>spacing</name>
80                     <number>6</number>
81                 </property>
82                 <widget>
83                     <class>QPushButton</class>
84                     <property stdset="1">
85                         <name>name</name>
86                         <cstring>okPB</cstring>
87                     </property>
88                     <property stdset="1">
89                         <name>text</name>
90                         <string>OK</string>
91                     </property>
92                     <property stdset="1">
93                         <name>autoDefault</name>
94                         <bool>true</bool>
95                     </property>
96                     <property stdset="1">
97                         <name>default</name>
98                         <bool>false</bool>
99                     </property>
100                 </widget>
101                 <widget>
102                     <class>QPushButton</class>
103                     <property stdset="1">
104                         <name>name</name>
105                         <cstring>applyPB</cstring>
106                     </property>
107                     <property stdset="1">
108                         <name>text</name>
109                         <string>&amp;Apply</string>
110                     </property>
111                 </widget>
112                 <widget>
113                     <class>QPushButton</class>
114                     <property stdset="1">
115                         <name>name</name>
116                         <cstring>closePB</cstring>
117                     </property>
118                     <property stdset="1">
119                         <name>text</name>
120                         <string>Cancel</string>
121                     </property>
122                 </widget>
123             </hbox>
124         </widget>
125         <widget row="3"  column="0" >
126             <class>QComboBox</class>
127             <property stdset="1">
128                 <name>name</name>
129                 <cstring>commandCO</cstring>
130             </property>
131             <property stdset="1">
132                 <name>sizePolicy</name>
133                 <sizepolicy>
134                     <hsizetype>3</hsizetype>
135                     <vsizetype>0</vsizetype>
136                 </sizepolicy>
137             </property>
138             <property stdset="1">
139                 <name>focusPolicy</name>
140                 <enum>StrongFocus</enum>
141             </property>
142             <property stdset="1">
143                 <name>editable</name>
144                 <bool>true</bool>
145             </property>
146             <property stdset="1">
147                 <name>sizeLimit</name>
148                 <number>10</number>
149             </property>
150             <property stdset="1">
151                 <name>maxCount</name>
152                 <number>666</number>
153             </property>
154             <property stdset="1">
155                 <name>insertionPolicy</name>
156                 <enum>AtTop</enum>
157             </property>
158             <property stdset="1">
159                 <name>autoCompletion</name>
160                 <bool>true</bool>
161             </property>
162             <property stdset="1">
163                 <name>duplicatesEnabled</name>
164                 <bool>false</bool>
165             </property>
166             <property>
167                 <name>toolTip</name>
168                 <string>Process the converted file with this command ($$FName = file name)</string>
169             </property>
170         </widget>
171         <widget row="1"  column="0" >
172             <class>QListBox</class>
173             <item>
174                 <property>
175                     <name>text</name>
176                     <string>New Item</string>
177                 </property>
178             </item>
179             <property stdset="1">
180                 <name>name</name>
181                 <cstring>formatLB</cstring>
182             </property>
183             <property stdset="1">
184                 <name>maximumSize</name>
185                 <size>
186                     <width>32767</width>
187                     <height>32767</height>
188                 </size>
189             </property>
190             <property>
191                 <name>toolTip</name>
192                 <string>Available export converters</string>
193             </property>
194         </widget>
195     </grid>
196 </widget>
197 <connections>
198     <connection>
199         <sender>formatLB</sender>
200         <signal>highlighted(const QString&amp;)</signal>
201         <receiver>QSendtoDialogBase</receiver>
202         <slot>slotFormatHighlighted(const QString&amp;)</slot>
203     </connection>
204     <connection>
205         <sender>formatLB</sender>
206         <signal>selected(const QString&amp;)</signal>
207         <receiver>QSendtoDialogBase</receiver>
208         <slot>slotFormatSelected(const QString&amp;)</slot>
209     </connection>
210     <connection>
211         <sender>formatLB</sender>
212         <signal>highlighted(const QString&amp;)</signal>
213         <receiver>QSendtoDialogBase</receiver>
214         <slot>changed_adaptor()</slot>
215     </connection>
216     <connection>
217         <sender>commandCO</sender>
218         <signal>textChanged(const QString&amp;)</signal>
219         <receiver>QSendtoDialogBase</receiver>
220         <slot>changed_adaptor()</slot>
221     </connection>
222     <slot access="public">changed_adaptor()</slot>
223     <slot access="public">slotFormatHighlighted(const QString&amp;)</slot>
224     <slot access="public">slotFormatSelected(const QString&amp;)</slot>
225 </connections>
226 <tabstops>
227     <tabstop>formatLB</tabstop>
228     <tabstop>okPB</tabstop>
229     <tabstop>applyPB</tabstop>
230     <tabstop>closePB</tabstop>
231 </tabstops>
232 </UI>