[Qt-jambi-interest] Cant find qFindChild method
Brian Rep
brianrep.rep at gmail.com
Wed Feb 25 13:51:30 CET 2009
Hello,
I have load a Gui from file using the QUiLoader.load(file) method
I'm trying now to access the several widgets inside. I saw several
examples on the QT webpages (the calculator example and the textfinder
example which is under the Jambi wing -
http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/uitools-textfinder.html)
Bull all this examples are coded in C, not that the problem is the C
part, but instead , Eclipse reports that the method is not found.
The code is simply:
QWidget window = QUiLoader.load(file);
ui_outputWidget = (QLabel)qFindChild(window, "outputWidget");
So, any one knows where can I find qFindChild?
Thank you
Brian
More information about the Qt-jambi-interest
mailing list