1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Robert Bieber 2010-07-09 02:11:34 +00:00
parent 73a3747bc1
commit b99066440f
5 changed files with 147 additions and 6 deletions

View file

@ -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>