My buttons place in layout, how may increase size of them in stylesheet?
Like this:
Qt Code:
size-inc: 6px; }To copy to clipboard, switch view to plain text mode
My buttons place in layout, how may increase size of them in stylesheet?
Like this:
Qt Code:
size-inc: 6px; }To copy to clipboard, switch view to plain text mode
Last edited by Kevin Hoang; 21st March 2010 at 05:42.
how about using
height : 20px;
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.
Bookmarks