]> vaikene.ee Git - evaf/commitdiff
Changed the way how the main window is used.
authorEnar Väikene <enar.vaikene@mt.com>
Tue, 27 Sep 2011 07:48:57 +0000 (10:48 +0300)
committerEnar Väikene <enar.vaikene@mt.com>
Tue, 27 Sep 2011 07:48:57 +0000 (10:48 +0300)
* The main window widget is no more accessable from other modules
* Modules should use addWidget() and addLayout() methods to add widgets
  and layouts to the main window.
* Any widgets and layouts added to the main window are deleted in the done()
  method.

Fixes the issue where the main window widget tried to delete its children and failed, because
modules that created them were already unloaded.


No differences found