[Qt-jambi-interest] Help--Why I set the style sheet through QDesigner in eclipse, but it doesn't work???
Gunnar Sletta
gunnar at trolltech.com
Wed Aug 27 07:21:18 CEST 2008
?? wrote:
> Help--Why I set the style sheet through QDesigner in eclipse, but it
> doesn't work???
QWidget::setStyleSheet() will fail if your stylesheet has syntax errors
in it. If you pasted the stylesheet correctly in this mail you're
missing the end brace '}'.
-
Gunnar
> I right click, and set style sheet as follows:
> QListView {
> show-decoration-selected: 1; /* make the selection span the entire
> width of the view */
> }
>
> QListView::item:alternate {
> background: #EEEEEE;
> }
>
> QListView::item:selected {
> border: 1px solid #6a6ea9;
> }
>
> QListView::item:selected:!active {
> background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
> stop: 0 #ABAFE5, stop: 1 #8588B2);
> }
>
> QListView::item:selected:active {
> background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
> stop: 0 #6a6ea9, stop: 1 #888dd9);
> }
>
> QListView::item:hover {
> background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
> stop: 0 #FAFBFE, stop: 1 #DCDEF1);
>
More information about the Qt-jambi-interest
mailing list