please can you give a example?
please can you give a example?
Qt Code:
Layout->addWidget(gridclients);To copy to clipboard, switch view to plain text mode
i tried that buttt always said
error: `Layout' undeclared (first use this function)
Last edited by wysota; 26th June 2009 at 08:42.
Layout it's a variable which you should create, i.e.
Qt Code:
... MyWidget *myWidget = new MyWidget(); layout->addWidget(myWidget); ...To copy to clipboard, switch view to plain text mode
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Bookmarks