PDA

View Full Version : increase size of button on StyleSheet?



Kevin Hoang
21st March 2010, 04:56
My buttons place in layout, how may increase size of them in stylesheet?

Like this:

QToolButton {
size-inc: 6px;
}

aamer4yu
21st March 2010, 07:43
how about using
height : 20px;

Kevin Hoang
21st March 2010, 07:56
I know height and width properties, but I want to calculate the current size and increase. My layout is fluid layout, so the button size is not fixed size.