]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/LineUi.ui
On Mac, moving down a paragraph should place the cursor at the end of the current...
[lyx.git] / src / frontends / qt4 / ui / LineUi.ui
1 <ui version="4.0" >
2  <class>LineUi</class>
3  <widget class="QWidget" name="LineUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>311</width>
9     <height>92</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" name="gridLayout" >
19    <item row="0" column="0" >
20     <widget class="QLabel" name="OffsetValueL" >
21      <property name="text" >
22       <string>Of&amp;fset:</string>
23      </property>
24      <property name="buddy" >
25       <cstring>OffsetLE</cstring>
26      </property>
27     </widget>
28    </item>
29    <item row="0" column="1" colspan="2" >
30     <widget class="QLineEdit" name="OffsetLE" >
31      <property name="enabled" >
32       <bool>true</bool>
33      </property>
34      <property name="toolTip" >
35       <string>Value of the vertical line offset.</string>
36      </property>
37     </widget>
38    </item>
39    <item row="0" column="3" >
40     <widget class="lyx::frontend::LengthCombo" name="OffsetUnitCO" >
41      <property name="sizePolicy" >
42       <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
43        <horstretch>0</horstretch>
44        <verstretch>0</verstretch>
45       </sizepolicy>
46      </property>
47      <property name="minimumSize" >
48       <size>
49        <width>150</width>
50        <height>20</height>
51       </size>
52      </property>
53     </widget>
54    </item>
55    <item row="1" column="0" >
56     <widget class="QLabel" name="WidthValueL" >
57      <property name="text" >
58       <string>&amp;Width:</string>
59      </property>
60      <property name="buddy" >
61       <cstring>WidthLE</cstring>
62      </property>
63     </widget>
64    </item>
65    <item row="1" column="1" colspan="2" >
66     <widget class="QLineEdit" name="WidthLE" >
67      <property name="enabled" >
68       <bool>true</bool>
69      </property>
70      <property name="toolTip" >
71       <string>Value of the line width.</string>
72      </property>
73     </widget>
74    </item>
75    <item row="1" column="3" >
76     <widget class="lyx::frontend::LengthCombo" name="WidthUnitCO" >
77      <property name="sizePolicy" >
78       <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
79        <horstretch>0</horstretch>
80        <verstretch>0</verstretch>
81       </sizepolicy>
82      </property>
83      <property name="minimumSize" >
84       <size>
85        <width>150</width>
86        <height>20</height>
87       </size>
88      </property>
89     </widget>
90    </item>
91    <item row="2" column="0" >
92     <widget class="QLabel" name="HeightValueL" >
93      <property name="text" >
94       <string>&amp;Thickness:</string>
95      </property>
96      <property name="buddy" >
97       <cstring>HeightLE</cstring>
98      </property>
99     </widget>
100    </item>
101    <item row="2" column="1" colspan="2" >
102     <widget class="QLineEdit" name="HeightLE" >
103      <property name="enabled" >
104       <bool>true</bool>
105      </property>
106      <property name="toolTip" >
107       <string>Value of the line thickness.</string>
108      </property>
109     </widget>
110    </item>
111    <item row="2" column="3" >
112     <widget class="lyx::frontend::LengthCombo" name="HeightUnitCO" >
113      <property name="sizePolicy" >
114       <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
115        <horstretch>0</horstretch>
116        <verstretch>0</verstretch>
117       </sizepolicy>
118      </property>
119      <property name="minimumSize" >
120       <size>
121        <width>150</width>
122        <height>20</height>
123       </size>
124      </property>
125     </widget>
126    </item>
127   </layout>
128  </widget>
129  <customwidgets>
130   <customwidget>
131    <class>lyx::frontend::LengthCombo</class>
132    <extends>QComboBox</extends>
133    <header>LengthCombo.h</header>
134   </customwidget>
135  </customwidgets>
136  <tabstops>
137   <tabstop>WidthLE</tabstop>
138  </tabstops>
139  <includes>
140   <include location="local" >qt_i18n.h</include>
141  </includes>
142  <resources/>
143  <connections/>
144 </ui>