Hello,

I would like to cut QPrefsDialog into multiple modules. The first step is to transfer everything related to GUI in QPrefs.[Ch] into QPrefsDialog. IMHO, the controller should not know anything about what the Dialog is doing, it is here only to transfer request one way or the other. Second step would be to create one class per module. Each module will inherit a base class. This will make easy to add module in the future. This will make easy also to relocate or to duplicate the module elsewhere.

I plan to do the same for QDocument/QDocumentDialog if no one beats me at this.

Any strong opinion against this?

Abdel.

Reply via email to