Hi All,

i'm beginning to programm dialogues with a Qt-designed graphical interface.
In my test program i have designed a calculator, and  i wanted him to store
a value when clicking a special button. But it doesn't work.
Can you help me to find my failure?

the source code looks like:

$qApp = connect($del, 'clicked()', $output->value(0));

but i got an error like:
"Usage: $output::value(THIS) at calc.pl line 104"

after changing the source:

$qApp = connect($del, 'clicked()', $output::value(0));

i got this message:
"Syntax error near "$output::value(" at calc.pl line 104"

What am i doing wron?




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to