]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/TexinfoUi.ui
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / ui / TexinfoUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>TexinfoUi</class>
4  <widget class="QDialog" name="TexinfoUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>373</width>
10     <height>290</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="0" column="0">
21     <layout class="QHBoxLayout">
22      <property name="spacing">
23       <number>6</number>
24      </property>
25      <property name="leftMargin">
26       <number>0</number>
27      </property>
28      <property name="topMargin">
29       <number>0</number>
30      </property>
31      <property name="rightMargin">
32       <number>0</number>
33      </property>
34      <property name="bottomMargin">
35       <number>0</number>
36      </property>
37      <item>
38       <widget class="QComboBox" name="whatStyleCO">
39        <property name="toolTip">
40         <string>Selected classes or styles</string>
41        </property>
42        <item>
43         <property name="text">
44          <string>LaTeX classes</string>
45         </property>
46        </item>
47        <item>
48         <property name="text">
49          <string>LaTeX styles</string>
50         </property>
51        </item>
52        <item>
53         <property name="text">
54          <string>BibTeX styles</string>
55         </property>
56        </item>
57        <item>
58         <property name="text">
59          <string>BibTeX databases</string>
60         </property>
61        </item>
62        <item>
63         <property name="text">
64          <string>Biblatex bibliography styles</string>
65         </property>
66        </item>
67        <item>
68         <property name="text">
69          <string>Biblatex citation styles</string>
70         </property>
71        </item>
72       </widget>
73      </item>
74      <item>
75       <spacer>
76        <property name="orientation">
77         <enum>Qt::Horizontal</enum>
78        </property>
79        <property name="sizeType">
80         <enum>QSizePolicy::Expanding</enum>
81        </property>
82        <property name="sizeHint" stdset="0">
83         <size>
84          <width>20</width>
85          <height>20</height>
86         </size>
87        </property>
88       </spacer>
89      </item>
90      <item>
91       <widget class="QCheckBox" name="pathCB">
92        <property name="toolTip">
93         <string>Toggles view of the file list</string>
94        </property>
95        <property name="text">
96         <string>Show &amp;path</string>
97        </property>
98       </widget>
99      </item>
100     </layout>
101    </item>
102    <item row="1" column="0">
103     <widget class="QListWidget" name="fileListLW"/>
104    </item>
105    <item row="2" column="0">
106     <layout class="QHBoxLayout">
107      <property name="spacing">
108       <number>6</number>
109      </property>
110      <property name="leftMargin">
111       <number>0</number>
112      </property>
113      <property name="topMargin">
114       <number>0</number>
115      </property>
116      <property name="rightMargin">
117       <number>0</number>
118      </property>
119      <property name="bottomMargin">
120       <number>0</number>
121      </property>
122      <item>
123       <spacer>
124        <property name="orientation">
125         <enum>Qt::Horizontal</enum>
126        </property>
127        <property name="sizeType">
128         <enum>QSizePolicy::Expanding</enum>
129        </property>
130        <property name="sizeHint" stdset="0">
131         <size>
132          <width>20</width>
133          <height>20</height>
134         </size>
135        </property>
136       </spacer>
137      </item>
138      <item>
139       <widget class="QPushButton" name="rescanPB">
140        <property name="toolTip">
141         <string>Rebuild the file lists</string>
142        </property>
143        <property name="text">
144         <string>&amp;Rescan</string>
145        </property>
146       </widget>
147      </item>
148      <item>
149       <widget class="QPushButton" name="viewPB">
150        <property name="enabled">
151         <bool>false</bool>
152        </property>
153        <property name="toolTip">
154         <string>Show contents of marked file. Only possible when files are shown with path</string>
155        </property>
156        <property name="text">
157         <string>&amp;View</string>
158        </property>
159       </widget>
160      </item>
161     </layout>
162    </item>
163    <item row="3" column="0">
164     <widget class="QDialogButtonBox" name="buttonBox">
165      <property name="standardButtons">
166       <set>QDialogButtonBox::Close</set>
167      </property>
168     </widget>
169    </item>
170   </layout>
171  </widget>
172  <tabstops>
173   <tabstop>whatStyleCO</tabstop>
174   <tabstop>pathCB</tabstop>
175   <tabstop>fileListLW</tabstop>
176   <tabstop>rescanPB</tabstop>
177   <tabstop>viewPB</tabstop>
178  </tabstops>
179  <includes>
180   <include location="local">qt_i18n.h</include>
181  </includes>
182  <resources/>
183  <connections/>
184 </ui>