]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/QPreambleDialog.ui
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / ui / QPreambleDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QPreambleDialogBase</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>QPreambleDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>412</width>
17             <height>328</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>LaTeX pre-amble</string>
23     </property>
24     <property stdset="1">
25         <name>sizeGripEnabled</name>
26         <bool>true</bool>
27     </property>
28     <vbox>
29         <property stdset="1">
30             <name>margin</name>
31             <number>11</number>
32         </property>
33         <property stdset="1">
34             <name>spacing</name>
35             <number>6</number>
36         </property>
37         <widget>
38             <class>QMultiLineEdit</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>preambleLE</cstring>
42             </property>
43             <property>
44                 <name>toolTip</name>
45                 <string>The LaTeX pre-amble</string>
46             </property>
47         </widget>
48         <widget>
49             <class>QLayoutWidget</class>
50             <property stdset="1">
51                 <name>name</name>
52                 <cstring>Layout2</cstring>
53             </property>
54             <hbox>
55                 <property stdset="1">
56                     <name>margin</name>
57                     <number>0</number>
58                 </property>
59                 <property stdset="1">
60                     <name>spacing</name>
61                     <number>6</number>
62                 </property>
63                 <widget>
64                     <class>QPushButton</class>
65                     <property stdset="1">
66                         <name>name</name>
67                         <cstring>editPB</cstring>
68                     </property>
69                     <property stdset="1">
70                         <name>text</name>
71                         <string>&amp;Edit ...</string>
72                     </property>
73                     <property stdset="1">
74                         <name>default</name>
75                         <bool>true</bool>
76                     </property>
77                     <property>
78                         <name>toolTip</name>
79                         <string>Edit the pre-amble in an external editor</string>
80                     </property>
81                 </widget>
82                 <spacer>
83                     <property>
84                         <name>name</name>
85                         <cstring>Spacer3</cstring>
86                     </property>
87                     <property stdset="1">
88                         <name>orientation</name>
89                         <enum>Horizontal</enum>
90                     </property>
91                     <property stdset="1">
92                         <name>sizeType</name>
93                         <enum>Expanding</enum>
94                     </property>
95                     <property>
96                         <name>sizeHint</name>
97                         <size>
98                             <width>20</width>
99                             <height>20</height>
100                         </size>
101                     </property>
102                 </spacer>
103                 <widget>
104                     <class>QPushButton</class>
105                     <property stdset="1">
106                         <name>name</name>
107                         <cstring>okPB</cstring>
108                     </property>
109                     <property stdset="1">
110                         <name>text</name>
111                         <string>&amp;OK</string>
112                     </property>
113                     <property stdset="1">
114                         <name>default</name>
115                         <bool>true</bool>
116                     </property>
117                     <property>
118                         <name>toolTip</name>
119                         <string></string>
120                     </property>
121                 </widget>
122                 <widget>
123                     <class>QPushButton</class>
124                     <property stdset="1">
125                         <name>name</name>
126                         <cstring>applyPB</cstring>
127                     </property>
128                     <property stdset="1">
129                         <name>text</name>
130                         <string>&amp;Apply</string>
131                     </property>
132                     <property stdset="1">
133                         <name>default</name>
134                         <bool>true</bool>
135                     </property>
136                     <property>
137                         <name>toolTip</name>
138                         <string></string>
139                     </property>
140                 </widget>
141                 <widget>
142                     <class>QPushButton</class>
143                     <property stdset="1">
144                         <name>name</name>
145                         <cstring>closePB</cstring>
146                     </property>
147                     <property stdset="1">
148                         <name>text</name>
149                         <string>&amp;Close</string>
150                     </property>
151                 </widget>
152             </hbox>
153         </widget>
154     </vbox>
155 </widget>
156 <connections>
157     <connection>
158         <sender>preambleLE</sender>
159         <signal>textChanged()</signal>
160         <receiver>QPreambleDialogBase</receiver>
161         <slot>change_adaptor()</slot>
162     </connection>
163     <connection>
164         <sender>editPB</sender>
165         <signal>clicked()</signal>
166         <receiver>QPreambleDialogBase</receiver>
167         <slot>editClicked()</slot>
168     </connection>
169     <slot access="public">change_adaptor()</slot>
170     <slot access="public">editClicked()</slot>
171 </connections>
172 <tabstops>
173     <tabstop>preambleLE</tabstop>
174     <tabstop>editPB</tabstop>
175     <tabstop>okPB</tabstop>
176     <tabstop>applyPB</tabstop>
177     <tabstop>closePB</tabstop>
178 </tabstops>
179 </UI>