refactoring/cleanups

This commit is contained in:
2018-07-30 20:56:17 +02:00
parent 9a07790ec6
commit a9fcb77675
23 changed files with 276 additions and 247 deletions

View File

@@ -18,22 +18,27 @@ int main(int argc, char *argv[]) {
QString str = R"(
QDockWidget {
font-weight: bold;
}
QDockWidget > QWidget {
border: 1px solid #666;
background: #333;
}
QDockWidget::title {
/* text-align: left;
background: #ccc;
padding: 1px; */
/** title color */
QDockWidget {
color: #fff;
font-weight: bold;
}
}
QDockWidget::title {
text-align: left;
background: #666;
padding: 1px;
font-weight: bold;
}
QDockWidget::close-button, QDockWidget::float-button {
}
/* QDockWidget::title:hover {
background: #bbb;
}*/
)";