a4f863a8d8d3e16f0148e673e5786a20c535c81d
[quassel.git] / src / qtui / ui / aboutdlg.ui
1 <ui version="4.0" >
2  <class>AboutDlg</class>
3  <widget class="QDialog" name="AboutDlg" >
4   <property name="windowModality" >
5    <enum>Qt::ApplicationModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>488</width>
12     <height>450</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>About Quassel</string>
17   </property>
18   <property name="windowIcon" >
19    <iconset resource="../../icons/quassel-icons.qrc" >
20     <normaloff>:/quassel/16x16/apps/quassel.png</normaloff>:/quassel/16x16/apps/quassel.png</iconset>
21   </property>
22   <layout class="QVBoxLayout" >
23    <item>
24     <widget class="QFrame" name="frame" >
25      <property name="styleSheet" >
26       <string notr="true" >background:white;</string>
27      </property>
28      <property name="frameShape" >
29       <enum>QFrame::StyledPanel</enum>
30      </property>
31      <property name="frameShadow" >
32       <enum>QFrame::Sunken</enum>
33      </property>
34      <layout class="QVBoxLayout" >
35       <item>
36        <layout class="QHBoxLayout" >
37         <item>
38          <widget class="QLabel" name="label_2" >
39           <property name="text" >
40            <string/>
41           </property>
42           <property name="pixmap" >
43            <pixmap resource="../../icons/quassel-icons.qrc" >:/quassel/64x64/apps/quassel.png</pixmap>
44           </property>
45           <property name="scaledContents" >
46            <bool>false</bool>
47           </property>
48          </widget>
49         </item>
50         <item>
51          <layout class="QVBoxLayout" >
52           <property name="leftMargin" >
53            <number>10</number>
54           </property>
55           <item>
56            <widget class="QLabel" name="label" >
57             <property name="font" >
58              <font/>
59             </property>
60             <property name="text" >
61              <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
62 p, li { white-space: pre-wrap; }
63 &lt;/style>&lt;/head>&lt;body style=" font-family:'DejaVu Sans'; font-size:15pt; font-weight:600; font-style:normal;">
64 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Quassel IRC&lt;/p>&lt;/body>&lt;/html></string>
65             </property>
66             <property name="textFormat" >
67              <enum>Qt::AutoText</enum>
68             </property>
69            </widget>
70           </item>
71           <item>
72            <widget class="QLabel" name="versionLabel" >
73             <property name="font" >
74              <font/>
75             </property>
76             <property name="text" >
77              <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
78 p, li { white-space: pre-wrap; }
79 &lt;/style>&lt;/head>&lt;body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:600; font-style:normal;">
80 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Version 0.2.0-pre, Build &amp;gt;= 474 (2008-02-08)&lt;/p>&lt;/body>&lt;/html></string>
81             </property>
82            </widget>
83           </item>
84          </layout>
85         </item>
86         <item>
87          <spacer>
88           <property name="orientation" >
89            <enum>Qt::Horizontal</enum>
90           </property>
91           <property name="sizeHint" stdset="0" >
92            <size>
93             <width>40</width>
94             <height>20</height>
95            </size>
96           </property>
97          </spacer>
98         </item>
99        </layout>
100       </item>
101      </layout>
102     </widget>
103    </item>
104    <item>
105     <widget class="QTabWidget" name="tabWidget" >
106      <property name="currentIndex" >
107       <number>0</number>
108      </property>
109      <widget class="QWidget" name="aboutTab" >
110       <property name="geometry" >
111        <rect>
112         <x>0</x>
113         <y>0</y>
114         <width>472</width>
115         <height>296</height>
116        </rect>
117       </property>
118       <attribute name="title" >
119        <string>&amp;About</string>
120       </attribute>
121       <layout class="QVBoxLayout" >
122        <item>
123         <widget class="QTextBrowser" name="aboutTextBrowser" >
124          <property name="styleSheet" >
125           <string notr="true" >QTextBrowser { background:transparent;}</string>
126          </property>
127          <property name="frameShape" >
128           <enum>QFrame::NoFrame</enum>
129          </property>
130          <property name="openExternalLinks" >
131           <bool>true</bool>
132          </property>
133         </widget>
134        </item>
135       </layout>
136      </widget>
137      <widget class="QWidget" name="authorsTab" >
138       <property name="geometry" >
139        <rect>
140         <x>0</x>
141         <y>0</y>
142         <width>458</width>
143         <height>288</height>
144        </rect>
145       </property>
146       <attribute name="title" >
147        <string>A&amp;uthors</string>
148       </attribute>
149       <layout class="QVBoxLayout" >
150        <item>
151         <widget class="QTextBrowser" name="authorTextBrowser" >
152          <property name="styleSheet" >
153           <string notr="true" >QTextBrowser { background:transparent;}</string>
154          </property>
155          <property name="frameShape" >
156           <enum>QFrame::NoFrame</enum>
157          </property>
158          <property name="openExternalLinks" >
159           <bool>true</bool>
160          </property>
161         </widget>
162        </item>
163       </layout>
164      </widget>
165      <widget class="QWidget" name="tab_2" >
166       <property name="geometry" >
167        <rect>
168         <x>0</x>
169         <y>0</y>
170         <width>458</width>
171         <height>288</height>
172        </rect>
173       </property>
174       <attribute name="title" >
175        <string>&amp;Contributors</string>
176       </attribute>
177       <layout class="QVBoxLayout" >
178        <item>
179         <widget class="QTextBrowser" name="contributorTextBrowser" >
180          <property name="styleSheet" >
181           <string notr="true" >QTextBrowser { background:transparent;}</string>
182          </property>
183          <property name="frameShape" >
184           <enum>QFrame::NoFrame</enum>
185          </property>
186          <property name="openExternalLinks" >
187           <bool>true</bool>
188          </property>
189         </widget>
190        </item>
191       </layout>
192      </widget>
193      <widget class="QWidget" name="tab" >
194       <property name="geometry" >
195        <rect>
196         <x>0</x>
197         <y>0</y>
198         <width>458</width>
199         <height>288</height>
200        </rect>
201       </property>
202       <attribute name="title" >
203        <string>&amp;Thanks To</string>
204       </attribute>
205       <layout class="QVBoxLayout" >
206        <item>
207         <widget class="QTextBrowser" name="thanksToTextBrowser" >
208          <property name="styleSheet" >
209           <string notr="true" >QTextBrowser { background:transparent;}</string>
210          </property>
211          <property name="frameShape" >
212           <enum>QFrame::NoFrame</enum>
213          </property>
214          <property name="openExternalLinks" >
215           <bool>true</bool>
216          </property>
217         </widget>
218        </item>
219       </layout>
220      </widget>
221     </widget>
222    </item>
223    <item>
224     <widget class="QDialogButtonBox" name="buttonBox" >
225      <property name="orientation" >
226       <enum>Qt::Horizontal</enum>
227      </property>
228      <property name="standardButtons" >
229       <set>QDialogButtonBox::Close</set>
230      </property>
231     </widget>
232    </item>
233   </layout>
234  </widget>
235  <resources>
236   <include location="../../icons/icons.qrc" />
237   <include location="../../icons/quassel-icons.qrc" />
238  </resources>
239  <connections>
240   <connection>
241    <sender>buttonBox</sender>
242    <signal>accepted()</signal>
243    <receiver>AboutDlg</receiver>
244    <slot>accept()</slot>
245    <hints>
246     <hint type="sourcelabel" >
247      <x>248</x>
248      <y>254</y>
249     </hint>
250     <hint type="destinationlabel" >
251      <x>157</x>
252      <y>274</y>
253     </hint>
254    </hints>
255   </connection>
256   <connection>
257    <sender>buttonBox</sender>
258    <signal>rejected()</signal>
259    <receiver>AboutDlg</receiver>
260    <slot>reject()</slot>
261    <hints>
262     <hint type="sourcelabel" >
263      <x>316</x>
264      <y>260</y>
265     </hint>
266     <hint type="destinationlabel" >
267      <x>286</x>
268      <y>274</y>
269     </hint>
270    </hints>
271   </connection>
272  </connections>
273 </ui>