compas-dev / compas_view2

Standalone viewer for COMPAS
https://compas.dev/compas_view2/
MIT License
6 stars 8 forks source link

Full screen #187

Closed petrasvestartas closed 9 months ago

petrasvestartas commented 9 months ago

Hi,

It would be nice to pass to constructor bool value to set the full screen if user wants that.

From qt it can be done like this in the main constructor of the viewer: self.window.setWindowState(self.window.windowState() | QtCore.Qt.WindowMaximized) # Maximize the window

ZacZhangzhuo commented 9 months ago

Nice suggestion! will do that for sure!