summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/rbutilqtfrm.ui
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2020-11-22 11:19:41 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2020-11-22 14:43:01 +0100
commitba2bbd60bd3d8a9fa204b17686c33dfb0337b07c (patch)
tree1c2865adab8e956fe65180e56d87f8380754ba7a /rbutil/rbutilqt/rbutilqtfrm.ui
parent5f36aed4bfd5e78a9edc322b8dae2c1e10ff733d (diff)
downloadrockbox-ba2bbd60bd3d8a9fa204b17686c33dfb0337b07c.tar.gz
rockbox-ba2bbd60bd3d8a9fa204b17686c33dfb0337b07c.zip
rbutil: Move Manual installation to main tab.
The manual tab didn't show the manual, so it's clearer to have that as part of the main tab. Also fixes the wrong manual getting downloaded for releases. Change-Id: I5d4a287102af037f94f0de8464e025d9ff5f76ed
Diffstat (limited to 'rbutil/rbutilqt/rbutilqtfrm.ui')
-rw-r--r--rbutil/rbutilqt/rbutilqtfrm.ui60
1 files changed, 26 insertions, 34 deletions
diff --git a/rbutil/rbutilqt/rbutilqtfrm.ui b/rbutil/rbutilqt/rbutilqtfrm.ui
index 5fac1c6821..f0b18ea87a 100644
--- a/rbutil/rbutilqt/rbutilqtfrm.ui
+++ b/rbutil/rbutilqt/rbutilqtfrm.ui
@@ -19,6 +19,31 @@
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">
23 <widget class="QLabel" name="logoLabel">
24 <property name="sizePolicy">
25 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
26 <horstretch>0</horstretch>
27 <verstretch>0</verstretch>
28 </sizepolicy>
29 </property>
30 <property name="baseSize">
31 <size>
32 <width>0</width>
33 <height>0</height>
34 </size>
35 </property>
36 <property name="text">
37 <string comment="Welcome to Rockbox Utility, the installation and housekeeping tool for Rockbox."/>
38 </property>
39 <property name="pixmap">
40 <pixmap resource="rbutilqt.qrc">:/icons/rblogo.png</pixmap>
41 </property>
42 <property name="scaledContents">
43 <bool>false</bool>
44 </property>
45 </widget>
46 </item>
22 <item row="0" column="1"> 47 <item row="0" column="1">
23 <widget class="QGroupBox" name="groupBoxDevice"> 48 <widget class="QGroupBox" name="groupBoxDevice">
24 <property name="sizePolicy"> 49 <property name="sizePolicy">
@@ -125,31 +150,6 @@
125 </layout> 150 </layout>
126 </widget> 151 </widget>
127 </item> 152 </item>
128 <item row="0" column="0">
129 <widget class="QLabel" name="logoLabel">
130 <property name="sizePolicy">
131 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
132 <horstretch>0</horstretch>
133 <verstretch>0</verstretch>
134 </sizepolicy>
135 </property>
136 <property name="baseSize">
137 <size>
138 <width>0</width>
139 <height>0</height>
140 </size>
141 </property>
142 <property name="text">
143 <string comment="Welcome to Rockbox Utility, the installation and housekeeping tool for Rockbox."/>
144 </property>
145 <property name="pixmap">
146 <pixmap resource="rbutilqt.qrc">:/icons/rblogo.png</pixmap>
147 </property>
148 <property name="scaledContents">
149 <bool>false</bool>
150 </property>
151 </widget>
152 </item>
153 <item row="1" column="0" colspan="2"> 153 <item row="1" column="0" colspan="2">
154 <widget class="QTabWidget" name="tabWidget"> 154 <widget class="QTabWidget" name="tabWidget">
155 <property name="currentIndex"> 155 <property name="currentIndex">
@@ -388,14 +388,6 @@
388 </item> 388 </item>
389 </layout> 389 </layout>
390 </widget> 390 </widget>
391 <widget class="QWidget" name="manual">
392 <attribute name="title">
393 <string>&amp;Manual</string>
394 </attribute>
395 <attribute name="toolTip">
396 <string>View and download the manual</string>
397 </attribute>
398 </widget>
399 <widget class="QWidget" name="info"> 391 <widget class="QWidget" name="info">
400 <attribute name="title"> 392 <attribute name="title">
401 <string>Inf&amp;o</string> 393 <string>Inf&amp;o</string>
@@ -411,7 +403,7 @@
411 <x>0</x> 403 <x>0</x>
412 <y>0</y> 404 <y>0</y>
413 <width>650</width> 405 <width>650</width>
414 <height>23</height> 406 <height>22</height>
415 </rect> 407 </rect>
416 </property> 408 </property>
417 <widget class="QMenu" name="menu_File"> 409 <widget class="QMenu" name="menu_File">