Hello, i'd like to set on a label an image and a text, i tried in this way but i'm not able to see the text, the Gui show me just the label.
Qt Code:
  1. QLabel * label;
  2. label->setPixmap(QPixmap(QString::fromUtf8 ( ":/images/my.png" )));
  3. label->setText( tr ("Terminal settings") );
To copy to clipboard, switch view to plain text mode 
thx