First stab at porting rbutil to Qt4. Currently only installing a current or archived...
[Rockbox.git] / rbutil / rbutilqt / aboutbox.ui
blob8972b278461dc1b66878851df50a39cdf5927309
1 <ui version="4.0" >
2  <class>aboutBox</class>
3  <widget class="QWidget" name="aboutBox" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>443</width>
9     <height>450</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>About Rockbox Utility</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" colspan="3" >
17     <layout class="QHBoxLayout" >
18      <item>
19       <widget class="QLabel" name="label" >
20        <property name="text" >
21         <string/>
22        </property>
23        <property name="pixmap" >
24         <pixmap resource="qrbutil.qrc" >:/icons/icons/rbutil.xpm</pixmap>
25        </property>
26       </widget>
27      </item>
28      <item>
29       <widget class="QLabel" name="labelTitle" >
30        <property name="text" >
31         <string>The Rockbox Utility</string>
32        </property>
33       </widget>
34      </item>
35      <item>
36       <spacer>
37        <property name="orientation" >
38         <enum>Qt::Horizontal</enum>
39        </property>
40        <property name="sizeHint" >
41         <size>
42          <width>40</width>
43          <height>20</height>
44         </size>
45        </property>
46       </spacer>
47      </item>
48     </layout>
49    </item>
50    <item row="1" column="0" colspan="3" >
51     <widget class="QLabel" name="labelText" >
52      <property name="text" >
53       <string>Installer and housekeeping utility for the Rockbox open source digital audio player firmware.
55 © 2005 - 2007 The Rockbox Team.
56 Released under the GNU General Public License v2.
57 </string>
58      </property>
59      <property name="wordWrap" >
60       <bool>true</bool>
61      </property>
62      <property name="openExternalLinks" >
63       <bool>true</bool>
64      </property>
65     </widget>
66    </item>
67    <item row="2" column="0" colspan="3" >
68     <widget class="QTabWidget" name="tabWidget" >
69      <property name="currentIndex" >
70       <number>0</number>
71      </property>
72      <widget class="QWidget" name="creditsTab" >
73       <attribute name="title" >
74        <string>&amp;Credits</string>
75       </attribute>
76       <layout class="QGridLayout" >
77        <item row="0" column="0" >
78         <widget class="QTextBrowser" name="browserCredits" >
79          <property name="focusPolicy" >
80           <enum>Qt::NoFocus</enum>
81          </property>
82          <property name="acceptDrops" >
83           <bool>false</bool>
84          </property>
85          <property name="autoFillBackground" >
86           <bool>true</bool>
87          </property>
88          <property name="autoFormatting" >
89           <set>QTextEdit::AutoNone</set>
90          </property>
91          <property name="textInteractionFlags" >
92           <set>Qt::NoTextInteraction</set>
93          </property>
94          <property name="openExternalLinks" >
95           <bool>true</bool>
96          </property>
97         </widget>
98        </item>
99       </layout>
100      </widget>
101      <widget class="QWidget" name="licenceTab" >
102       <attribute name="title" >
103        <string>&amp;License</string>
104       </attribute>
105       <layout class="QGridLayout" >
106        <item row="0" column="0" >
107         <widget class="QTextBrowser" name="browserLicense" >
108          <property name="font" >
109           <font>
110            <family>Courier New</family>
111           </font>
112          </property>
113          <property name="lineWrapMode" >
114           <enum>QTextEdit::NoWrap</enum>
115          </property>
116         </widget>
117        </item>
118       </layout>
119      </widget>
120     </widget>
121    </item>
122    <item row="3" column="0" >
123     <spacer>
124      <property name="orientation" >
125       <enum>Qt::Horizontal</enum>
126      </property>
127      <property name="sizeHint" >
128       <size>
129        <width>191</width>
130        <height>20</height>
131       </size>
132      </property>
133     </spacer>
134    </item>
135    <item row="3" column="1" >
136     <widget class="QPushButton" name="okButton" >
137      <property name="text" >
138       <string>&amp;Ok</string>
139      </property>
140     </widget>
141    </item>
142    <item row="3" column="2" >
143     <spacer>
144      <property name="orientation" >
145       <enum>Qt::Horizontal</enum>
146      </property>
147      <property name="sizeHint" >
148       <size>
149        <width>40</width>
150        <height>20</height>
151       </size>
152      </property>
153     </spacer>
154    </item>
155   </layout>
156  </widget>
157  <resources>
158   <include location="qrbutil.qrc" />
159  </resources>
160  <connections>
161   <connection>
162    <sender>okButton</sender>
163    <signal>clicked()</signal>
164    <receiver>aboutBox</receiver>
165    <slot>close()</slot>
166    <hints>
167     <hint type="sourcelabel" >
168      <x>210</x>
169      <y>398</y>
170     </hint>
171     <hint type="destinationlabel" >
172      <x>210</x>
173      <y>210</y>
174     </hint>
175    </hints>
176   </connection>
177  </connections>
178 </ui>