Andre Poenitz wrote:
On Mon, Oct 01, 2007 at 09:35:43PM +0200, Abdelrazak Younes wrote:
Citation seems to be "Old Standard" (or whatever is left of that):
class GuiCitationDialog : public GuiDialog, public Ui::CitationUi
It was not before your controller cleanup. I think you changed it back
to old standard ;-)
Putting it again to the new standard would mean to remove some code and
make it inherit from DialogView (see ParagraphDialog).
But the ParagraphDialog uses this templated intermediate layer...
And you don't like it? The GUI itself doesn't know about the
intermediate layer (just need a QWidget and the Controller). This layer
is here only for Dialogs and the GUII architecture.
Abdel.