|
|
2011-12-11
, 11:10
|
|
Posts: 440 |
Thanked: 160 times |
Joined on Aug 2010
@ Las Vegas, NV
|
#2
|
|
|
2011-12-12
, 14:10
|
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#3
|
Hi
I'm learning from Qt GUI programming in C++ book.
But I've got a problem.
The error I get is:
what am I doing wrong?Code:Object::connect: No such signal findDialog::findclicked() QObject::connect: Cannot connect (null)::clicked() to findDialog::close() QLayout: Cannot add null widget to QVBoxLayout/ QWidget::setMinimumSize: (/findDialog) Negative sizes (0,-1) are not possible QWidget::setMaximumSize: (/findDialog) Negative sizes (16777215,-1) are not possible
thanks in advance
marmistrz
Object::connect: No such signal findDialog::findclicked()
connect(findbut, SIGNAL(clicked()),
this, SLOT(findclicked()));
QObject::connect: Cannot connect (null)::clicked() to findDialog::close()
QLayout: Cannot add null widget to QVBoxLayout/
I'm learning from Qt GUI programming in C++ book.
But I've got a problem.
The error I get is:
thanks in advance
marmistrz