I have noticed that there is a bug in QDateEdit widget, I am using Qt Designer 5.15.2 to design QPushButton, QDateEdit and QLineEdit with python 3.9.2:
from PyQt5.QtWidgets import *
from...
Hi,
I'm trying basically to detect a keypress when my qt applikation is not in focus.
Is this even possible just using Qt?
I found this example:...
The layout is the only thing that actually sizes the widgets. The layout does that by combining the constraints it has (i.e. the client area of the widget it is attached to) with the demands and...
ChrisW67 Today, 03:38I need to align plots that are below each other.
The plots have different values on the y-scales, so the x-scales are shifted relative to each other.
I have two questions:
1. Does the method...
Hi all,
so i'm not actually new to Qt, yet I still cannot understand how QLayout, Alignment and Sizepolicy work in combination. Building a complex Layout always results in rage and trial&error.
...
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
QDateEdit bug
Today 15:11 by iAl