diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-11 09:08:12 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-11 09:08:12 +0000 |
| commit | 017d2d27bfbcd97ada407212e925b280ff3482b5 (patch) | |
| tree | 2a832873a52ee7c8546b6262be58f41d1bdd480e /src/plugins/Ui/qsui/forms/mainwindow.ui | |
| parent | 22cf3c55368be9361b43eb002e7a2fb7f2868ac2 (diff) | |
| download | qmmp-017d2d27bfbcd97ada407212e925b280ff3482b5.tar.gz qmmp-017d2d27bfbcd97ada407212e925b280ff3482b5.tar.bz2 qmmp-017d2d27bfbcd97ada407212e925b280ff3482b5.zip | |
added qsui plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5367 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/qsui/forms/mainwindow.ui')
| -rw-r--r-- | src/plugins/Ui/qsui/forms/mainwindow.ui | 323 |
1 files changed, 323 insertions, 0 deletions
diff --git a/src/plugins/Ui/qsui/forms/mainwindow.ui b/src/plugins/Ui/qsui/forms/mainwindow.ui new file mode 100644 index 000000000..5a9eb2797 --- /dev/null +++ b/src/plugins/Ui/qsui/forms/mainwindow.ui @@ -0,0 +1,323 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>614</width> + <height>474</height> + </rect> + </property> + <property name="windowTitle"> + <string>Qmmp</string> + </property> + <property name="dockOptions"> + <set>QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks|QMainWindow::VerticalTabs</set> + </property> + <widget class="QWidget" name="centralwidget"> + <layout class="QVBoxLayout" name="verticalLayout"> + <property name="spacing"> + <number>2</number> + </property> + <property name="margin"> + <number>0</number> + </property> + <item> + <widget class="QSUiTabWidget" name="tabWidget"> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="currentIndex"> + <number>-1</number> + </property> + <property name="documentMode"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QStatusBar" name="statusbar"/> + <widget class="QMenuBar" name="menuBar"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>614</width> + <height>25</height> + </rect> + </property> + <widget class="QMenu" name="menuFile"> + <property name="title"> + <string>&File</string> + </property> + </widget> + <widget class="QMenu" name="menuTools"> + <property name="title"> + <string>&Tools</string> + </property> + <addaction name="separator"/> + <addaction name="actionVisualization"/> + <addaction name="separator"/> + </widget> + <widget class="QMenu" name="menuHelp"> + <property name="title"> + <string>&Help</string> + </property> + </widget> + <widget class="QMenu" name="menuEdit"> + <property name="title"> + <string>&Edit</string> + </property> + </widget> + <widget class="QMenu" name="menuPlayback"> + <property name="title"> + <string>&Playback</string> + </property> + </widget> + <widget class="QMenu" name="menuView"> + <property name="title"> + <string>&View</string> + </property> + </widget> + <addaction name="menuFile"/> + <addaction name="menuEdit"/> + <addaction name="menuView"/> + <addaction name="menuPlayback"/> + <addaction name="menuTools"/> + <addaction name="menuHelp"/> + </widget> + <widget class="QToolBar" name="buttonsToolBar"> + <property name="windowTitle"> + <string>Playback</string> + </property> + <property name="iconSize"> + <size> + <width>16</width> + <height>16</height> + </size> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + </widget> + <widget class="QToolBar" name="progressToolBar"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="windowTitle"> + <string>Progress</string> + </property> + <property name="iconSize"> + <size> + <width>16</width> + <height>16</height> + </size> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + </widget> + <widget class="QDockWidget" name="analyzerDockWidget"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>79</width> + <height>50</height> + </size> + </property> + <property name="windowTitle"> + <string>Spectrum Analyzer</string> + </property> + <attribute name="dockWidgetArea"> + <number>8</number> + </attribute> + <widget class="QWidget" name="dockWidgetContents"/> + </widget> + <widget class="QDockWidget" name="fileSystemDockWidget"> + <property name="minimumSize"> + <size> + <width>130</width> + <height>41</height> + </size> + </property> + <property name="windowTitle"> + <string>Files</string> + </property> + <attribute name="dockWidgetArea"> + <number>1</number> + </attribute> + <widget class="QWidget" name="dockWidgetContents_2"/> + </widget> + <widget class="QDockWidget" name="coverDockWidget"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="windowTitle"> + <string>Cover</string> + </property> + <attribute name="dockWidgetArea"> + <number>1</number> + </attribute> + <widget class="QWidget" name="dockWidgetContents_3"/> + </widget> + <widget class="QDockWidget" name="playlistsDockWidget"> + <property name="windowTitle"> + <string>Playlists</string> + </property> + <attribute name="dockWidgetArea"> + <number>1</number> + </attribute> + <widget class="QWidget" name="dockWidgetContents_4"/> + </widget> + <action name="actionPrevious"> + <property name="icon"> + <iconset> + <normalon>:/images/previous.png</normalon> + </iconset> + </property> + <property name="text"> + <string>Previous</string> + </property> + </action> + <action name="actionPlay"> + <property name="icon"> + <iconset> + <normalon>:/images/play.png</normalon> + </iconset> + </property> + <property name="text"> + <string>Play</string> + </property> + </action> + <action name="actionPause"> + <property name="icon"> + <iconset> + <normalon>:/images/pause.png</normalon> + </iconset> + </property> + <property name="text"> + <string>Pause</string> + </property> + </action> + <action name="actionNext"> + <property name="icon"> + <iconset> + <normalon>:/images/next.png</normalon> + </iconset> + </property> + <property name="text"> + <string>Next</string> + </property> + </action> + <action name="actionStop"> + <property name="icon"> + <iconset> + <normalon>:/images/stop.png</normalon> + </iconset> + </property> + <property name="text"> + <string>Stop</string> + </property> + </action> + <action name="actionAddFile"> + <property name="text"> + <string>&Add File</string> + </property> + </action> + <action name="actionClearPlayList"> + <property name="text"> + <string>&Remove All</string> + </property> + </action> + <action name="actionNewPlayList"> + <property name="text"> + <string>New Playlist</string> + </property> + </action> + <action name="actionClosePlayList"> + <property name="text"> + <string>Remove Playlist</string> + </property> + </action> + <action name="actionAddDirectory"> + <property name="text"> + <string>&Add Directory</string> + </property> + </action> + <action name="actionExit"> + <property name="text"> + <string>&Exit</string> + </property> + </action> + <action name="actionAbout"> + <property name="text"> + <string>About</string> + </property> + </action> + <action name="actionAboutQt"> + <property name="text"> + <string>About Qt</string> + </property> + </action> + <action name="actionSelectAll"> + <property name="text"> + <string>&Select All</string> + </property> + </action> + <action name="actionRemoveSelected"> + <property name="text"> + <string>&Remove Selected</string> + </property> + </action> + <action name="actionRemoveUnselected"> + <property name="text"> + <string>&Remove Unselected</string> + </property> + </action> + <action name="actionVisualization"> + <property name="text"> + <string>Visualization</string> + </property> + </action> + <action name="actionSettings"> + <property name="text"> + <string>Settings</string> + </property> + </action> + <action name="actionRenamePlayList"> + <property name="text"> + <string>Rename Playlist</string> + </property> + </action> + </widget> + <customwidgets> + <customwidget> + <class>QSUiTabWidget</class> + <extends>QTabWidget</extends> + <header>qsuitabwidget.h</header> + <container>1</container> + </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui> |
