try this
Qt Code:
&sB, SIGNAL(valueChanged(int)), &app, SLOT(quit()) );To copy to clipboard, switch view to plain text mode
In signal and slot you should only specify the variable type and not the variable name.
try this
Qt Code:
&sB, SIGNAL(valueChanged(int)), &app, SLOT(quit()) );To copy to clipboard, switch view to plain text mode
In signal and slot you should only specify the variable type and not the variable name.
Mithin
www.mithin.in
MistaPain (30th October 2006)
Bookmarks