diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-06-20 21:00:43 +0200 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-06-26 18:30:27 +0200 |
commit | f419128a6b371d2752553ef3850f10c2cdf46912 (patch) | |
tree | 9b88dd45a000e3c86a0a89f20f1d1da368e5a9b2 /rbutil/rbutilqt/rbutilqtfrm.ui | |
parent | 40e306ba3776a90cc8670e792961edfe89b28115 (diff) | |
download | rockbox-f419128a6b371d2752553ef3850f10c2cdf46912.tar.gz rockbox-f419128a6b371d2752553ef3850f10c2cdf46912.tar.bz2 rockbox-f419128a6b371d2752553ef3850f10c2cdf46912.zip |
Show player picture left of device configuration.
After shrinking the size of the Rockbox logo shown and making the selected
device display two lines there is now enough room to also show an icon of the
player. The icon is scaled depending on the application font size, so for
setups configured with a larger font it still should show up in a reasonable
size.
Change-Id: I8f62f3292c62f820309157db73741b57fd6371ef
Diffstat (limited to 'rbutil/rbutilqt/rbutilqtfrm.ui')
-rw-r--r-- | rbutil/rbutilqt/rbutilqtfrm.ui | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/rbutilqtfrm.ui b/rbutil/rbutilqt/rbutilqtfrm.ui index 3ee52d6f7b..561a9aa3ae 100644 --- a/rbutil/rbutilqt/rbutilqtfrm.ui +++ b/rbutil/rbutilqt/rbutilqtfrm.ui @@ -97,7 +97,17 @@ </property> </spacer> </item> - <item row="0" column="3"> + <item row="0" column="0" rowspan="2"> + <widget class="QLabel" name="labelPlayerPic"> + <property name="text"> + <string/> + </property> + <property name="scaledContents"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="0" column="4" rowspan="2"> <widget class="QPushButton" name="buttonChangeDevice"> <property name="text"> <string>&Change</string> |