d_stranz
I really appreciated your explanations in this thread but have few questions related:
How could you use a Class (Myclass) to initiate the signal as follows?
connect( myClass, SIGNAL( sendText( const QString & ) ), myUIClass, SLOT( updateText( const QString & ) ) );
In which QT program did you insert this Qt code (connect)?
Thks in advance,
Bookmarks