torch / qtlua

Lua interface to QT library
Other
206 stars 73 forks source link

QWidget:showMaximized() does not seem to work #24

Open sniklaus opened 8 years ago

sniklaus commented 8 years ago

QWidget:showMaximized() does not seem to work appropriately. I am trying to show a QDialog in a maximized state and while the function in question shows the QDialog, it does not maximize its size.

Thank you very much, keep up the good work!