]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QViewSourceDialogBase.ui
Code cleanup of \bigl related stuff:
[lyx.git] / src / frontends / qt3 / ui / QViewSourceDialogBase.ui
1 <!DOCTYPE UI><UI>
2 <class>QViewSourceDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">qt_helpers.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QViewSourceDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>420</width>
17             <height>328</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string></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>QTextEdit</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>viewSourceTV</cstring>
42             </property>
43         </widget>
44         <widget>
45             <class>QLayoutWidget</class>
46             <property stdset="1">
47                 <name>name</name>
48                 <cstring>Layout27</cstring>
49             </property>
50             <hbox>
51                 <property stdset="1">
52                     <name>margin</name>
53                     <number>0</number>
54                 </property>
55                 <property stdset="1">
56                     <name>spacing</name>
57                     <number>6</number>
58                 </property>
59                 <spacer>
60                     <property>
61                         <name>name</name>
62                         <cstring>Spacer3</cstring>
63                     </property>
64                     <property stdset="1">
65                         <name>orientation</name>
66                         <enum>Horizontal</enum>
67                     </property>
68                     <property stdset="1">
69                         <name>sizeType</name>
70                         <enum>Expanding</enum>
71                     </property>
72                     <property>
73                         <name>sizeHint</name>
74                         <size>
75                             <width>20</width>
76                             <height>20</height>
77                         </size>
78                     </property>
79                 </spacer>
80                 <widget>
81                     <class>QPushButton</class>
82                     <property stdset="1">
83                         <name>name</name>
84                         <cstring>closePB</cstring>
85                     </property>
86                     <property stdset="1">
87                         <name>text</name>
88                         <string>&amp;Close</string>
89                     </property>
90                 </widget>
91             </hbox>
92         </widget>
93     </vbox>
94 </widget>
95 <tabstops>
96     <tabstop>viewSourceTV</tabstop>
97     <tabstop>closePB</tabstop>
98 </tabstops>
99 </UI>