Re: [Qt-jambi-interest] Cant find qFindChild method

2009-02-25 Thread Eskil Abrahamsen Blomfeldt
Brian Rep wrote: > 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 on

[Qt-jambi-interest] Cant find qFindChild method

2009-02-25 Thread Brian Rep
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/