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