]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/InfoUi.ui
Fix compilation with Qt4.2
[lyx.git] / src / frontends / qt4 / ui / InfoUi.ui
1 <ui version="4.0">
2  <class>InfoUi</class>
3  <widget class="QWidget" name="InfoUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>320</width>
9     <height>75</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" stdset="0">
16    <bool>true</bool>
17   </property>
18   <layout class="QVBoxLayout">
19    <item>
20     <layout class="QGridLayout">
21      <item row="0" column="0">
22       <widget class="QLabel" name="typeLBL">
23        <property name="text">
24         <string>Information Type:</string>
25        </property>
26       </widget>
27      </item>
28      <item row="0" column="1">
29       <widget class="QComboBox" name="typeCO"/>
30      </item>
31      <item row="1" column="0">
32       <widget class="QLabel" name="nameLBL">
33        <property name="text">
34         <string>Information Name:</string>
35        </property>
36       </widget>
37      </item>
38      <item row="1" column="1">
39       <widget class="QLineEdit" name="nameLE"/>
40      </item>
41     </layout>
42    </item>
43   </layout>
44  </widget>
45  <includes>
46   <include location="local">qt_i18n.h</include>
47  </includes>
48  <resources/>
49  <connections/>
50 </ui>