]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QSendtoUi.ui
remove qPixmapFromMimeSource. This caused the inclusion of Qt3 support headers which...
[lyx.git] / src / frontends / qt4 / ui / QSendtoUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QSendtoUi</class>
6  <widget class="QDialog" name="QSendtoUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>282</width>
12     <height>262</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QGridLayout" >
22    <property name="margin" >
23     <number>9</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item row="1" column="0" >
29     <widget class="QListWidget" name="formatLW" />
30    </item>
31    <item row="3" column="0" >
32     <widget class="QComboBox" name="commandCO" >
33      <property name="sizePolicy" >
34       <sizepolicy>
35        <hsizetype>3</hsizetype>
36        <vsizetype>0</vsizetype>
37        <horstretch>0</horstretch>
38        <verstretch>0</verstretch>
39       </sizepolicy>
40      </property>
41      <property name="focusPolicy" >
42       <enum>Qt::StrongFocus</enum>
43      </property>
44      <property name="toolTip" >
45       <string>Process the converted file with this command ($$FName = file name)</string>
46      </property>
47      <property name="editable" >
48       <bool>true</bool>
49      </property>
50      <property name="maxCount" >
51       <number>666</number>
52      </property>
53      <property name="insertPolicy" >
54       <enum>QComboBox::InsertAtTop</enum>
55      </property>
56      <property name="autoCompletion" >
57       <bool>true</bool>
58      </property>
59      <property name="duplicatesEnabled" >
60       <bool>false</bool>
61      </property>
62     </widget>
63    </item>
64    <item row="4" column="0" >
65     <layout class="QHBoxLayout" >
66      <property name="margin" >
67       <number>0</number>
68      </property>
69      <property name="spacing" >
70       <number>6</number>
71      </property>
72      <item>
73       <widget class="QPushButton" name="okPB" >
74        <property name="text" >
75         <string>&amp;OK</string>
76        </property>
77        <property name="autoDefault" >
78         <bool>true</bool>
79        </property>
80        <property name="default" >
81         <bool>false</bool>
82        </property>
83       </widget>
84      </item>
85      <item>
86       <widget class="QPushButton" name="applyPB" >
87        <property name="text" >
88         <string>&amp;Apply</string>
89        </property>
90       </widget>
91      </item>
92      <item>
93       <widget class="QPushButton" name="closePB" >
94        <property name="text" >
95         <string>Cancel</string>
96        </property>
97       </widget>
98      </item>
99     </layout>
100    </item>
101    <item row="0" column="0" >
102     <widget class="QLabel" name="formatLA" >
103      <property name="text" >
104       <string>&amp;Export formats:</string>
105      </property>
106      <property name="buddy" >
107       <cstring>formatLW</cstring>
108      </property>
109     </widget>
110    </item>
111    <item row="2" column="0" >
112     <widget class="QLabel" name="commandLA" >
113      <property name="text" >
114       <string>&amp;Command:</string>
115      </property>
116      <property name="buddy" >
117       <cstring>commandCO</cstring>
118      </property>
119     </widget>
120    </item>
121   </layout>
122  </widget>
123  <pixmapfunction></pixmapfunction>
124  <tabstops>
125   <tabstop>okPB</tabstop>
126   <tabstop>applyPB</tabstop>
127   <tabstop>closePB</tabstop>
128  </tabstops>
129  <resources/>
130  <connections/>
131 </ui>