diff options
Diffstat (limited to 'player.ui')
| -rw-r--r-- | player.ui | 268 |
1 files changed, 166 insertions, 102 deletions
@@ -14,108 +14,166 @@ <string>AleePlayer</string> </property> <widget class="QWidget" name="centralwidget"> - <widget class="QPushButton" name="mediaButton"> - <property name="geometry"> - <rect> - <x>20</x> - <y>500</y> - <width>80</width> - <height>26</height> - </rect> - </property> - <property name="text"> - <string>Set Media</string> - </property> - <property name="flat"> - <bool>false</bool> - </property> - </widget> - <widget class="QPushButton" name="playButton"> - <property name="geometry"> - <rect> - <x>280</x> - <y>500</y> - <width>80</width> - <height>26</height> - </rect> - </property> - <property name="text"> - <string>Play/Pause</string> - </property> - <property name="checkable"> - <bool>false</bool> - </property> - <property name="checked"> - <bool>false</bool> - </property> - <property name="flat"> - <bool>false</bool> - </property> - </widget> - <widget class="QSlider" name="volumeSlider"> - <property name="geometry"> - <rect> - <x>560</x> - <y>500</y> - <width>211</width> - <height>31</height> - </rect> - </property> - <property name="value"> - <number>0</number> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="tickPosition"> - <enum>QSlider::NoTicks</enum> - </property> - <property name="tickInterval"> - <number>0</number> - </property> - </widget> - <widget class="QPushButton" name="stopButton"> - <property name="geometry"> - <rect> - <x>400</x> - <y>500</y> - <width>80</width> - <height>26</height> - </rect> - </property> - <property name="text"> - <string>Stop</string> - </property> - <property name="flat"> - <bool>false</bool> - </property> - </widget> - <widget class="QLabel" name="label"> - <property name="geometry"> - <rect> - <x>650</x> - <y>530</y> - <width>51</width> - <height>18</height> - </rect> - </property> - <property name="text"> - <string>Volume</string> - </property> - </widget> - <widget class="QSlider" name="playbackSlider"> - <property name="geometry"> - <rect> - <x>40</x> - <y>445</y> - <width>741</width> - <height>31</height> - </rect> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> + <layout class="QGridLayout" name="gridLayout"> + <item row="3" column="0"> + <spacer name="horizontalSpacer_5"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="5" column="5" colspan="3"> + <widget class="QSlider" name="volumeSlider"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="value"> + <number>99</number> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="tickPosition"> + <enum>QSlider::NoTicks</enum> + </property> + <property name="tickInterval"> + <number>0</number> + </property> + </widget> + </item> + <item row="6" column="5"> + <widget class="QLabel" name="labelVolume"> + <property name="text"> + <string>Volume</string> + </property> + </widget> + </item> + <item row="0" column="0" colspan="8"> + <widget class="QTabWidget" name="tabWidget"> + <property name="currentIndex"> + <number>0</number> + </property> + <widget class="QWidget" name="tab"> + <attribute name="title"> + <string>Library</string> + </attribute> + <layout class="QGridLayout" name="gridLayout_2"> + <item row="0" column="0"> + <widget class="QLabel" name="labelComingSoon"> + <property name="font"> + <font> + <pointsize>14</pointsize> + </font> + </property> + <property name="text"> + <string><html><head/><body><p>Coming soon in a later update!</p></body></html></string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="tab_2"> + <attribute name="title"> + <string>Playlist</string> + </attribute> + </widget> + </widget> + </item> + <item row="1" column="0" colspan="8"> + <widget class="QSlider" name="playbackSlider"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item row="3" column="2"> + <spacer name="horizontalSpacer_4"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="3" column="7"> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="3" column="1"> + <widget class="QPushButton" name="playButton"> + <property name="text"> + <string>Play</string> + </property> + <property name="checkable"> + <bool>false</bool> + </property> + <property name="checked"> + <bool>false</bool> + </property> + <property name="flat"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="3" column="3"> + <widget class="QPushButton" name="stopButton"> + <property name="text"> + <string>Stop</string> + </property> + <property name="flat"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="3" column="4"> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="3" column="5"> + <widget class="QPushButton" name="mediaButton"> + <property name="text"> + <string>Browse</string> + </property> + <property name="flat"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> @@ -142,6 +200,9 @@ <property name="text"> <string>Quit</string> </property> + <property name="shortcut"> + <string>Ctrl+W</string> + </property> </action> <action name="actionAbout"> <property name="text"> @@ -152,6 +213,9 @@ <property name="text"> <string>Open</string> </property> + <property name="shortcut"> + <string>Ctrl+O</string> + </property> </action> </widget> <resources/> |
