PDA

View Full Version : Label for frame



brcain
25th September 2006, 21:15
Hello,

How does one specify the label for a QFrame? Or should I use the QGroupBox?

Thanks,
Ben

jacek
25th September 2006, 21:57
Use QGroupBox.

wysota
25th September 2006, 23:13
Remember that QLabel is a QFrame so you can use QLabel instead of QFrame and use it directly (for example with proper alignment so that you can position the text where you want it). Of course all that provided it fits your needs.