is this free to use for commercial use?
--
https://mail.python.org/mailman/listinfo/python-list
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
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
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