We could forego porting the color etc. code from tk leo, and use the
general stylesheet mechanism from qt to enable custom look and feel:

http://doc.trolltech.com/4.2/stylesheet.html

They allow customization with text files, as in:

 QPushButton:enabled { color: red }
 QPushButton:hover { color: white }

The advantages are:

- No coding needed (translation of color codes, ...)
- The way to do it is generally applicable to qt apps, i.e. users
don't need to learn leo-specific way to customize the look.

-- 
Ville M. Vainio
http://tinyurl.com/vainio

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to