]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QSendtoUi.ui
This new citation dialog follows a new design similar to lyx-1.3:
[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>11</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item row="2" column="0" >
29     <widget class="QLabel" name="commandLA" >
30      <property name="text" >
31       <string>&amp;Command:</string>
32      </property>
33      <property name="buddy" >
34       <cstring>commandCO</cstring>
35      </property>
36     </widget>
37    </item>
38    <item row="0" column="0" >
39     <widget class="QLabel" name="formatLA" >
40      <property name="text" >
41       <string>&amp;Export formats:</string>
42      </property>
43      <property name="buddy" >
44       <cstring>formatLB</cstring>
45      </property>
46     </widget>
47    </item>
48    <item row="4" column="0" >
49     <layout class="QHBoxLayout" >
50      <property name="margin" >
51       <number>0</number>
52      </property>
53      <property name="spacing" >
54       <number>6</number>
55      </property>
56      <item>
57       <widget class="QPushButton" name="okPB" >
58        <property name="text" >
59         <string>&amp;OK</string>
60        </property>
61        <property name="autoDefault" >
62         <bool>true</bool>
63        </property>
64        <property name="default" >
65         <bool>false</bool>
66        </property>
67       </widget>
68      </item>
69      <item>
70       <widget class="QPushButton" name="applyPB" >
71        <property name="text" >
72         <string>&amp;Apply</string>
73        </property>
74       </widget>
75      </item>
76      <item>
77       <widget class="QPushButton" name="closePB" >
78        <property name="text" >
79         <string>Cancel</string>
80        </property>
81       </widget>
82      </item>
83     </layout>
84    </item>
85    <item row="3" column="0" >
86     <widget class="QComboBox" name="commandCO" >
87      <property name="sizePolicy" >
88       <sizepolicy>
89        <hsizetype>3</hsizetype>
90        <vsizetype>0</vsizetype>
91        <horstretch>0</horstretch>
92        <verstretch>0</verstretch>
93       </sizepolicy>
94      </property>
95      <property name="focusPolicy" >
96       <enum>Qt::StrongFocus</enum>
97      </property>
98      <property name="toolTip" >
99       <string>Process the converted file with this command ($$FName = file name)</string>
100      </property>
101      <property name="editable" >
102       <bool>true</bool>
103      </property>
104      <property name="maxCount" >
105       <number>666</number>
106      </property>
107      <property name="insertPolicy" >
108       <enum>QComboBox::InsertAtTop</enum>
109      </property>
110      <property name="autoCompletion" >
111       <bool>true</bool>
112      </property>
113      <property name="duplicatesEnabled" >
114       <bool>false</bool>
115      </property>
116     </widget>
117    </item>
118    <item row="1" column="0" >
119     <widget class="Q3ListBox" name="formatLB" >
120      <property name="maximumSize" >
121       <size>
122        <width>32767</width>
123        <height>32767</height>
124       </size>
125      </property>
126      <property name="toolTip" >
127       <string>Available export converters</string>
128      </property>
129     </widget>
130    </item>
131   </layout>
132  </widget>
133  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
134  <customwidgets>
135   <customwidget>
136    <class>Q3ListBox</class>
137    <extends></extends>
138    <header>q3listbox.h</header>
139    <container>0</container>
140    <pixmap></pixmap>
141   </customwidget>
142  </customwidgets>
143  <tabstops>
144   <tabstop>formatLB</tabstop>
145   <tabstop>okPB</tabstop>
146   <tabstop>applyPB</tabstop>
147   <tabstop>closePB</tabstop>
148  </tabstops>
149  <resources/>
150  <connections/>
151 </ui>