]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ui/QIndexDialog.ui
whatsthis fix
[features.git] / src / frontends / qt2 / ui / QIndexDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QIndexDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">gettext.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QIndexDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>197</width>
17             <height>82</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>Index</string>
23     </property>
24     <vbox>
25         <property stdset="1">
26             <name>margin</name>
27             <number>11</number>
28         </property>
29         <property stdset="1">
30             <name>spacing</name>
31             <number>6</number>
32         </property>
33         <widget>
34             <class>QLayoutWidget</class>
35             <property stdset="1">
36                 <name>name</name>
37                 <cstring>Layout28</cstring>
38             </property>
39             <hbox>
40                 <property stdset="1">
41                     <name>margin</name>
42                     <number>0</number>
43                 </property>
44                 <property stdset="1">
45                     <name>spacing</name>
46                     <number>6</number>
47                 </property>
48                 <widget>
49                     <class>QLabel</class>
50                     <property stdset="1">
51                         <name>name</name>
52                         <cstring>keywordLA</cstring>
53                     </property>
54                     <property stdset="1">
55                         <name>text</name>
56                         <string>&amp;Keyword</string>
57                     </property>
58                     <property>
59                         <name>buddy</name>
60                         <cstring>keywordED</cstring>
61                     </property>
62                     <property>
63                         <name>toolTip</name>
64                         <string>Index entry</string>
65                     </property>
66                 </widget>
67                 <widget>
68                     <class>QLineEdit</class>
69                     <property stdset="1">
70                         <name>name</name>
71                         <cstring>keywordED</cstring>
72                     </property>
73                     <property>
74                         <name>toolTip</name>
75                         <string>Index entry</string>
76                     </property>
77                 </widget>
78             </hbox>
79         </widget>
80         <widget>
81             <class>QLayoutWidget</class>
82             <property stdset="1">
83                 <name>name</name>
84                 <cstring>Layout27</cstring>
85             </property>
86             <hbox>
87                 <property stdset="1">
88                     <name>margin</name>
89                     <number>0</number>
90                 </property>
91                 <property stdset="1">
92                     <name>spacing</name>
93                     <number>6</number>
94                 </property>
95                 <spacer>
96                     <property>
97                         <name>name</name>
98                         <cstring>Spacer3</cstring>
99                     </property>
100                     <property stdset="1">
101                         <name>orientation</name>
102                         <enum>Horizontal</enum>
103                     </property>
104                     <property stdset="1">
105                         <name>sizeType</name>
106                         <enum>Expanding</enum>
107                     </property>
108                     <property>
109                         <name>sizeHint</name>
110                         <size>
111                             <width>20</width>
112                             <height>20</height>
113                         </size>
114                     </property>
115                 </spacer>
116                 <widget>
117                     <class>QPushButton</class>
118                     <property stdset="1">
119                         <name>name</name>
120                         <cstring>okPB</cstring>
121                     </property>
122                     <property stdset="1">
123                         <name>text</name>
124                         <string>OK</string>
125                     </property>
126                     <property stdset="1">
127                         <name>default</name>
128                         <bool>true</bool>
129                     </property>
130                 </widget>
131                 <widget>
132                     <class>QPushButton</class>
133                     <property stdset="1">
134                         <name>name</name>
135                         <cstring>closePB</cstring>
136                     </property>
137                     <property stdset="1">
138                         <name>text</name>
139                         <string>Cancel</string>
140                     </property>
141                 </widget>
142             </hbox>
143         </widget>
144     </vbox>
145 </widget>
146 <connections>
147     <connection>
148         <sender>keywordED</sender>
149         <signal>textChanged(const QString&amp;)</signal>
150         <receiver>QIndexDialogBase</receiver>
151         <slot>change_adaptor()</slot>
152     </connection>
153     <slot access="public">change_adaptor()</slot>
154 </connections>
155 </UI>