Hi,
i'd like declare "QLabel label" from QT designer in th way I can use it from mainform class. Is it possible?
Printable View
Hi,
i'd like declare "QLabel label" from QT designer in th way I can use it from mainform class. Is it possible?
Click Object Explorer's Members tab. Right click "Class Variables" (towards the bottom), then click Edit. The Edit Class Variables dialog appears. Click the Add button, and type in "QLabel label"
Cheers