Hi,
I am working with QScrollarea and I have set the stylesheet as follows:

QAbstractScrollArea #scrollAreaWidgetContents {

background-color: rgb(100, 100, 100);
color: rgb(255, 255, 255);
font: 12pt "FreeSans";
selection-color: rgb(255, 255, 255);

}

QScrollBar:vertical {
min-width: 100px;
width: 100px;
margin-right: 100px;
}

QScrollBar:horizontal {
min-height: 100px;
height:100px;
margin-bottom: 100px;
}

This Stylesheet works fine when compiled for the desktop application.but problem occurs when ported to
the embedded device. Verical SCrollbar moves only in upward direction .Although we can move vertical scrollbar downward using down-aroow. Same problem occurs
with horizontal Scrollbar .It moves only from right to left direction.Please help me out to resolve this issue.

Thanks and Regards,
Umashankar Gupta