implemented tray icon
This commit is contained in:
parent
1fcf6c3722
commit
5a9d2f7099
7 changed files with 70 additions and 42 deletions
|
|
@ -30,6 +30,7 @@ int main (int argc, char* argv[]) {
|
|||
QScopedPointer<QApplication> app(createApplication(argc, argv));
|
||||
MainWindow window = MainWindow();
|
||||
//window.setEndpointHandlers(ephs);
|
||||
QApplication::setQuitOnLastWindowClosed(false);
|
||||
app->setStyle("windowsvista");
|
||||
window.show();
|
||||
return app->exec();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue