]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/QNomenclUi.ui
* src/frontends/qt4/ui/QNomenclUi.ui: add shortcuts
[features.git] / src / frontends / qt4 / ui / QNomenclUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QNomenclUi</class>
6  <widget class="QDialog" name="QNomenclUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>260</width>
12     <height>170</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <widget class="QWidget" name="layout4" >
22    <property name="geometry" >
23     <rect>
24      <x>10</x>
25      <y>11</y>
26      <width>240</width>
27      <height>149</height>
28     </rect>
29    </property>
30    <layout class="QVBoxLayout" >
31     <property name="margin" >
32      <number>0</number>
33     </property>
34     <property name="spacing" >
35      <number>6</number>
36     </property>
37     <item>
38      <layout class="QGridLayout" >
39       <property name="margin" >
40        <number>0</number>
41       </property>
42       <property name="spacing" >
43        <number>6</number>
44       </property>
45       <item row="0" column="0" >
46        <widget class="QLabel" name="symbolLA" >
47         <property name="text" >
48          <string>&amp;Symbol:</string>
49         </property>
50         <property name="buddy" >
51          <cstring>symbolED</cstring>
52         </property>
53        </widget>
54       </item>
55       <item row="1" column="0" >
56        <widget class="QLabel" name="descrLA" >
57         <property name="text" >
58          <string>&amp;Description:</string>
59         </property>
60         <property name="buddy" >
61          <cstring>descrED</cstring>
62         </property>
63        </widget>
64       </item>
65       <item row="2" column="0" >
66        <widget class="QLabel" name="prefixLA" >
67         <property name="text" >
68          <string>Sort &amp;as:</string>
69         </property>
70         <property name="buddy" >
71          <cstring>prefixED</cstring>
72         </property>
73        </widget>
74       </item>
75       <item row="0" column="1" >
76        <widget class="QLineEdit" name="symbolED" >
77         <property name="toolTip" >
78          <string/>
79         </property>
80        </widget>
81       </item>
82       <item row="1" column="1" >
83        <widget class="QLineEdit" name="descrED" />
84       </item>
85       <item row="2" column="1" >
86        <widget class="QLineEdit" name="prefixED" />
87       </item>
88      </layout>
89     </item>
90     <item>
91      <spacer>
92       <property name="orientation" >
93        <enum>Qt::Vertical</enum>
94       </property>
95       <property name="sizeType" >
96        <enum>QSizePolicy::Expanding</enum>
97       </property>
98       <property name="sizeHint" >
99        <size>
100         <width>20</width>
101         <height>16</height>
102        </size>
103       </property>
104      </spacer>
105     </item>
106     <item>
107      <layout class="QHBoxLayout" >
108       <property name="margin" >
109        <number>0</number>
110       </property>
111       <property name="spacing" >
112        <number>6</number>
113       </property>
114       <item>
115        <spacer>
116         <property name="orientation" >
117          <enum>Qt::Horizontal</enum>
118         </property>
119         <property name="sizeType" >
120          <enum>QSizePolicy::Expanding</enum>
121         </property>
122         <property name="sizeHint" >
123          <size>
124           <width>20</width>
125           <height>20</height>
126          </size>
127         </property>
128        </spacer>
129       </item>
130       <item>
131        <widget class="QPushButton" name="okPB" >
132         <property name="text" >
133          <string>&amp;OK</string>
134         </property>
135         <property name="shortcut" >
136          <string>Alt+O</string>
137         </property>
138         <property name="default" >
139          <bool>true</bool>
140         </property>
141        </widget>
142       </item>
143       <item>
144        <widget class="QPushButton" name="closePB" >
145         <property name="text" >
146          <string>Cancel</string>
147         </property>
148        </widget>
149       </item>
150      </layout>
151     </item>
152    </layout>
153   </widget>
154  </widget>
155  <layoutdefault spacing="6" margin="11" />
156  <pixmapfunction></pixmapfunction>
157  <includes>
158   <include location="local" >qt_helpers.h</include>
159  </includes>
160  <resources/>
161  <connections/>
162 </ui>