mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
parent
2747056889
commit
fd9c905ba3
26 changed files with 51 additions and 51 deletions
|
@ -101,7 +101,7 @@ void run_ui()
|
|||
exit(1);
|
||||
}
|
||||
QQuickWindow *qml_window = qobject_cast<QQuickWindow *>(qqWindowObject);
|
||||
qml_window->setIcon(QIcon(":subsurface-mobile-icon"));
|
||||
qml_window->setIcon(QIcon(":/subsurface-mobile-icon"));
|
||||
qqWindowObject->setProperty("messageText", QVariant("Subsurface-mobile startup"));
|
||||
qDebug() << "qqwindow devicePixelRatio" << qml_window->devicePixelRatio() << qml_window->screen()->devicePixelRatio();
|
||||
QScreen *screen = qml_window->screen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue