Some more translation. Added a missing tr() in qtui/serverlist.cpp (ha! beat you...
[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>618</width>
12     <height>415</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Dialog</string>
17   </property>
18   <widget class="QLabel" name="label" >
19    <property name="geometry" >
20     <rect>
21      <x>10</x>
22      <y>10</y>
23      <width>351</width>
24      <height>20</height>
25     </rect>
26    </property>
27    <property name="text" >
28     <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
29 p, li { white-space: pre-wrap; }
30 &lt;/style>&lt;/head>&lt;body style=" font-family:'Bitstream Vera Sans'; font-size:11pt; font-weight:400; font-style:normal; text-decoration:none;">
31 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Quassel IRC &lt;/span>(pre-release)&lt;/p>&lt;/body>&lt;/html></string>
32    </property>
33   </widget>
34   <widget class="QDialogButtonBox" name="buttonBox" >
35    <property name="geometry" >
36     <rect>
37      <x>200</x>
38      <y>360</y>
39      <width>341</width>
40      <height>32</height>
41     </rect>
42    </property>
43    <property name="orientation" >
44     <enum>Qt::Horizontal</enum>
45    </property>
46    <property name="standardButtons" >
47     <set>QDialogButtonBox::Close</set>
48    </property>
49   </widget>
50   <widget class="QTabWidget" name="tabWidget" >
51    <property name="geometry" >
52     <rect>
53      <x>20</x>
54      <y>40</y>
55      <width>581</width>
56      <height>301</height>
57     </rect>
58    </property>
59    <property name="currentIndex" >
60     <number>0</number>
61    </property>
62    <widget class="QWidget" name="aboutTab" >
63     <attribute name="title" >
64      <string>About</string>
65     </attribute>
66    </widget>
67    <widget class="QWidget" name="authorsTab" >
68     <attribute name="title" >
69      <string>Authors</string>
70     </attribute>
71    </widget>
72    <widget class="QWidget" name="licenceTab" >
73     <attribute name="title" >
74      <string>Licence Agreement</string>
75     </attribute>
76     <widget class="QTextBrowser" name="textBrowser" >
77      <property name="geometry" >
78       <rect>
79        <x>10</x>
80        <y>10</y>
81        <width>561</width>
82        <height>251</height>
83       </rect>
84      </property>
85     </widget>
86    </widget>
87   </widget>
88  </widget>
89  <resources/>
90  <connections>
91   <connection>
92    <sender>buttonBox</sender>
93    <signal>accepted()</signal>
94    <receiver>AboutDlg</receiver>
95    <slot>accept()</slot>
96    <hints>
97     <hint type="sourcelabel" >
98      <x>248</x>
99      <y>254</y>
100     </hint>
101     <hint type="destinationlabel" >
102      <x>157</x>
103      <y>274</y>
104     </hint>
105    </hints>
106   </connection>
107   <connection>
108    <sender>buttonBox</sender>
109    <signal>rejected()</signal>
110    <receiver>AboutDlg</receiver>
111    <slot>reject()</slot>
112    <hints>
113     <hint type="sourcelabel" >
114      <x>316</x>
115      <y>260</y>
116     </hint>
117     <hint type="destinationlabel" >
118      <x>286</x>
119      <y>274</y>
120     </hint>
121    </hints>
122   </connection>
123  </connections>
124 </ui>