diff options
author | Chris Xiong <chirs241097@gmail.com> | 2015-12-27 23:25:05 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2015-12-27 23:25:05 +0800 |
commit | a17d580f623dfc3a6eb33c540203798d6200a5fc (patch) | |
tree | 765e611d8416754f6924fd89c8448d86acc4abc7 /qmpmainwindow.ui | |
parent | 246949269f370fac5ddb581ee0598480d529a48a (diff) | |
download | QMidiPlayer-a17d580f623dfc3a6eb33c540203798d6200a5fc.tar.xz |
Ultimate truth. (WTF)
Diffstat (limited to 'qmpmainwindow.ui')
-rw-r--r-- | qmpmainwindow.ui | 398 |
1 files changed, 398 insertions, 0 deletions
diff --git a/qmpmainwindow.ui b/qmpmainwindow.ui new file mode 100644 index 0000000..e1bbd29 --- /dev/null +++ b/qmpmainwindow.ui @@ -0,0 +1,398 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>qmpMainWindow</class> + <widget class="QMainWindow" name="qmpMainWindow"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>435</width> + <height>245</height> + </rect> + </property> + <property name="minimumSize"> + <size> + <width>435</width> + <height>245</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>435</width> + <height>245</height> + </size> + </property> + <property name="windowTitle"> + <string>QMidiPlayer</string> + </property> + <property name="windowIcon"> + <iconset resource="resources.qrc"> + <normaloff>:/img/qmidiplyr.png</normaloff>:/img/qmidiplyr.png</iconset> + </property> + <widget class="QWidget" name="centralWidget"> + <widget class="QLabel" name="lbFileName"> + <property name="geometry"> + <rect> + <x>30</x> + <y>20</y> + <width>311</width> + <height>41</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>18</pointsize> + </font> + </property> + <property name="text"> + <string>somefile.mid</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QSlider" name="hsTimer"> + <property name="geometry"> + <rect> + <x>20</x> + <y>90</y> + <width>321</width> + <height>20</height> + </rect> + </property> + <property name="maximum"> + <number>100</number> + </property> + <property name="pageStep"> + <number>0</number> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="QPushButton" name="pbPlayPause"> + <property name="geometry"> + <rect> + <x>20</x> + <y>110</y> + <width>61</width> + <height>36</height> + </rect> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/img/play.png</normaloff>:/img/play.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="pbStop"> + <property name="geometry"> + <rect> + <x>80</x> + <y>110</y> + <width>61</width> + <height>36</height> + </rect> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/img/stop.png</normaloff>:/img/stop.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="pbPrev"> + <property name="geometry"> + <rect> + <x>140</x> + <y>110</y> + <width>61</width> + <height>36</height> + </rect> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/img/prev.png</normaloff>:/img/prev.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="pbNext"> + <property name="geometry"> + <rect> + <x>200</x> + <y>110</y> + <width>61</width> + <height>36</height> + </rect> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/img/next.png</normaloff>:/img/next.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="pbNext_2"> + <property name="geometry"> + <rect> + <x>280</x> + <y>110</y> + <width>61</width> + <height>36</height> + </rect> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/img/settings.png</normaloff>:/img/settings.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="pbChannels"> + <property name="geometry"> + <rect> + <x>20</x> + <y>160</y> + <width>151</width> + <height>36</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">text-align:left</string> + </property> + <property name="text"> + <string>Channels</string> + </property> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/img/channel.png</normaloff>:/img/channel.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="pbPList"> + <property name="geometry"> + <rect> + <x>190</x> + <y>160</y> + <width>151</width> + <height>36</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">text-align:left</string> + </property> + <property name="text"> + <string>Playlist</string> + </property> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/img/list.png</normaloff>:/img/list.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="checked"> + <bool>false</bool> + </property> + <property name="flat"> + <bool>false</bool> + </property> + </widget> + <widget class="QPushButton" name="pbEfx"> + <property name="geometry"> + <rect> + <x>20</x> + <y>200</y> + <width>151</width> + <height>36</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">text-align:left</string> + </property> + <property name="text"> + <string>Effects</string> + </property> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/img/effects.png</normaloff>:/img/effects.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="pbEfx_2"> + <property name="geometry"> + <rect> + <x>190</x> + <y>200</y> + <width>151</width> + <height>36</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">text-align:left</string> + </property> + <property name="text"> + <string>Visualization</string> + </property> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/img/visualization.png</normaloff>:/img/visualization.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QLabel" name="lbPolyphone"> + <property name="geometry"> + <rect> + <x>320</x> + <y>20</y> + <width>111</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string><html><head/><body><p>Poly: 0/0</p></body></html></string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QSlider" name="vsMasterVol"> + <property name="geometry"> + <rect> + <x>370</x> + <y>50</y> + <width>20</width> + <height>160</height> + </rect> + </property> + <property name="maximum"> + <number>100</number> + </property> + <property name="value"> + <number>50</number> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + <widget class="QLabel" name="lbMasterVol"> + <property name="geometry"> + <rect> + <x>360</x> + <y>210</y> + <width>61</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>Master</string> + </property> + </widget> + <widget class="QLabel" name="lbCurTime"> + <property name="geometry"> + <rect> + <x>20</x> + <y>70</y> + <width>66</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>00:00</string> + </property> + </widget> + <widget class="QLabel" name="lbFinTime"> + <property name="geometry"> + <rect> + <x>270</x> + <y>70</y> + <width>66</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>00:00</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + <widget class="QPushButton" name="pushButton"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>21</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>?</string> + </property> + </widget> + </widget> + </widget> + <layoutdefault spacing="6" margin="11"/> + <resources> + <include location="resources.qrc"/> + </resources> + <connections/> +</ui> |