TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

DockWidgetForm does not set window title correctly #101

Closed DanicaSTFC closed 8 months ago

DanicaSTFC commented 8 months ago

This https://github.com/TomographicImaging/eqt/blob/ec2c5a11bd333452754f6931cb636bf237792649/eqt/ui/UIFormWidget.py#L344 must be substituted with

self.setWindowTitle(title)

This is also visible in the CIL-GUI dock widgets.