| 606 | } |
| 607 | |
| 608 | QString MainWindow::pluginPath() |
| 609 | { |
| 610 | if(_pluginPath.length() < 1) |
| 611 | return QCoreApplication::applicationDirPath() + "/plugins/"; |
| 612 | else |
| 613 | return _pluginPath; |
| 614 | } |
| 615 | |
| 616 | void MainWindow::showMessage(QString msg, MessageType status) |
| 617 | { |