Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to clip layout to sides and bottom of main window?
Post: RE: How to clip layout to sides and bottom of main...

Ugh, now I'm fighting with keeping the aspect ratio during resizing of the window. What a nightmare.
Valmont GUI 9 4,966 Mar-24-2021, 09:41 PM
    Thread: How to clip layout to sides and bottom of main window?
Post: RE: How to clip layout to sides and bottom of main...

What I mean is that Qt Designer forces this upon me: class Ui_MainWindow(object): def setupUi(self, MainWindow): MainWindow.setObjectName("MainWindow") MainWindow.resize(1095, 600)...
Valmont GUI 9 4,966 Mar-24-2021, 02:52 PM
    Thread: How to clip layout to sides and bottom of main window?
Post: RE: How to clip layout to sides and bottom of main...

Oh wait a minute, when I design this via Qt Designer, the IDE adds something called "central widget" to the MainWindow (QWidget). So first this central widget needs to be layed out first and then you ...
Valmont GUI 9 4,966 Mar-24-2021, 02:07 PM
    Thread: How to clip layout to sides and bottom of main window?
Post: RE: How to clip layout to sides and bottom of main...

(Mar-24-2021, 02:28 AM)deanhystad Wrote: Qt layouts grow to fill the window. What are you trying to do? You can achieve different affects by using layouts in layouts, layouts in widgets in layouts...
Valmont GUI 9 4,966 Mar-24-2021, 01:23 PM
    Thread: How to clip layout to sides and bottom of main window?
Post: How to clip layout to sides and bottom of main win...

A simple window (QWidget) with a status bar. I add some kind of layout to insert a textbox and a few labels in a horizontal line-up. But how to I attach the layout - haven't decided yet which one - to...
Valmont GUI 9 4,966 Mar-24-2021, 12:00 AM
    Thread: Installed Designer - Helpf Files for "assistant" are missing
Post: Installed Designer - Helpf Files for "assistant" a...

Hiya New to Python. Have C++ / C# experience. Installed Python 3.9.2. Installed PyQt5, environment variables automatically set but checked anyway, then installed Designer as GUI programming is going ...
Valmont GUI 0 2,008 Mar-22-2021, 11:09 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020