Some minor UI improvements

* buttons right aligned
* min-height in qss
* removed "public slots" where not needed
* QMessageBox when changing widget style (because it is so slow)
This commit is contained in:
Klaus Basan
2018-01-18 03:06:42 +01:00
parent 8273a9881f
commit b574ede2e2
8 changed files with 187 additions and 115 deletions

View File

@@ -607,6 +607,10 @@ QTreeView::branch:closed:has-children {
image: url(:/diagona/icons/diagona/icons/toggle-expand.png);
}
QSlider {
min-height: 2em;
}
QSlider::groove:horizontal {
border: 1px solid gray;
height: 4px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */