summaryrefslogtreecommitdiffstats
path: root/qtspotify.ui
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-30 17:55:14 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-30 17:55:14 +0100
commitabf19c9f66679f053f26d02157acbcdff7e9e2de (patch)
tree7c59fc0710a79900e6a677ef58faa8e117ce5c47 /qtspotify.ui
parent073f70dc854fde5b5d6286df114601af2f7ae12a (diff)
Implemented skip/previous song and searches
Diffstat (limited to 'qtspotify.ui')
-rw-r--r--qtspotify.ui40
1 files changed, 37 insertions, 3 deletions
diff --git a/qtspotify.ui b/qtspotify.ui
index 773af59..7be2d8e 100644
--- a/qtspotify.ui
+++ b/qtspotify.ui
@@ -18,7 +18,7 @@
<item row="0" column="0">
<widget class="QTabWidget" name="topLevelTabs">
<property name="currentIndex">
- <number>2</number>
+ <number>1</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
@@ -80,8 +80,35 @@
<string>Searches</string>
</property>
<layout class="QGridLayout" name="gridLayout_5">
- <item row="0" column="0">
- <widget class="QListView" name="listView"/>
+ <item row="0" column="0" colspan="2">
+ <widget class="QListView" name="searchListView"/>
+ </item>
+ <item row="1" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
+ <item>
+ <widget class="QPushButton" name="searchMoreButton">
+ <property name="text">
+ <string>Search more</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_3">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item row="2" column="0">
+ <layout class="QHBoxLayout" name="horizontalLayout_2"/>
</item>
</layout>
</widget>
@@ -164,6 +191,13 @@
</spacer>
</item>
<item>
+ <widget class="QPushButton" name="previousButton">
+ <property name="text">
+ <string>Previous</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QPushButton" name="playButton">
<property name="text">
<string>Play</string>