ifm / nexxT

Hybrid python/c++ framework for developing computer vision algorithms and more.
Apache License 2.0
6 stars 1 forks source link

Floating dock windows disappear after application restart. #64

Open cwiede opened 2 months ago

cwiede commented 2 months ago

And they cannot be restored via the windows menu.

This is a useful workaround (in services/gui/MainWindow.py)

    def _registerWindow(self, window, nameChangedSignal):
        act = QAction("<unnamed>", self)
        def ensureVisible():
            if window.isFloating():
                window.setFloating(False)