diff options
author | Chris Xiong <chirs241097@gmail.com> | 2017-02-13 17:31:42 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2017-02-13 17:31:42 +0800 |
commit | a0da9bca472043e7f13d4d6ea1809f6b63a598b0 (patch) | |
tree | f318a37656b5b25c4028739b8e59ebb4d132d34d /qmidiplayer-desktop/qmpmainwindow.ui | |
parent | 3312e495cf54a8bd6451552216f5aeea1a06d486 (diff) | |
download | QMidiPlayer-a0da9bca472043e7f13d4d6ea1809f6b63a598b0.tar.xz |
Fix pitch bend range handling.
Allow registering a string option as file path.
Provide an easier way to set path values in options.
Revert to old geometry storage mechanism and improved
it. Hope this one will work on Windows.
Make the time slider less ugly.
Diffstat (limited to 'qmidiplayer-desktop/qmpmainwindow.ui')
-rw-r--r-- | qmidiplayer-desktop/qmpmainwindow.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/qmidiplayer-desktop/qmpmainwindow.ui b/qmidiplayer-desktop/qmpmainwindow.ui index 9ed0849..e2522d6 100644 --- a/qmidiplayer-desktop/qmpmainwindow.ui +++ b/qmidiplayer-desktop/qmpmainwindow.ui @@ -268,7 +268,10 @@ </sizepolicy> </property> <property name="styleSheet"> - <string notr="true">QSlider::handle{border:none;background:none;color:none;}</string> + <string notr="true">QSlider::handle{border:none;background:none;color:none;} +QSlider::sub-page{background-color:#3daee9;color:none;} +QSlider::groove{background-color:#cdcecf;color:none;} +QSlider{height:10px;}</string> </property> <property name="maximum"> <number>100</number> @@ -286,6 +289,9 @@ <property name="spacing"> <number>0</number> </property> + <property name="topMargin"> + <number>6</number> + </property> <item> <widget class="QPushButton" name="pbPlayPause"> <property name="sizePolicy"> |