changed 3D rendering
added pan/zoom gesture
This commit is contained in:
17
main.cpp
17
main.cpp
@@ -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;
|
||||
}
|
||||
}*/
|
||||
|
||||
)";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user