Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

qt change window title

//If you are using QtDesigner, on the property tab, there is an editable
//property called windowTitle which can be found under the QWidget section.
//The property tab can usually be found on the lower right part of
//the designer window.


//or you can use this member function of QWidget
void QWidget::setWindowTitle ( const QString & );
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #qt #change #window #title
ADD COMMENT
Topic
Name
7+4 =