Andre Poenitz <[EMAIL PROTECTED]> writes:
> So possible resolutions in my eyes are
> 
>   (1) "physically merge C and V" (that would be 1:0 for KISS vs MVC)
> 
> or
> 
>   (2) "put C and V in the same files" (that would be something like
>        0.3 : 0.7 for KISS vs MVC, but would at least not make editing
>       harder nor increase compile times)
> 
> I lean towards (2), but I would not be surprised if MVC advocates would
> not even accept that as a solution.

(2) is essentially what Abdel was doing in his re-factoring of the Citation 
dialog. He ended up with

class QCitation: ControlCitation {}
class QCitationDialog: QWidget {}

or somesuch. I thought it was an elegant solution at the time and told him so. 
So, ya boo sucks ;-) He's also been telling you (in this thread IIRC) that you 
should have a look at that code...

Angus


Reply via email to