04:12 Buddies don’t accept “input” for other widgets —- it accepts the input focus on behalf of a QLabel when the user presses the label’s shortcut key sequence. It is therefore wrong to state that the focus is transferred to the buddy widget (a QLabel can accept focus because of its text interaction flags, and you can for instance select text or activate links).
Do you know what accept is called in the new QT?
andrewyaoauatauabaea 6 months ago
really cool thx
b00n90 10 months ago
Thanks buddy.......
hammadghulam 11 months ago
Errata (from offical Qt forums):
04:12 Buddies don’t accept “input” for other widgets —- it accepts the input focus on behalf of a QLabel when the user presses the label’s shortcut key sequence. It is therefore wrong to state that the focus is transferred to the buddy widget (a QLabel can accept focus because of its text interaction flags, and you can for instance select text or activate links).
VoidRealms 1 year ago
Errata (from offical Qt forums):
01:58 Actually, a QLabel and a QLineEdit call for a form layout, not a horizontal layout
02:34 You can also introduce the “Preview” designer feature, to avoid to recompile every time
03:50 Better practice: connect Cancel to reject() slot
VoidRealms 1 year ago
Finally got a really good Qt tutorial
xthuan 1 year ago
@xthuan thanks, I am still a bit new with QT but it is easy to pickup, I am trying to make a complete tutorial as I learn
VoidRealms 1 year ago