Problem with scrollBar
-
wrote on 14 May 2011, 18:52 last edited by
How can you see on this picturue i have one problem, which i cant rid
http://saveimg.ru/show-image.php?id=3605c7b56682531058e385a0590dc463
I try do scrollBar less, the gray area under it remained
I try do new scrollBar with Qss, but area is remained
Many thanks for your help, and sorry for my bad english! -
wrote on 14 May 2011, 18:55 last edited by
Try to check with different themes, it may be just a problem with current windows theme you are using.
-
wrote on 14 May 2011, 18:55 last edited by
is it a QTextBrowser? beacause the scroll bars are by default added automatically, can you paste some code? are you building your UI with and IDE?
-
wrote on 14 May 2011, 18:57 last edited by
I try use QClealoks and IPlastikue - result is one
It is a QPlainTextEdit, i add is in the designer and change it's designe with Qss -
wrote on 15 May 2011, 10:11 last edited by
I use this Qss code in QPLainTextEdit
@ QPlainTextEdit{ border-radius: 4;
padding: 2px 2px; padding-right: 4px; padding-left:4px;
border: 2px groove gray;
}
QPlainTextEdit:focus{border-width: 2px; border-color: #5282bd;}
QPlainTextEdit:hover{border-width: 2px; border-color: #5282bd;}@ -
wrote on 15 May 2011, 10:50 last edited by
I can duplicate the issue here. My experiments with adapting the style sheet to fix the issue have not succeeded so far. Please file a bug report on "Jira":http://bugreports.qt.nokia.com/secure/Dashboard.jspa. You should include the style sheet code you used, as well as the screen shot.
-
wrote on 15 May 2011, 11:40 last edited by
I do it http://bugreports.qt.nokia.com/secure/Dashboard.jspa?selectPageId=11163, did i do right? Just i use bagsystem for the first time
-
wrote on 15 May 2011, 12:49 last edited by
I think something wend wrong. I can not use the link you give above, and I also can not find your issue in the bug tracker.
-
wrote on 15 May 2011, 15:13 last edited by
I find where I was mistaken and do all wight
http://bugreports.qt.nokia.com/browse/QTBUG-19314
1/9