changed 3D rendering

added pan/zoom gesture
This commit is contained in:
2018-02-04 17:02:14 +01:00
parent 3b62f23c0e
commit 076c0e9157
32 changed files with 446 additions and 484 deletions

View File

@@ -15,19 +15,22 @@ int main(int argc, char *argv[]) {
QString str = R"(
QDockWidget {
border: 1px solid #000;
}
QDockWidget {
font-weight: bold;
}
QDockWidget::title {
text-align: left; /* align the text to the left */
/* text-align: left;
background: #ccc;
padding: 1px;
padding: 1px; */
font-weight: bold;
}
QDockWidget::title:hover {
/* QDockWidget::title:hover {
background: #bbb;
}
}*/
)";