Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

use textchanged qt cpp

// create a slot
private slots:
    void changeCaption();

// connect the slot to the textChanged signal
connect(edit, SIGNAL(textChanged(QString)), this, SLOT(changeCaption()));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #textchanged #qt #cpp
ADD COMMENT
Topic
Name
7+9 =