]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/InfoUi.ui
Attempt to simplify as much as possible Inset parameter dialog creation. We now just...
[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>75</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="typeLBL">
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      </item>
32      <item row="1" column="0">
33       <widget class="QLabel" name="nameLBL">
34        <property name="text">
35         <string>Information Name:</string>
36        </property>
37       </widget>
38      </item>
39      <item row="1" column="1">
40       <widget class="QLineEdit" name="nameLE"/>
41      </item>
42     </layout>
43    </item>
44   </layout>
45  </widget>
46  <includes>
47   <include location="local">qt_i18n.h</include>
48  </includes>
49  <resources/>
50  <connections/>
51 </ui>