It can be simply achieved with style sheets:
Sample from Qt Documentation. More here: http://doc.trolltech.com/4.6/stylesheet.htmlQt Code:
button->setStyleSheet(" border-image: url(button.png) 3 10 3 10; border-top: 3px transparent; border-bottom: 3px transparent; border-right: 10px transparent; border-left: 10px transparent; ");To copy to clipboard, switch view to plain text mode
Bookmarks