Qt lets you set -style= and -stylesheet= from the commandline, but optparse errors on unknown options. on X11 you can set quite a few more options for debug and window controls.
is there any way extra options could be passed onto QApplication(sys.args)? maybe with a short informational pseudo --help display for unknown (to optparse) options? does seem like a bug not to allow this typical Qt usage. it's possible if you would be consulting an @data stylesheet node to deternine what was active, that would no longer be valid, so I guess you would have to update the internal stylesheet in that case? On Oct 23, 5:08 pm, "Edward K. Ream" <[email protected]> wrote: > Now that there is a clear indication of which pane has focus, Leo's > pastel backgrounds seem truly dubious, especially for the body pane. > > I plan to change various colors in leoSettings.leo. If you like the > existing colors now would be a good time to copy the following > settings to myLeoSettings.leo:: > > @data qt-gui-plugin-style-sheet > Body pane colors > > 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.
