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