aboutsummaryrefslogtreecommitdiff
path: root/qmidiplayer-lite
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2017-08-10 00:14:44 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2017-08-10 00:14:44 +0800
commitab33532da11672ee435e2b566cdba81b2e79e874 (patch)
treeb4c9aa59459f5586831384835ced28951e874967 /qmidiplayer-lite
parentb03133b80b268c74d1dd5c92e2af6907b51c91b2 (diff)
downloadQMidiPlayer-ab33532da11672ee435e2b566cdba81b2e79e874.tar.xz
Windows of several main functionalities are no longer
QDialogs. Fixed unexpected behavior. Now visualization window can be closed by sending it a close signal. Trying a solution to address the problem that prevents plugins from being loaded correctly in Windows if the path contains Chinese characters. Not even tried to build in Windows though.
Diffstat (limited to 'qmidiplayer-lite')
-rw-r--r--qmidiplayer-lite/main.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/qmidiplayer-lite/main.qml b/qmidiplayer-lite/main.qml
index ace1427..2fcd1ea 100644
--- a/qmidiplayer-lite/main.qml
+++ b/qmidiplayer-lite/main.qml
@@ -14,6 +14,12 @@ Window {
playing: false
property string soundfont
soundfont: ""
+ SystemPalette
+ {
+ id: palette
+ colorGroup: SystemPalette.Active
+ }
+ color: palette.window
MouseArea {
id: mouseArea1
@@ -126,6 +132,7 @@ Window {
Text {
id: fileName
text: qsTr("...")
+ color: palette.text
anchors.top: parent.top
anchors.topMargin: 100
anchors.horizontalCenter: parent.horizontalCenter