116 updateGridToolBar(); |
116 updateGridToolBar(); |
117 updateEditModeActions(); |
117 updateEditModeActions(); |
118 updateRecentFilesMenu(); |
118 updateRecentFilesMenu(); |
119 updateColorToolbar(); |
119 updateColorToolbar(); |
120 updateTitle(); |
120 updateTitle(); |
121 loadShortcuts (Config::settingsObject()); |
121 loadShortcuts (Config::SettingsObject()); |
122 setMinimumSize (300, 200); |
122 setMinimumSize (300, 200); |
123 connect (qApp, SIGNAL (aboutToQuit()), this, SLOT (slot_lastSecondCleanup())); |
123 connect (qApp, SIGNAL (aboutToQuit()), this, SLOT (slot_lastSecondCleanup())); |
124 } |
124 } |
125 |
125 |
126 // ============================================================================= |
126 // ============================================================================= |