Re: r32670 - in lyx-devel/trunk/src: frontends/qt4 frontends/qt4/ui support

2009-12-30 Thread Pavel Sanda
Peter Kümmel wrote: > > we will need checkboxes or buttons, since the levels can be combined. > > you can set eg files+version control debug level. > > > > i'm not sure its easy job, it would be fine to use use more horizontal > > space of the window > > for the boxes, eg. two or three columns. >

Re: r32670 - in lyx-devel/trunk/src: frontends/qt4 frontends/qt4/ui support

2009-12-30 Thread Peter Kümmel
Pavel Sanda wrote: > kuem...@lyx.org 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 contro

Re: r32670 - in lyx-devel/trunk/src: frontends/qt4 frontends/qt4/ui support

2009-12-30 Thread Peter Kümmel
Pavel Sanda wrote: > Pavel Sanda wrote: >> kuem...@lyx.org 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

Re: r32670 - in lyx-devel/trunk/src: frontends/qt4 frontends/qt4/ui support

2009-12-29 Thread Pavel Sanda
Pavel Sanda wrote: > kuem...@lyx.org 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 con

Re: r32670 - in lyx-devel/trunk/src: frontends/qt4 frontends/qt4/ui support

2009-12-29 Thread Pavel Sanda
kuem...@lyx.org 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. i'm not sure i