Can't use Cura interface while printing?
peteruithoven opened this issue · 1 comments
peteruithoven commented
It seems I can't use the main interface while the printer is printing. I really miss being able to (re)check my 3D model.
Wasn't this done to always have it on top? Can't we find a better solution?
peteruithoven commented
There seems to be a Qt::WindowStaysOnTopHint
flag, hopefully we can use this to keep our dialog on top, without it being modal.
https://forum.qt.io/topic/29547/solved-how-to-set-a-qdialog-always-on-top-but-not-modal/2
http://doc.qt.io/qt-5/qtwidgets-widgets-windowflags-example.html
http://doc.qt.io/qt-5/qt.html#WindowType-enum
http://doc.qt.io/qt-5/qml-qtquick-window-window.html#modality-prop