Die Suche ergab 1 Treffer

von Bullklaus_XXX
24. November 2005 12:03
Forum: Qt Programmierung
Thema: Signal-Problem
Antworten: 1
Zugriffe: 1990

Signal-Problem

Hello, i have a problem with the signal-slot connection: connect( dode1, SIGNAL(sig_Text(char*)), this, SLOT(setText(char*))); The signal is defined: class SVGLDodecahedron : public QObject { Q_OBJECT signals: void sig_Text(char*); }; The slot is defined: class SVMainWindow : public QWidget { Q_OBJE...