fix a possible segfault upon invalid selection.
[Rockbox.git] / rbutil / rbutilqt / aboutbox.ui
blobdff0550441e7fac40ce6129864ebe037f4fb2083
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>482</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="rbutilqt.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.</string>
57      </property>
58      <property name="wordWrap" >
59       <bool>true</bool>
60      </property>
61      <property name="openExternalLinks" >
62       <bool>true</bool>
63      </property>
64     </widget>
65    </item>
66    <item row="2" column="0" colspan="3" >
67     <widget class="QLabel" name="labelHomepage" >
68      <property name="text" >
69       <string>http://www.rockbox.org</string>
70      </property>
71      <property name="textFormat" >
72       <enum>Qt::AutoText</enum>
73      </property>
74      <property name="alignment" >
75       <set>Qt::AlignCenter</set>
76      </property>
77      <property name="openExternalLinks" >
78       <bool>true</bool>
79      </property>
80      <property name="textInteractionFlags" >
81       <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction</set>
82      </property>
83     </widget>
84    </item>
85    <item row="3" column="0" colspan="3" >
86     <widget class="QTabWidget" name="tabWidget" >
87      <property name="currentIndex" >
88       <number>0</number>
89      </property>
90      <widget class="QWidget" name="creditsTab" >
91       <attribute name="title" >
92        <string>&amp;Credits</string>
93       </attribute>
94       <layout class="QGridLayout" >
95        <item row="0" column="0" >
96         <widget class="QTextBrowser" name="browserCredits" >
97          <property name="focusPolicy" >
98           <enum>Qt::NoFocus</enum>
99          </property>
100          <property name="acceptDrops" >
101           <bool>false</bool>
102          </property>
103          <property name="autoFillBackground" >
104           <bool>true</bool>
105          </property>
106          <property name="autoFormatting" >
107           <set>QTextEdit::AutoNone</set>
108          </property>
109          <property name="textInteractionFlags" >
110           <set>Qt::NoTextInteraction</set>
111          </property>
112          <property name="openExternalLinks" >
113           <bool>true</bool>
114          </property>
115         </widget>
116        </item>
117       </layout>
118      </widget>
119      <widget class="QWidget" name="licenceTab" >
120       <attribute name="title" >
121        <string>&amp;License</string>
122       </attribute>
123       <layout class="QGridLayout" >
124        <item row="0" column="0" >
125         <widget class="QTextBrowser" name="browserLicense" >
126          <property name="horizontalScrollBarPolicy" >
127           <enum>Qt::ScrollBarAlwaysOff</enum>
128          </property>
129          <property name="lineWrapMode" >
130           <enum>QTextEdit::WidgetWidth</enum>
131          </property>
132         </widget>
133        </item>
134       </layout>
135      </widget>
136     </widget>
137    </item>
138    <item row="4" column="0" >
139     <spacer>
140      <property name="orientation" >
141       <enum>Qt::Horizontal</enum>
142      </property>
143      <property name="sizeHint" >
144       <size>
145        <width>191</width>
146        <height>20</height>
147       </size>
148      </property>
149     </spacer>
150    </item>
151    <item row="4" column="1" >
152     <widget class="QPushButton" name="okButton" >
153      <property name="text" >
154       <string>&amp;Ok</string>
155      </property>
156     </widget>
157    </item>
158    <item row="4" column="2" >
159     <spacer>
160      <property name="orientation" >
161       <enum>Qt::Horizontal</enum>
162      </property>
163      <property name="sizeHint" >
164       <size>
165        <width>40</width>
166        <height>20</height>
167       </size>
168      </property>
169     </spacer>
170    </item>
171   </layout>
172  </widget>
173  <resources>
174   <include location="rbutilqt.qrc" />
175  </resources>
176  <connections>
177   <connection>
178    <sender>okButton</sender>
179    <signal>clicked()</signal>
180    <receiver>aboutBox</receiver>
181    <slot>close()</slot>
182    <hints>
183     <hint type="sourcelabel" >
184      <x>210</x>
185      <y>398</y>
186     </hint>
187     <hint type="destinationlabel" >
188      <x>210</x>
189      <y>210</y>
190     </hint>
191    </hints>
192   </connection>
193  </connections>
194 </ui>