]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QAboutDialogBase.ui
Convert ui files to qt3 format:
[lyx.git] / src / frontends / qt3 / ui / QAboutDialogBase.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>QAboutDialogBase</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>AboutDialog</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>327</width>
12             <height>232</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>AboutDialog</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="QTabWidget">
32             <property name="name">
33                 <cstring>tab</cstring>
34             </property>
35             <widget class="QWidget">
36                 <property name="name">
37                     <cstring>versiontab</cstring>
38                 </property>
39                 <attribute name="title">
40                     <string>Version</string>
41                 </attribute>
42                 <vbox>
43                     <property name="name">
44                         <cstring>unnamed</cstring>
45                     </property>
46                     <property name="margin">
47                         <number>11</number>
48                     </property>
49                     <property name="spacing">
50                         <number>6</number>
51                     </property>
52                     <widget class="QLabel">
53                         <property name="name">
54                             <cstring>versionLA</cstring>
55                         </property>
56                         <property name="frameShape">
57                             <enum>Box</enum>
58                         </property>
59                         <property name="frameShadow">
60                             <enum>Sunken</enum>
61                         </property>
62                         <property name="margin">
63                             <number>6</number>
64                         </property>
65                         <property name="text">
66                             <string>Version goes here</string>
67                         </property>
68                         <property name="alignment">
69                             <set>WordBreak|AlignCenter</set>
70                         </property>
71                         <property name="hAlign" stdset="0">
72                         </property>
73                         <property name="wordwrap" stdset="0">
74                         </property>
75                     </widget>
76                 </vbox>
77             </widget>
78             <widget class="QWidget">
79                 <property name="name">
80                     <cstring>creditstab</cstring>
81                 </property>
82                 <attribute name="title">
83                     <string>Credits</string>
84                 </attribute>
85                 <vbox>
86                     <property name="name">
87                         <cstring>unnamed</cstring>
88                     </property>
89                     <property name="margin">
90                         <number>11</number>
91                     </property>
92                     <property name="spacing">
93                         <number>6</number>
94                     </property>
95                     <widget class="QTextView">
96                         <property name="name">
97                             <cstring>creditsTV</cstring>
98                         </property>
99                         <property name="textFormat">
100                             <enum>RichText</enum>
101                         </property>
102                         <property name="text">
103                             <string></string>
104                         </property>
105                     </widget>
106                 </vbox>
107             </widget>
108             <widget class="QWidget">
109                 <property name="name">
110                     <cstring>copyrighttab</cstring>
111                 </property>
112                 <attribute name="title">
113                     <string>Copyright</string>
114                 </attribute>
115                 <grid>
116                     <property name="name">
117                         <cstring>unnamed</cstring>
118                     </property>
119                     <property name="margin">
120                         <number>11</number>
121                     </property>
122                     <property name="spacing">
123                         <number>6</number>
124                     </property>
125                     <widget class="QTextView" row="0" column="0">
126                         <property name="name">
127                             <cstring>copyright</cstring>
128                         </property>
129                     </widget>
130                 </grid>
131             </widget>
132         </widget>
133         <widget class="QLayoutWidget">
134             <property name="name">
135                 <cstring>Layout1</cstring>
136             </property>
137             <hbox>
138                 <property name="name">
139                     <cstring>unnamed</cstring>
140                 </property>
141                 <property name="margin">
142                     <number>0</number>
143                 </property>
144                 <property name="spacing">
145                     <number>6</number>
146                 </property>
147                 <spacer>
148                     <property name="name">
149                         <cstring>Spacer1</cstring>
150                     </property>
151                     <property name="orientation">
152                         <enum>Horizontal</enum>
153                     </property>
154                     <property name="sizeType">
155                         <enum>Expanding</enum>
156                     </property>
157                     <property name="sizeHint">
158                         <size>
159                             <width>20</width>
160                             <height>20</height>
161                         </size>
162                     </property>
163                 </spacer>
164                 <widget class="QPushButton">
165                     <property name="name">
166                         <cstring>closePB</cstring>
167                     </property>
168                     <property name="sizePolicy">
169                         <sizepolicy>
170                             <hsizetype>0</hsizetype>
171                             <vsizetype>0</vsizetype>
172                             <horstretch>0</horstretch>
173                             <verstretch>0</verstretch>
174                         </sizepolicy>
175                     </property>
176                     <property name="text">
177                         <string>&amp;Close</string>
178                     </property>
179                     <property name="default">
180                         <bool>true</bool>
181                     </property>
182                 </widget>
183             </hbox>
184         </widget>
185     </vbox>
186 </widget>
187 <connections>
188     <connection>
189         <sender>closePB</sender>
190         <signal>clicked()</signal>
191         <receiver>AboutDialog</receiver>
192         <slot>reject()</slot>
193     </connection>
194 </connections>
195 <includes>
196     <include location="global" impldecl="in declaration">config.h</include>
197     <include location="local" impldecl="in declaration">qt_helpers.h</include>
198 </includes>
199 <layoutdefaults spacing="6" margin="11"/>
200 </UI>