]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/InfoUi.ui
Make the InsetInfo dialog a bit less esoteric.
[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>90</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="QVBoxLayout">
20    <item>
21     <layout class="QGridLayout">
22      <item row="0" column="0">
23       <widget class="QLabel" name="typeLA">
24        <property name="text">
25         <string>Information Type:</string>
26        </property>
27       </widget>
28      </item>
29      <item row="0" column="1">
30       <widget class="QComboBox" name="typeCO">
31        <property name="toolTip">
32         <string>Select the type of information to be output. Then specify the requested information below.</string>
33        </property>
34       </widget>
35      </item>
36      <item row="1" column="0">
37       <widget class="QLabel" name="nameLA">
38        <property name="text">
39         <string>Information Name:</string>
40        </property>
41       </widget>
42      </item>
43      <item row="1" column="1">
44       <widget class="QLineEdit" name="nameLE"/>
45      </item>
46     </layout>
47    </item>
48   </layout>
49  </widget>
50  <includes>
51   <include location="local">qt_i18n.h</include>
52  </includes>
53  <resources/>
54  <connections/>
55 </ui>