]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/PhantomUi.ui
Rename frontend qt4 to qt
[lyx.git] / src / frontends / qt / 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      <property name="flat">
26       <bool>true</bool>
27      </property>
28      <layout class="QVBoxLayout">
29       <property name="spacing">
30        <number>6</number>
31       </property>
32       <property name="leftMargin">
33        <number>11</number>
34       </property>
35       <property name="topMargin">
36        <number>11</number>
37       </property>
38       <property name="rightMargin">
39        <number>11</number>
40       </property>
41       <property name="bottomMargin">
42        <number>11</number>
43       </property>
44       <item>
45        <widget class="QRadioButton" name="phantomRB">
46         <property name="toolTip">
47          <string>Horizontal and vertical space of the phantom content</string>
48         </property>
49         <property name="text">
50          <string>Phanto&amp;m</string>
51         </property>
52        </widget>
53       </item>
54       <item>
55        <widget class="QRadioButton" name="hphantomRB">
56         <property name="toolTip">
57          <string>Horizontal space of the phantom content</string>
58         </property>
59         <property name="text">
60          <string>&amp;Horizontal Phantom</string>
61         </property>
62        </widget>
63       </item>
64       <item>
65        <widget class="QRadioButton" name="vphantomRB">
66         <property name="toolTip">
67          <string>Vertical space of the phantom content</string>
68         </property>
69         <property name="text">
70          <string>Verti&amp;cal Phantom</string>
71         </property>
72        </widget>
73       </item>
74      </layout>
75     </widget>
76    </item>
77    <item row="1" column="0">
78     <widget class="QDialogButtonBox" name="buttonBox">
79      <property name="standardButtons">
80       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
81      </property>
82     </widget>
83    </item>
84   </layout>
85  </widget>
86  <tabstops>
87   <tabstop>phantomRB</tabstop>
88   <tabstop>hphantomRB</tabstop>
89   <tabstop>vphantomRB</tabstop>
90  </tabstops>
91  <includes>
92   <include location="local">qt_i18n.h</include>
93  </includes>
94  <resources/>
95  <connections/>
96 </ui>