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 _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
