]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QLogDialogBase.ui
Convert ui files to qt3 format:
[lyx.git] / src / frontends / qt3 / ui / QLogDialogBase.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>QLogDialogBase</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>QLogDialogBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>420</width>
12             <height>328</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>QLogDialogBase</string>
17     </property>
18     <property name="sizeGripEnabled">
19         <bool>true</bool>
20     </property>
21     <vbox>
22         <property name="name">
23             <cstring>unnamed</cstring>
24         </property>
25         <property name="margin">
26             <number>11</number>
27         </property>
28         <property name="spacing">
29             <number>6</number>
30         </property>
31         <widget class="QTextView">
32             <property name="name">
33                 <cstring>logTV</cstring>
34             </property>
35         </widget>
36         <widget class="QLayoutWidget">
37             <property name="name">
38                 <cstring>Layout27</cstring>
39             </property>
40             <hbox>
41                 <property name="name">
42                     <cstring>unnamed</cstring>
43                 </property>
44                 <property name="margin">
45                     <number>0</number>
46                 </property>
47                 <property name="spacing">
48                     <number>6</number>
49                 </property>
50                 <spacer>
51                     <property name="name">
52                         <cstring>Spacer3</cstring>
53                     </property>
54                     <property name="orientation">
55                         <enum>Horizontal</enum>
56                     </property>
57                     <property name="sizeType">
58                         <enum>Expanding</enum>
59                     </property>
60                     <property name="sizeHint">
61                         <size>
62                             <width>20</width>
63                             <height>20</height>
64                         </size>
65                     </property>
66                 </spacer>
67                 <widget class="QPushButton">
68                     <property name="name">
69                         <cstring>updatePB</cstring>
70                     </property>
71                     <property name="text">
72                         <string>&amp;Update</string>
73                     </property>
74                     <property name="default">
75                         <bool>true</bool>
76                     </property>
77                     <property name="toolTip" stdset="0">
78                         <string>Update the display</string>
79                     </property>
80                 </widget>
81                 <widget class="QPushButton">
82                     <property name="name">
83                         <cstring>closePB</cstring>
84                     </property>
85                     <property name="text">
86                         <string>&amp;Close</string>
87                     </property>
88                 </widget>
89             </hbox>
90         </widget>
91     </vbox>
92 </widget>
93 <connections>
94     <connection>
95         <sender>updatePB</sender>
96         <signal>clicked()</signal>
97         <receiver>QLogDialogBase</receiver>
98         <slot>updateClicked()</slot>
99     </connection>
100 </connections>
101 <tabstops>
102     <tabstop>logTV</tabstop>
103     <tabstop>updatePB</tabstop>
104     <tabstop>closePB</tabstop>
105 </tabstops>
106 <includes>
107     <include location="global" impldecl="in declaration">config.h</include>
108     <include location="local" impldecl="in declaration">qt_helpers.h</include>
109 </includes>
110 <slots>
111     <slot>updateClicked()</slot>
112 </slots>
113 <layoutdefaults spacing="6" margin="11"/>
114 </UI>