| 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 MainWindow::~MainWindow() |
| |
127 { |
| |
128 g_win = null; |
| |
129 } |
| |
130 |
| 126 // ============================================================================= |
131 // ============================================================================= |
| 127 // |
132 // |
| 128 void MainWindow::slot_action() |
133 void MainWindow::slot_action() |
| 129 { |
134 { |
| 130 // Get the name of the sender object and use it to compose the slot name, |
135 // Get the name of the sender object and use it to compose the slot name, |