PDA

View Full Version : The stylesheet of QCommandLinkButton



Millieen
21st March 2011, 07:19
Hello everyone.

It's the first time I post questions here. Nice to meet you.
I want to set a padding-right for some description text of my commandlinkbutton. So I set the QSS like this:

QCommandLinkButton
{
padding-right:15px;
}

but the result is :http://www.qtcn.org/bbs/attachment/Mon_1103/60_42746_f4bcf5656339838.png
The padding is set to the commandlinkbutton, not the text......how can I set the padding to the description text?