Re: [Devel] [PATCH] qbox

2003-12-05 Thread Juergen Spitzmueller
Angus Leeming wrote: Jürgen, LengthCombo derives publicly from QComboBox. I think therfore that this isn't needed: +void LengthCombo::setCurrentItem(int item) +{ +   QComboBox::setCurrentItem(item); +} The code will just do the right thing. I'd guess so too, but then I get the error

Re: [Devel] [PATCH] qbox

2003-12-05 Thread Angus Leeming
Juergen Spitzmueller wrote: Jürgen, LengthCombo derives publicly from QComboBox. I think therfore that this isn't needed: +void LengthCombo::setCurrentItem(int item) +{ + QComboBox::setCurrentItem(item); +} The code will just do the right thing. I'd guess so too, but then I get

Re: [PATCH] qbox

2003-12-05 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Donnerstag, 4. Dezember 2003 21:33, Juergen Spitzmueller wrote: I have tried to make the ui as simple and intuitive as possible. Therefore the code may look a bit tricky (but it works in all cases afaict). And another small enhancement to lengthcombo was

Re: [Devel] [PATCH] qbox

2003-12-05 Thread Juergen Spitzmueller
Angus Leeming wrote: > Jürgen, LengthCombo derives publicly from QComboBox. I think therfore that > this isn't needed: > > +void LengthCombo::setCurrentItem(int item) > +{ > +   QComboBox::setCurrentItem(item); > +} > > The code will just do the right thing. I'd guess so too, but then I get

Re: [Devel] [PATCH] qbox

2003-12-05 Thread Angus Leeming
Juergen Spitzmueller wrote: >> Jürgen, LengthCombo derives publicly from QComboBox. I think >> therfore that this isn't needed: >> >> +void LengthCombo::setCurrentItem(int item) >> +{ >> + QComboBox::setCurrentItem(item); >> +} >> >> The code will just do the right thing. > > I'd guess so

Re: [PATCH] qbox

2003-12-05 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Donnerstag, 4. Dezember 2003 21:33, Juergen Spitzmueller wrote: > I have tried to make the ui as simple and intuitive as possible. Therefore > the code may look a bit tricky (but it works in all cases afaict). And > another small enhancement to lengthcombo

[PATCH] qbox

2003-12-04 Thread Juergen Spitzmueller
I have tried to make the ui as simple and intuitive as possible. Therefore the code may look a bit tricky (but it works in all cases afaict). And another small enhancement to lengthcombo was needed. Hope you like it. I will apply during the weekend if I get no objections. Jürgen

[PATCH] qbox

2003-12-04 Thread Juergen Spitzmueller
I have tried to make the ui as simple and intuitive as possible. Therefore the code may look a bit tricky (but it works in all cases afaict). And another small enhancement to lengthcombo was needed. Hope you like it. I will apply during the weekend if I get no objections. Jürgen