Syntax Question
-
ok im back again o.o this time its syntax...
i have what i think is the precise class tree entry for something, but im not sure how to designate that i want to change that EXACT thing... im working with a QSS stylesheet in notepad, example bit from it is
@
Qwidget
{
margin-top: 23px;
}
@
the object im trying to change is i thinkSuperclass: QAbstractSlider
Parentclass: QSlider
Classname: OptionsDialog
objectname: opacitySliderEDIT: please use @-tags for code highlighting, Gerolf
-
Hi kyanos,
if you go through the "docs":http://doc.qt.nokia.com/4.7/stylesheet.html you can find all the possible "selectors and selector types":http://doc.qt.nokia.com/4.7/stylesheet-syntax.html#selector-types .
Hope those links help for the next time :-)