C++ Qt 04 - Signals and Slots
Uploader Comments (VoidRealms)
Top Comments
-
People like the author of this tutorial make the internet and the world a better place :)
-
The receiver bar is a slut ;)
All Comments (25)
-
Love this tutorial. Thanks!!
-
1 person was piped to /dev/null.
-
somehow when i press ctrl+space the horizontal slider and setvalue int thing won't appear in that box, any solution for this please?
-
@joniii247 any update on this? i'm having same issue. thanks.
-
Thank You :)
-
My program is compiling and running fine, but I keep getting link errors. here is the error output:
------------------------------
------------------------------ ------- qtmaind.lib(qtmain_win.obj):-1
: warning: LNK4099: PDB 'vc_ib_1.pdb' was not found with 'c:\QtSDK\Desktop\Qt\4.7.4\msv c2008\lib\qtmaind.lib' or at 'C:\Documents and Settings\Administrator\My Documents\qt\gui2-build-deskto p-Qt_4_7_4_for_Desktop_-_MSVC2 008__Qt_SDK__Debug\debug\vc_ib _1.pdb'; linking object as if no debug info -------
-
Thanks for the tutorial, 10/10!
-
its very good and better than troll
Errata (from offical Qt forums):
01:05 You must not select anything to successfully apply a layout to a toplevel widget! In fact, your layout does not make the widgets expand to fill the available space like they should, but you must resize the layout manually
03:22 Q_OBJECT macro has nothing to do with the fact you can use the connect method (it doesn’t “provide” it or so), and connect is not a macro but a method of the QObject class
VoidRealms 1 year ago