diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-09 02:11:34 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-09 02:11:34 +0000 |
| commit | b99066440f841e6d46816f7dda3cfdcf9a5b6ffb (patch) | |
| tree | 2744af08857369df3537f782ff05dfa2bceccc06 /utils/themeeditor/gui/skintimer.ui | |
| parent | 73a3747bc1b33200207768b101bf56083416d756 (diff) | |
| download | rockbox-b99066440f841e6d46816f7dda3cfdcf9a5b6ffb.zip rockbox-b99066440f841e6d46816f7dda3cfdcf9a5b6ffb.tar.gz rockbox-b99066440f841e6d46816f7dda3cfdcf9a5b6ffb.tar.bz2 rockbox-b99066440f841e6d46816f7dda3cfdcf9a5b6ffb.tar.xz | |
Theme Editor: Implemented timer panel functionality, added missing seconds field to device control panel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27354 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/skintimer.ui')
| -rw-r--r-- | utils/themeeditor/gui/skintimer.ui | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/utils/themeeditor/gui/skintimer.ui b/utils/themeeditor/gui/skintimer.ui index a9f5fea..b60be5f 100644 --- a/utils/themeeditor/gui/skintimer.ui +++ b/utils/themeeditor/gui/skintimer.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>238</width> - <height>204</height> + <height>198</height> </rect> </property> <property name="windowTitle"> @@ -39,7 +39,7 @@ <number>1</number> </property> <property name="minimum"> - <double>0.100000000000000</double> + <double>0.600000000000000</double> </property> <property name="maximum"> <double>3.000000000000000</double> @@ -58,12 +58,12 @@ <string>Duration</string> </property> <property name="buddy"> - <cstring>spinBox</cstring> + <cstring>durationBox</cstring> </property> </widget> </item> <item row="1" column="1"> - <widget class="QSpinBox" name="spinBox"> + <widget class="QSpinBox" name="durationBox"> <property name="suffix"> <string>s</string> </property> @@ -82,9 +82,15 @@ </item> <item> <widget class="QProgressBar" name="statusBar"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="value"> <number>0</number> </property> + <property name="textVisible"> + <bool>false</bool> + </property> </widget> </item> <item> |