Is there any reason why the config dialog is implemented as a QListWidget instead of a QTreeWidget?
I've noticed that for more option space, tabs are used inside the config page. If I had to guess, I'd say this was done to simplify plugin development, since each plugin could have its own page. However, I'm doing a plugin where I'll probably have so many options that I'll have to have my own config page. I'd also like to have a separate config dialog to avoid clutter in the normal Spyder config page. Since most other dev IDEs out there (Eclipse and VS) usually have this tree layout for option organization, is there any way we can have that in Spyder too? I (as most devs) would like to reuse Spyder's option framework, which probably has quite some thinking behind it, but I'm unsure if the page layout will fit my needs. Cheers, Ronan -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
