PDA

View Full Version : 3d button stylesheet?



MrGarbage
28th November 2007, 16:23
Hi,
Does anyone have a stylesheet that will generate a pushbutton with a 3d textured look?

Thank you!

Mark

wysota
28th November 2007, 17:17
What do you mean by "3d texture look"?

MrGarbage
28th November 2007, 22:50
For those interested this is what I am using:

QLabel {
border-width: 1px;
padding: 1px;
border-style: solid;
border-radius: 5px;
background: qlineargradient(x1:0, y1:0, x2:1, y2:1,
stop:0 white, stop: 0.8 lawngreen, stop:1 black)
}