try this
Qt Code:
... QList<QWidget *> wlist = widget->findChildren<QWidget *>(); if (!label) return; label->setText("some text"); ...To copy to clipboard, switch view to plain text mode
try this
Qt Code:
... QList<QWidget *> wlist = widget->findChildren<QWidget *>(); if (!label) return; label->setText("some text"); ...To copy to clipboard, switch view to plain text mode
Last edited by spirit; 11th August 2009 at 12:13.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
wagmare (11th August 2009)
Bookmarks