custom Button QT
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=m4NIeakn1Xw
###########Background########### • int main(int argc, char *argv[]) • { • QApplication a(argc, argv); • MainWindow w; • w.setStyleSheet( background-image:url(:piel.jpg) ); • w.show(); • //w.showFullScreen(); • return a.exec(); • } • ###########Style Sheet Button########### • #upLeft { • background-color: transparent; • border-image: url(:off.png); • background: none; • border: none; • background-repeat: none; • } • #upLeft:pressed • { • border-image: url(:on.png); • }
#############################
