snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

Show at maximum size when opened #246

Closed BECATRUE closed 5 months ago

BECATRUE commented 5 months ago

Feature you want to implement

When a qiwis application is started, I will show it at its maximum size.

How the feature is implemented

It is sufficient to replace self.mainWindow.show() with self.mainWindow.showMaximized().