I'm new here and german, so excuse me for my english^^
I'm now working on a C++ Project with Qt-library 4.7 for university and I want to add some QLabels to a QGridLayout. In Java it's possible to set a TitledBorder to a JLabel to get a title for a JLabel.
Is there a way to add some kind of TitledBorder to a QLabel?
Indeed there is. Use a QGroupBox.
This is the appearance