Pavel Sanda wrote: > Pavel Sanda wrote: >> [email protected] wrote: >>> +struct LevelButton : QRadioButton >>> +{ >>> + LevelButton(const QString& name) : QRadioButton(name) {} >>> + Debug::Type level; >>> +}; >> we will need checkboxes or buttons, since the levels can be combined. >> you can set eg files+version control debug level. > > yep and the update button can be killed, its just leftover... > pavel >
I've switched to check boxes and any level combination is possible now. But the dialog still needs some cleanup. Peter
