]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PhantomUi.ui
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / ui / PhantomUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PhantomUi</class>
4  <widget class="QDialog" name="PhantomUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>221</width>
10     <height>196</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="0" column="0">
21     <widget class="QGroupBox" name="PhantomBG">
22      <property name="title">
23       <string>Type</string>
24      </property>
25      <layout class="QVBoxLayout">
26       <property name="spacing">
27        <number>6</number>
28       </property>
29       <property name="leftMargin">
30        <number>11</number>
31       </property>
32       <property name="topMargin">
33        <number>11</number>
34       </property>
35       <property name="rightMargin">
36        <number>11</number>
37       </property>
38       <property name="bottomMargin">
39        <number>11</number>
40       </property>
41       <item>
42        <widget class="QRadioButton" name="phantomRB">
43         <property name="toolTip">
44          <string>Horizontal and vertical space of the phantom content</string>
45         </property>
46         <property name="text">
47          <string>Phanto&amp;m</string>
48         </property>
49        </widget>
50       </item>
51       <item>
52        <widget class="QRadioButton" name="hphantomRB">
53         <property name="toolTip">
54          <string>Horizontal space of the phantom content</string>
55         </property>
56         <property name="text">
57          <string>&amp;Horizontal Phantom</string>
58         </property>
59        </widget>
60       </item>
61       <item>
62        <widget class="QRadioButton" name="vphantomRB">
63         <property name="toolTip">
64          <string>Vertical space of the phantom content</string>
65         </property>
66         <property name="text">
67          <string>Verti&amp;cal Phantom</string>
68         </property>
69        </widget>
70       </item>
71      </layout>
72     </widget>
73    </item>
74    <item row="1" column="0">
75     <widget class="QDialogButtonBox" name="buttonBox">
76      <property name="standardButtons">
77       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
78      </property>
79     </widget>
80    </item>
81   </layout>
82  </widget>
83  <tabstops>
84   <tabstop>phantomRB</tabstop>
85   <tabstop>hphantomRB</tabstop>
86   <tabstop>vphantomRB</tabstop>
87  </tabstops>
88  <includes>
89   <include location="local">qt_i18n.h</include>
90  </includes>
91  <resources/>
92  <connections/>
93 </ui>