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.
>
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
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
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
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