]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/HSpaceUi.ui
More GuiInfo usability work
[lyx.git] / src / frontends / qt4 / ui / HSpaceUi.ui
1 <ui version="4.0" >
2  <class>HSpaceUi</class>
3  <widget class="QWidget" name="HSpaceUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>239</width>
9     <height>110</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" stdset="0" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="2" column="1" >
26     <widget class="QComboBox" name="fillPatternCO" >
27      <property name="toolTip" >
28       <string>Select a fill pattern style for HFills</string>
29      </property>
30      <item>
31       <property name="text" >
32        <string>None</string>
33       </property>
34      </item>
35      <item>
36       <property name="text" >
37        <string>...............</string>
38       </property>
39      </item>
40      <item>
41       <property name="text" >
42        <string>________</string>
43       </property>
44      </item>
45      <item>
46       <property name="text" >
47        <string>&lt;-----------</string>
48       </property>
49      </item>
50      <item>
51       <property name="text" >
52        <string>-----------></string>
53       </property>
54      </item>
55      <item>
56       <property name="text" >
57        <string>\-----v-----/</string>
58       </property>
59      </item>
60      <item>
61       <property name="text" >
62        <string>/-----^-----\</string>
63       </property>
64      </item>
65     </widget>
66    </item>
67    <item row="0" column="0" >
68     <widget class="QLabel" name="spacingL" >
69      <property name="text" >
70       <string>&amp;Spacing:</string>
71      </property>
72      <property name="buddy" >
73       <cstring>spacingCO</cstring>
74      </property>
75     </widget>
76    </item>
77    <item row="0" column="1" colspan="2" >
78     <widget class="QComboBox" name="spacingCO" >
79      <property name="toolTip" >
80       <string>Supported spacing types</string>
81      </property>
82     </widget>
83    </item>
84    <item row="1" column="0" >
85     <widget class="QLabel" name="valueL" >
86      <property name="text" >
87       <string>&amp;Value:</string>
88      </property>
89      <property name="buddy" >
90       <cstring>valueLE</cstring>
91      </property>
92     </widget>
93    </item>
94    <item row="1" column="1" >
95     <widget class="QLineEdit" name="valueLE" >
96      <property name="enabled" >
97       <bool>false</bool>
98      </property>
99      <property name="toolTip" >
100       <string>Custom value. Needs spacing type "Custom".</string>
101      </property>
102     </widget>
103    </item>
104    <item row="1" column="2" >
105     <widget class="lyx::frontend::LengthCombo" name="unitCO" />
106    </item>
107    <item row="2" column="0" >
108     <widget class="QLabel" name="fillPatternL" >
109      <property name="text" >
110       <string>&amp;Fill Pattern:</string>
111      </property>
112      <property name="buddy" >
113       <cstring>fillPatternCO</cstring>
114      </property>
115     </widget>
116    </item>
117    <item row="3" column="0" >
118     <widget class="QLabel" name="keepL" >
119      <property name="toolTip" >
120       <string/>
121      </property>
122      <property name="text" >
123       <string>&amp;Protect:</string>
124      </property>
125      <property name="buddy" >
126       <cstring>keepCB</cstring>
127      </property>
128     </widget>
129    </item>
130    <item row="3" column="1" colspan="2" >
131     <widget class="QCheckBox" name="keepCB" >
132      <property name="toolTip" >
133       <string>Insert the spacing even after a line break</string>
134      </property>
135      <property name="text" >
136       <string/>
137      </property>
138     </widget>
139    </item>
140   </layout>
141  </widget>
142  <customwidgets>
143   <customwidget>
144    <class>lyx::frontend::LengthCombo</class>
145    <extends>QComboBox</extends>
146    <header>LengthCombo.h</header>
147   </customwidget>
148  </customwidgets>
149  <tabstops>
150   <tabstop>spacingCO</tabstop>
151   <tabstop>valueLE</tabstop>
152   <tabstop>keepCB</tabstop>
153  </tabstops>
154  <includes>
155   <include location="local" >qt_i18n.h</include>
156  </includes>
157  <resources/>
158  <connections/>
159 </ui>