]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/VSpaceUi.ui
Attempt to simplify as much as possible Inset parameter dialog creation. We now just...
[features.git] / src / frontends / qt4 / ui / VSpaceUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>VSpaceUi</class>
4  <widget class="QWidget" name="VSpaceUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>215</width>
10     <height>96</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="QGridLayout">
20    <item row="0" column="0">
21     <widget class="QLabel" name="spacingL">
22      <property name="text">
23       <string>&amp;Spacing:</string>
24      </property>
25      <property name="buddy">
26       <cstring>spacingCO</cstring>
27      </property>
28     </widget>
29    </item>
30    <item row="2" column="1" colspan="2">
31     <widget class="QCheckBox" name="keepCB">
32      <property name="toolTip">
33       <string>Insert the spacing even after a page break</string>
34      </property>
35      <property name="text">
36       <string/>
37      </property>
38     </widget>
39    </item>
40    <item row="2" column="0">
41     <widget class="QLabel" name="keepL">
42      <property name="toolTip">
43       <string/>
44      </property>
45      <property name="text">
46       <string>&amp;Protect:</string>
47      </property>
48      <property name="buddy">
49       <cstring>keepCB</cstring>
50      </property>
51     </widget>
52    </item>
53    <item row="1" column="2">
54     <widget class="LengthCombo" name="unitCO"/>
55    </item>
56    <item row="1" column="1">
57     <widget class="QLineEdit" name="valueLE">
58      <property name="enabled">
59       <bool>false</bool>
60      </property>
61      <property name="toolTip">
62       <string>Custom value. Needs spacing type &quot;Custom&quot;.</string>
63      </property>
64     </widget>
65    </item>
66    <item row="1" column="0">
67     <widget class="QLabel" name="valueL">
68      <property name="text">
69       <string>&amp;Value:</string>
70      </property>
71      <property name="buddy">
72       <cstring>valueLE</cstring>
73      </property>
74     </widget>
75    </item>
76    <item row="0" column="1" colspan="2">
77     <widget class="QComboBox" name="spacingCO">
78      <property name="toolTip">
79       <string>Supported spacing types</string>
80      </property>
81      <item>
82       <property name="text">
83        <string>DefSkip</string>
84       </property>
85      </item>
86      <item>
87       <property name="text">
88        <string>SmallSkip</string>
89       </property>
90      </item>
91      <item>
92       <property name="text">
93        <string>MedSkip</string>
94       </property>
95      </item>
96      <item>
97       <property name="text">
98        <string>BigSkip</string>
99       </property>
100      </item>
101      <item>
102       <property name="text">
103        <string>VFill</string>
104       </property>
105      </item>
106      <item>
107       <property name="text">
108        <string>Custom</string>
109       </property>
110      </item>
111     </widget>
112    </item>
113   </layout>
114  </widget>
115  <customwidgets>
116   <customwidget>
117    <class>LengthCombo</class>
118    <extends>QComboBox</extends>
119    <header>LengthCombo.h</header>
120   </customwidget>
121  </customwidgets>
122  <tabstops>
123   <tabstop>spacingCO</tabstop>
124   <tabstop>valueLE</tabstop>
125   <tabstop>unitCO</tabstop>
126   <tabstop>keepCB</tabstop>
127  </tabstops>
128  <includes>
129   <include location="local">qt_i18n.h</include>
130  </includes>
131  <resources/>
132  <connections/>
133 </ui>