]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/TexinfoUi.ui
Also display the info about BibTeX databases in the TeX info panel.
[lyx.git] / src / frontends / qt4 / ui / TexinfoUi.ui
1 <ui version="4.0" >
2  <class>TexinfoUi</class>
3  <widget class="QDialog" name="TexinfoUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>267</width>
9     <height>290</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="fileListLW" />
27    </item>
28    <item row="3" column="0" >
29     <layout class="QHBoxLayout" >
30      <property name="margin" >
31       <number>0</number>
32      </property>
33      <property name="spacing" >
34       <number>6</number>
35      </property>
36      <item>
37       <spacer>
38        <property name="orientation" >
39         <enum>Qt::Horizontal</enum>
40        </property>
41        <property name="sizeType" >
42         <enum>QSizePolicy::Expanding</enum>
43        </property>
44        <property name="sizeHint" >
45         <size>
46          <width>20</width>
47          <height>20</height>
48         </size>
49        </property>
50       </spacer>
51      </item>
52      <item>
53       <widget class="QPushButton" name="closePB" >
54        <property name="toolTip" >
55         <string>Close this dialog</string>
56        </property>
57        <property name="text" >
58         <string>&amp;Close</string>
59        </property>
60       </widget>
61      </item>
62     </layout>
63    </item>
64    <item row="2" 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       <spacer>
74        <property name="orientation" >
75         <enum>Qt::Horizontal</enum>
76        </property>
77        <property name="sizeType" >
78         <enum>QSizePolicy::Expanding</enum>
79        </property>
80        <property name="sizeHint" >
81         <size>
82          <width>20</width>
83          <height>20</height>
84         </size>
85        </property>
86       </spacer>
87      </item>
88      <item>
89       <widget class="QPushButton" name="rescanPB" >
90        <property name="toolTip" >
91         <string>Rebuild the file lists</string>
92        </property>
93        <property name="text" >
94         <string>&amp;Rescan</string>
95        </property>
96       </widget>
97      </item>
98      <item>
99       <widget class="QPushButton" name="viewPB" >
100        <property name="enabled" >
101         <bool>false</bool>
102        </property>
103        <property name="toolTip" >
104         <string>Show contents of marked file. Only possible when files are shown with path</string>
105        </property>
106        <property name="text" >
107         <string>&amp;View</string>
108        </property>
109       </widget>
110      </item>
111     </layout>
112    </item>
113    <item row="0" column="0" >
114     <layout class="QHBoxLayout" >
115      <property name="margin" >
116       <number>0</number>
117      </property>
118      <property name="spacing" >
119       <number>6</number>
120      </property>
121      <item>
122       <widget class="QComboBox" name="whatStyleCO" >
123        <property name="toolTip" >
124         <string>Selected classes or styles</string>
125        </property>
126        <item>
127         <property name="text" >
128          <string>LaTeX classes</string>
129         </property>
130        </item>
131        <item>
132         <property name="text" >
133          <string>LaTeX styles</string>
134         </property>
135        </item>
136        <item>
137         <property name="text" >
138          <string>BibTeX styles</string>
139         </property>
140        </item>
141        <item>
142         <property name="text" >
143          <string>BibTeX databases</string>
144         </property>
145        </item>
146       </widget>
147      </item>
148      <item>
149       <spacer>
150        <property name="orientation" >
151         <enum>Qt::Horizontal</enum>
152        </property>
153        <property name="sizeType" >
154         <enum>QSizePolicy::Expanding</enum>
155        </property>
156        <property name="sizeHint" >
157         <size>
158          <width>20</width>
159          <height>20</height>
160         </size>
161        </property>
162       </spacer>
163      </item>
164      <item>
165       <widget class="QCheckBox" name="pathCB" >
166        <property name="toolTip" >
167         <string>Toggles view of the file list</string>
168        </property>
169        <property name="text" >
170         <string>Show &amp;path</string>
171        </property>
172       </widget>
173      </item>
174     </layout>
175    </item>
176   </layout>
177  </widget>
178  <tabstops>
179   <tabstop>whatStyleCO</tabstop>
180   <tabstop>pathCB</tabstop>
181   <tabstop>fileListLW</tabstop>
182   <tabstop>rescanPB</tabstop>
183   <tabstop>viewPB</tabstop>
184   <tabstop>closePB</tabstop>
185  </tabstops>
186  <includes>
187   <include location="local" >qt_i18n.h</include>
188  </includes>
189  <resources/>
190  <connections/>
191 </ui>