On Apr 6, 10:44 am, "Edward K. Ream" <[email protected]> wrote:
> the new code provides a template for intermixing Leo-style settings with Qt
> stylesheets.
Rev 1702 of the trunk now allows coloring of icon buttons. Use::
@string qt-button-color = lightSteelBlue
The following does *not* work in @data qt-gui-plugin-style-sheet::
QPushButton {
background-color: red;
}
Important: icon-bar buttons are now subclasses of
QtGui.QWidgetAction, so they work just like the Tk buttons. That is,
you can delete a button by right-clicking it.
Edward
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---