Hello all,
I am working with Qt 5.0.1.
I have a class declared as:
in the MainWindow class I have wrote a function:Code:class TestGUI : public Test, public File
that is called through the mechanism of Signal/Slot of MainWindow.Code:void MainWindow:: File ()
Within this function I would want to call a function of TestGUI
how can I do ?Code:Load( File );
I can not find the solution.
Help me please.
Bookmarks