tags:

views:

16

answers:

1

How can I set a label in Qt Ui forms.

A: 

Use the QLabel class. In Qt Creator you will find it in the display widgets.

Patrice Bernassola