Re: PySide window does not resize to fit screen

2015-10-05 Thread Hedieh Ebrahimi
is this free to use for commercial use? -- https://mail.python.org/mailman/listinfo/python-list

Re: PySide window does not resize to fit screen

2015-10-05 Thread Hedieh Ebrahimi
Hi Chris, Thanks for your answer. I get your point now. Unfortunately there are not layouts in my user interface. Smaller widget have been grouped using group boxes and then all these group boxes are put on the central widget. I would like to recreate my user interface using one of the design

Re: PySide window does not resize to fit screen

2015-10-02 Thread Hedieh Ebrahimi
Thanks Laura, In my user interface I have many group boxes that are located inside the main widget. All the group boxes and their child widgets have fixed sizes. How can I use the width and height I get from availableGeometry or ScreenGeometry to multiply screenGeometry = QApplication.insta

PySide window does not resize to fit screen

2015-10-01 Thread Hedieh Ebrahimi
Dear all, I am using Pyside to create a user interface for my app. The app works fine on my computer with big screen, but when I take it to my laptop with smaller screen size, it does not resize to match the screen size. How can I make my main widget get some information about the screen size