diff options
Diffstat (limited to 'player.ui')
| -rw-r--r-- | player.ui | 82 |
1 files changed, 44 insertions, 38 deletions
@@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>837</width> + <width>1127</width> <height>680</height> </rect> </property> @@ -19,42 +19,6 @@ </property> <widget class="QWidget" name="centralwidget"> <layout class="QGridLayout" name="gridLayout"> - <item row="4" column="1"> - <widget class="QWidget" name="widget" native="true"/> - </item> - <item row="1" column="0" colspan="8"> - <widget class="QTabWidget" name="tabWidget"> - <property name="currentIndex"> - <number>0</number> - </property> - <widget class="QWidget" name="tabLibrary"> - <attribute name="title"> - <string>Library</string> - </attribute> - <layout class="QGridLayout" name="gridLayout_2"> - <item row="0" column="0"> - <widget class="QTreeView" name="library"/> - </item> - </layout> - </widget> - <widget class="QWidget" name="tabPlaylist"> - <attribute name="title"> - <string>Playlist</string> - </attribute> - <layout class="QGridLayout" name="gridLayout_4"/> - </widget> - </widget> - </item> - <item row="4" column="4"> - <widget class="QSlider" name="playbackSlider"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> <item row="2" column="4" colspan="2"> <widget class="QFrame" name="frame"> <property name="sizePolicy"> @@ -178,6 +142,42 @@ </layout> </widget> </item> + <item row="4" column="4"> + <widget class="QSlider" name="playbackSlider"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="QWidget" name="widget" native="true"/> + </item> + <item row="1" column="0" colspan="8"> + <widget class="QTabWidget" name="tabWidget"> + <property name="currentIndex"> + <number>0</number> + </property> + <widget class="QWidget" name="tabLibrary"> + <attribute name="title"> + <string>Library</string> + </attribute> + <layout class="QGridLayout" name="gridLayout_2"> + <item row="0" column="0"> + <widget class="QTreeView" name="library"/> + </item> + </layout> + </widget> + <widget class="QWidget" name="tabVisualization"> + <attribute name="title"> + <string>Visualization</string> + </attribute> + <layout class="QGridLayout" name="gridLayout_4"/> + </widget> + </widget> + </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> @@ -185,7 +185,7 @@ <rect> <x>0</x> <y>0</y> - <width>837</width> + <width>1127</width> <height>23</height> </rect> </property> @@ -202,6 +202,7 @@ <string>Help</string> </property> <addaction name="actionAbout"/> + <addaction name="actionBugReport"/> </widget> <addaction name="menuFile"/> <addaction name="menuHelp"/> @@ -228,6 +229,11 @@ <string>Ctrl+O</string> </property> </action> + <action name="actionBugReport"> + <property name="text"> + <string>Bug Report</string> + </property> + </action> </widget> <resources/> <connections/> |
