yeah it worked .. thanks to all ..
yeah it worked .. thanks to all ..
"Behind every great fortune lies a crime" - Balzac
or you can made even simpler
Qt Code:
QList<QLabel *> labels = widget->findChildren<QLabel *>(); if (!labels.count()) return; labels.at(0)->setText("some text"); ...To copy to clipboard, switch view to plain text mode
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Bookmarks