]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/LaTeXUi.ui
This is the last of a series of patches that merges the layout modules development...
[lyx.git] / src / frontends / qt4 / ui / LaTeXUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>LaTeXUi</class>
6  <widget class="QWidget" name="LaTeXUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>428</width>
12     <height>465</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
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="5" column="2" colspan="2" >
26     <spacer>
27      <property name="orientation" >
28       <enum>Qt::Vertical</enum>
29      </property>
30      <property name="sizeHint" >
31       <size>
32        <width>84</width>
33        <height>41</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item row="4" column="3" >
39     <spacer>
40      <property name="orientation" >
41       <enum>Qt::Horizontal</enum>
42      </property>
43      <property name="sizeHint" >
44       <size>
45        <width>261</width>
46        <height>22</height>
47       </size>
48      </property>
49     </spacer>
50    </item>
51    <item row="4" column="2" >
52     <widget class="QComboBox" name="psdriverCO" >
53      <property name="duplicatesEnabled" >
54       <bool>false</bool>
55      </property>
56     </widget>
57    </item>
58    <item row="4" column="0" colspan="2" >
59     <widget class="QLabel" name="psdriverL" >
60      <property name="text" >
61       <string>Postscript &amp;driver:</string>
62      </property>
63      <property name="buddy" >
64       <cstring>psdriverCO</cstring>
65      </property>
66     </widget>
67    </item>
68    <item row="3" column="0" colspan="4" >
69     <widget class="QTextBrowser" name="infoML" />
70    </item>
71    <item row="2" column="0" colspan="4" >
72     <widget class="QGroupBox" name="modulesGB" >
73      <property name="title" >
74       <string>Modules</string>
75      </property>
76      <layout class="QGridLayout" >
77       <property name="margin" >
78        <number>9</number>
79       </property>
80       <property name="spacing" >
81        <number>6</number>
82       </property>
83       <item row="0" column="0" >
84        <widget class="QLabel" name="availmodL" >
85         <property name="text" >
86          <string>Available Modules</string>
87         </property>
88        </widget>
89       </item>
90       <item row="0" column="2" >
91        <widget class="QLabel" name="selmodL" >
92         <property name="text" >
93          <string>Selected Modules</string>
94         </property>
95        </widget>
96       </item>
97       <item rowspan="5" row="1" column="0" >
98        <widget class="QListView" name="availableLV" >
99         <property name="editTriggers" >
100          <set>QAbstractItemView::NoEditTriggers</set>
101         </property>
102        </widget>
103       </item>
104       <item row="1" column="1" >
105        <widget class="QPushButton" name="addPB" >
106         <property name="text" >
107          <string>Add</string>
108         </property>
109        </widget>
110       </item>
111       <item rowspan="5" row="1" column="2" >
112        <widget class="QListView" name="selectedLV" >
113         <property name="editTriggers" >
114          <set>QAbstractItemView::NoEditTriggers</set>
115         </property>
116        </widget>
117       </item>
118       <item row="2" column="1" >
119        <widget class="QPushButton" name="deletePB" >
120         <property name="text" >
121          <string>Delete</string>
122         </property>
123        </widget>
124       </item>
125       <item row="3" column="1" >
126        <widget class="QPushButton" name="upPB" >
127         <property name="text" >
128          <string>Up</string>
129         </property>
130        </widget>
131       </item>
132       <item row="4" column="1" >
133        <widget class="QPushButton" name="downPB" >
134         <property name="text" >
135          <string>Down</string>
136         </property>
137        </widget>
138       </item>
139       <item row="5" column="1" >
140        <spacer>
141         <property name="orientation" >
142          <enum>Qt::Vertical</enum>
143         </property>
144         <property name="sizeHint" >
145          <size>
146           <width>80</width>
147           <height>46</height>
148          </size>
149         </property>
150        </spacer>
151       </item>
152      </layout>
153     </widget>
154    </item>
155    <item row="1" column="1" colspan="3" >
156     <widget class="QLineEdit" name="optionsLE" />
157    </item>
158    <item row="1" column="0" >
159     <widget class="QLabel" name="optionsL" >
160      <property name="text" >
161       <string>&amp;Options:</string>
162      </property>
163      <property name="buddy" >
164       <cstring>optionsLE</cstring>
165      </property>
166     </widget>
167    </item>
168    <item row="0" column="1" colspan="3" >
169     <widget class="QComboBox" name="classCO" />
170    </item>
171    <item row="0" column="0" >
172     <widget class="QLabel" name="classL" >
173      <property name="text" >
174       <string>Document &amp;class:</string>
175      </property>
176      <property name="buddy" >
177       <cstring>classCO</cstring>
178      </property>
179     </widget>
180    </item>
181   </layout>
182  </widget>
183  <pixmapfunction></pixmapfunction>
184  <tabstops>
185   <tabstop>classCO</tabstop>
186   <tabstop>optionsLE</tabstop>
187   <tabstop>availableLV</tabstop>
188   <tabstop>addPB</tabstop>
189   <tabstop>deletePB</tabstop>
190   <tabstop>upPB</tabstop>
191   <tabstop>downPB</tabstop>
192   <tabstop>selectedLV</tabstop>
193   <tabstop>infoML</tabstop>
194   <tabstop>psdriverCO</tabstop>
195  </tabstops>
196  <includes>
197   <include location="local" >qt_helpers.h</include>
198  </includes>
199  <resources/>
200  <connections/>
201 </ui>