qt-interest@trolltech.com
[Top] [All Lists]

Implementing a custom scrollbar

Subject: Implementing a custom scrollbar
From: Vishnu M Menon
Date: Tue, 27 Jun 2006 09:37:26 -0700 PDT
Hi.

What's the most effective way to implement a scrollbar
with a non-standard look-and-feel and behaviour in Qt?


Some of my requirements are:

1. Should be able to interface with other Qt widgets,
such as QScrollAreas.

2. The behaviour is a superset of what standard
scroll-bar offers, and it has "decorations" to
facilitate them. ( for e.g., you can mark positions
and visit them later, etc.)

3. The bubble, buttons on left/right, etc. should have
a custom look and not that of the underlying platform.

Will simply subclassing and overriding paintEvent in
QScrollbar work?

Thanks!
Vishnu.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with 
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/

<Prev in Thread] Current Thread [Next in Thread>
  • Implementing a custom scrollbar, Vishnu M Menon <=