]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/InfoUi.ui
GuiInfo: display and initialize the information dialog, can not apply yet
[lyx.git] / src / frontends / qt4 / ui / InfoUi.ui
1 <ui version="4.0" >
2  <class>InfoUi</class>
3  <widget class="QDialog" name="InfoUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>320</width>
9     <height>131</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="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    <item>
44     <layout class="QHBoxLayout" >
45      <item>
46       <spacer>
47        <property name="orientation" >
48         <enum>Qt::Horizontal</enum>
49        </property>
50        <property name="sizeType" >
51         <enum>QSizePolicy::Expanding</enum>
52        </property>
53        <property name="sizeHint" >
54         <size>
55          <width>84</width>
56          <height>20</height>
57         </size>
58        </property>
59       </spacer>
60      </item>
61      <item>
62       <widget class="QPushButton" name="okPB" >
63        <property name="text" >
64         <string>&amp;OK</string>
65        </property>
66       </widget>
67      </item>
68      <item>
69       <widget class="QPushButton" name="cancelPB" >
70        <property name="text" >
71         <string>&amp;Cancel</string>
72        </property>
73        <property name="default" >
74         <bool>true</bool>
75        </property>
76       </widget>
77      </item>
78     </layout>
79    </item>
80   </layout>
81  </widget>
82  <includes>
83   <include location="local" >qt_i18n.h</include>
84  </includes>
85  <resources/>
86  <connections/>
87 </ui>