]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/InfoUi.ui
More GuiInfo usability work
[lyx.git] / src / frontends / qt4 / ui / InfoUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>InfoUi</class>
4  <widget class="QWidget" name="InfoUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>320</width>
10     <height>311</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled" stdset="0">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="1" column="0">
21     <widget class="QListWidget" name="infoLW"/>
22    </item>
23    <item row="0" column="0">
24     <layout class="QHBoxLayout" name="horizontalLayout_2">
25      <item>
26       <widget class="QLabel" name="typeLA">
27        <property name="text">
28         <string>Infor&amp;mation Type:</string>
29        </property>
30        <property name="buddy">
31         <cstring>typeCO</cstring>
32        </property>
33       </widget>
34      </item>
35      <item>
36       <widget class="QComboBox" name="typeCO">
37        <property name="toolTip">
38         <string>Select the type of information to be output. Then specify the requested information below.</string>
39        </property>
40       </widget>
41      </item>
42     </layout>
43    </item>
44    <item row="2" column="0">
45     <layout class="QHBoxLayout" name="horizontalLayout">
46      <item>
47       <widget class="QLabel" name="nameLA">
48        <property name="text">
49         <string>&amp;Custom:</string>
50        </property>
51        <property name="buddy">
52         <cstring>nameLE</cstring>
53        </property>
54       </widget>
55      </item>
56      <item>
57       <widget class="QLineEdit" name="nameLE"/>
58      </item>
59     </layout>
60    </item>
61   </layout>
62  </widget>
63  <includes>
64   <include location="local">qt_i18n.h</include>
65  </includes>
66  <resources/>
67  <connections/>
68 </ui>