summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/rbutilqtfrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/rbutilqtfrm.ui')
-rw-r--r--utils/rbutilqt/rbutilqtfrm.ui40
1 files changed, 21 insertions, 19 deletions
diff --git a/utils/rbutilqt/rbutilqtfrm.ui b/utils/rbutilqt/rbutilqtfrm.ui
index af47fea72c..5c78c812a8 100644
--- a/utils/rbutilqt/rbutilqtfrm.ui
+++ b/utils/rbutilqt/rbutilqtfrm.ui
@@ -6,8 +6,8 @@
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>650</width> 9 <width>631</width>
10 <height>399</height> 10 <height>441</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
@@ -19,8 +19,8 @@
19 </property> 19 </property>
20 <widget class="QWidget" name="centralwidget"> 20 <widget class="QWidget" name="centralwidget">
21 <layout class="QGridLayout" name="gridLayout_3"> 21 <layout class="QGridLayout" name="gridLayout_3">
22 <item row="0" column="0"> 22 <item row="0" column="1">
23 <widget class="QLabel" name="logoLabel"> 23 <widget class="QSvgWidget" name="logoLabel" native="true">
24 <property name="minimumSize"> 24 <property name="minimumSize">
25 <size> 25 <size>
26 <width>200</width> 26 <width>200</width>
@@ -39,21 +39,15 @@
39 <height>62</height> 39 <height>62</height>
40 </size> 40 </size>
41 </property> 41 </property>
42 <property name="text"> 42 <property name="toolTip">
43 <string comment="Welcome to Rockbox Utility, the installation and housekeeping tool for Rockbox."/> 43 <string>Welcome to Rockbox Utility, the installation and housekeeping tool for Rockbox.</string>
44 </property>
45 <property name="pixmap">
46 <pixmap resource="rbutilqt.qrc">:/icons/rockbox-logo.svg</pixmap>
47 </property> 44 </property>
48 <property name="scaledContents"> 45 <property name="accessibleName">
49 <bool>true</bool> 46 <string>Rockbox Logo</string>
50 </property>
51 <property name="alignment">
52 <set>Qt::AlignCenter</set>
53 </property> 47 </property>
54 </widget> 48 </widget>
55 </item> 49 </item>
56 <item row="0" column="1"> 50 <item row="0" column="2">
57 <widget class="QGroupBox" name="groupBoxDevice"> 51 <widget class="QGroupBox" name="groupBoxDevice">
58 <property name="sizePolicy"> 52 <property name="sizePolicy">
59 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 53 <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
@@ -74,7 +68,7 @@
74 <string/> 68 <string/>
75 </property> 69 </property>
76 <property name="pixmap"> 70 <property name="pixmap">
77 <pixmap resource="rbutilqt.qrc">:/icons/rockbox-32.png</pixmap> 71 <pixmap>:/icons/rockbox-32.png</pixmap>
78 </property> 72 </property>
79 <property name="scaledContents"> 73 <property name="scaledContents">
80 <bool>false</bool> 74 <bool>false</bool>
@@ -159,7 +153,7 @@
159 </layout> 153 </layout>
160 </widget> 154 </widget>
161 </item> 155 </item>
162 <item row="1" column="0" colspan="2"> 156 <item row="1" column="0" colspan="3">
163 <widget class="QTabWidget" name="tabWidget"> 157 <widget class="QTabWidget" name="tabWidget">
164 <property name="currentIndex"> 158 <property name="currentIndex">
165 <number>0</number> 159 <number>0</number>
@@ -384,8 +378,8 @@
384 <rect> 378 <rect>
385 <x>0</x> 379 <x>0</x>
386 <y>0</y> 380 <y>0</y>
387 <width>650</width> 381 <width>631</width>
388 <height>22</height> 382 <height>30</height>
389 </rect> 383 </rect>
390 </property> 384 </property>
391 <widget class="QMenu" name="menu_File"> 385 <widget class="QMenu" name="menu_File">
@@ -632,6 +626,14 @@
632 </property> 626 </property>
633 </action> 627 </action>
634 </widget> 628 </widget>
629 <customwidgets>
630 <customwidget>
631 <class>QSvgWidget</class>
632 <extends>QWidget</extends>
633 <header location="global">QSvgWidget</header>
634 <container>1</container>
635 </customwidget>
636 </customwidgets>
635 <tabstops> 637 <tabstops>
636 <tabstop>tabWidget</tabstop> 638 <tabstop>tabWidget</tabstop>
637 <tabstop>buttonChangeDevice</tabstop> 639 <tabstop>buttonChangeDevice</tabstop>