Hi
I'm learning Qt.
I was trying a test program from a book, but I've got an error:
QWidget::setMinimumSize: (/findDialog
) Negative sizes
(0,
-1) are not possible
QWidget::setMaximumSize: (/findDialog
) Negative sizes
(16777215,
-1) are not possible
QWidget::setMinimumSize: (/findDialog) Negative sizes (0,-1) are not possible
QWidget::setMaximumSize: (/findDialog) Negative sizes (16777215,-1) are not possible
To copy to clipboard, switch view to plain text mode
the code's in attachment
How to fix it?
Bookmarks