
Originally Posted by
aamer4yu
Can you show how you are adding the toolbar to the label in your code ?
newTransToolBar
= new QToolBar(this);
// or newTransToolBar = new QToolBar(preLabel); I tried both newTransToolBar->setFixedSize(642,53);
newTransToolBar->move(0, 0);
newTransToolBar->setStyleSheet("background-image:url(./images/translucent.png)");
newTransToolBar = new QToolBar(this); // or newTransToolBar = new QToolBar(preLabel); I tried both
newTransToolBar->setFixedSize(642,53);
newTransToolBar->move(0, 0);
newTransToolBar->setStyleSheet("background-image:url(./images/translucent.png)");
To copy to clipboard, switch view to plain text mode
Bookmarks