Re: qt4: buttoncontroller

2006-05-03 Thread Abdelrazak Younes
Angus Leeming a écrit : Abdelrazak Younes <[EMAIL PROTECTED]> writes: addCheckedLineEdit is used indeed in some widgets but I don't really know what it is doing. One place this stuff *is* used is to check that the contents of two, tied widgets are mutually consistent. Things like LaTeX glue le

Re: qt4: buttoncontroller

2006-05-03 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > addCheckedLineEdit is used indeed in some widgets but I don't really > know what it is doing. One place this stuff *is* used is to check that the contents of two, tied widgets are mutually consistent. Things like LaTeX glue lengths can be input in a

Re: qt4: buttoncontroller

2006-05-03 Thread Andre Poenitz
On Tue, May 02, 2006 at 08:45:59PM +0200, Edwin Leuven wrote: > Index: src/frontends/qt4/Qt2BC.C > === > --- src/frontends/qt4/Qt2BC.C (revision 13787) > +++ src/frontends/qt4/Qt2BC.C (working copy) > @@ -36,13 +36,7 @@ > > void Qt2

Re: qt4: buttoncontroller

2006-05-03 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Edwin Leuven a écrit : i have the impression that this can simplified. am i right? I guess so. IMHO this whole button controller thing should disappear. Hum... just for clarification, I was of course meaning that this whole button controller machinery should disa

Re: qt4: buttoncontroller

2006-05-03 Thread Abdelrazak Younes
Angus Leeming a écrit : Abdelrazak Younes <[EMAIL PROTECTED]> writes: Angus> So, if you can retain the functionality and flexibility Angus> of the current solution but with nicer code that you can Angus> understand, go for it! Abdel> Actually, that's what I did in the Toc and Citation Abdel> dia

Re: qt4: buttoncontroller

2006-05-03 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: Angus> So, if you can retain the functionality and flexibility Angus> of the current solution but with nicer code that you can Angus> understand, go for it! Abdel> Actually, that's what I did in the Toc and Citation Abdel> dialog. My solution is very s

Re: qt4: buttoncontroller

2006-05-03 Thread Abdelrazak Younes
Angus Leeming a écrit : Abdelrazak Younes <[EMAIL PROTECTED]> writes: Edwin Leuven a écrit : i have the impression that this can simplified. am i right? I guess so. IMHO this whole button controller thing should disappear. To quote a recent reply of yours to Bo, "it's always nicer to try t

Re: qt4: buttoncontroller

2006-05-02 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Edwin Leuven a écrit : >> i have the impression that this can simplified. am i right? > I guess so. IMHO this whole button controller thing should disappear. To quote a recent reply of yours to Bo, "it's always nicer to try to reuse something but in

Re: qt4: buttoncontroller

2006-05-02 Thread Abdelrazak Younes
Edwin Leuven a écrit : i have the impression that this can simplified. am i right? I guess so. IMHO this whole button controller thing should disappear. Abdel

qt4: buttoncontroller

2006-05-02 Thread Edwin Leuven
i have the impression that this can simplified. am i right? thanks, ed. Index: src/frontends/qt4/Qt2BC.C === --- src/frontends/qt4/Qt2BC.C (revision 13787) +++ src/frontends/qt4/Qt2BC.C (working copy) @@ -36,13 +36,7 @@ void Q