Peter Kümmel wrote:
Andre Poenitz wrote:
On Tue, Sep 05, 2006 at 11:16:14AM +0200, Peter Kümmel wrote:
I have started with frontend/qt4/ but give up because qt4 needs several
functions from the other libs.
We must start at the bottom not at the top, and qt4 is at the top.
Exactly.
The problem with the current architecture is, of, course, that drawing
is 'pushed' by the kernel, not 'pulled' by the frontend (containing th
painter....)
Andre'
Yes, building insets is completely hopeless. And this artifact was
nicely hidden by the gcc.
Why has lyx not a mvc design where the model nothing knows about
the view but its base class?
For inset drawing, it will be difficult to achieve easily but that's the
goal yes.
OTOH, dialogs can and should be converted to a model/view separation.
Please have a look at the TOC implementation in qt4/.
Abdel.