Moar icon fixes
[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>
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="quasselLogo" >
39           <property name="text" >
40            <string/>
41           </property>
42           <property name="pixmap" >
43            <pixmap>:/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       <attribute name="title" >
111        <string>&amp;About</string>
112       </attribute>
113       <layout class="QVBoxLayout" >
114        <item>
115         <widget class="QTextBrowser" name="aboutTextBrowser" >
116          <property name="styleSheet" >
117           <string notr="true" >QTextBrowser { background:transparent;}</string>
118          </property>
119          <property name="frameShape" >
120           <enum>QFrame::NoFrame</enum>
121          </property>
122          <property name="openExternalLinks" >
123           <bool>true</bool>
124          </property>
125         </widget>
126        </item>
127       </layout>
128      </widget>
129      <widget class="QWidget" name="authorsTab" >
130       <attribute name="title" >
131        <string>A&amp;uthors</string>
132       </attribute>
133       <layout class="QVBoxLayout" >
134        <item>
135         <widget class="QTextBrowser" name="authorTextBrowser" >
136          <property name="styleSheet" >
137           <string notr="true" >QTextBrowser { background:transparent;}</string>
138          </property>
139          <property name="frameShape" >
140           <enum>QFrame::NoFrame</enum>
141          </property>
142          <property name="openExternalLinks" >
143           <bool>true</bool>
144          </property>
145         </widget>
146        </item>
147       </layout>
148      </widget>
149      <widget class="QWidget" name="tab_2" >
150       <attribute name="title" >
151        <string>&amp;Contributors</string>
152       </attribute>
153       <layout class="QVBoxLayout" >
154        <item>
155         <widget class="QTextBrowser" name="contributorTextBrowser" >
156          <property name="styleSheet" >
157           <string notr="true" >QTextBrowser { background:transparent;}</string>
158          </property>
159          <property name="frameShape" >
160           <enum>QFrame::NoFrame</enum>
161          </property>
162          <property name="openExternalLinks" >
163           <bool>true</bool>
164          </property>
165         </widget>
166        </item>
167       </layout>
168      </widget>
169      <widget class="QWidget" name="tab" >
170       <attribute name="title" >
171        <string>&amp;Thanks To</string>
172       </attribute>
173       <layout class="QVBoxLayout" >
174        <item>
175         <widget class="QTextBrowser" name="thanksToTextBrowser" >
176          <property name="styleSheet" >
177           <string notr="true" >QTextBrowser { background:transparent;}</string>
178          </property>
179          <property name="frameShape" >
180           <enum>QFrame::NoFrame</enum>
181          </property>
182          <property name="openExternalLinks" >
183           <bool>true</bool>
184          </property>
185         </widget>
186        </item>
187       </layout>
188      </widget>
189     </widget>
190    </item>
191    <item>
192     <widget class="QDialogButtonBox" name="buttonBox" >
193      <property name="orientation" >
194       <enum>Qt::Horizontal</enum>
195      </property>
196      <property name="standardButtons" >
197       <set>QDialogButtonBox::Close</set>
198      </property>
199     </widget>
200    </item>
201   </layout>
202  </widget>
203  <resources>
204   <include location="../../icons/icons.qrc" />
205   <include location="../../icons/quassel-icons.qrc" />
206  </resources>
207  <connections>
208   <connection>
209    <sender>buttonBox</sender>
210    <signal>accepted()</signal>
211    <receiver>AboutDlg</receiver>
212    <slot>accept()</slot>
213    <hints>
214     <hint type="sourcelabel" >
215      <x>248</x>
216      <y>254</y>
217     </hint>
218     <hint type="destinationlabel" >
219      <x>157</x>
220      <y>274</y>
221     </hint>
222    </hints>
223   </connection>
224   <connection>
225    <sender>buttonBox</sender>
226    <signal>rejected()</signal>
227    <receiver>AboutDlg</receiver>
228    <slot>reject()</slot>
229    <hints>
230     <hint type="sourcelabel" >
231      <x>316</x>
232      <y>260</y>
233     </hint>
234     <hint type="destinationlabel" >
235      <x>286</x>
236      <y>274</y>
237     </hint>
238    </hints>
239   </connection>
240  </connections>
241 </ui>