#1830 AppFwk : Add context menu to control state for multiple items

This commit is contained in:
Magne Sjaastad
2017-09-07 14:24:30 +02:00
parent a0a28fee36
commit 5994ef1393
5 changed files with 289 additions and 48 deletions

View File

@@ -9,6 +9,7 @@ int main(int argc, char *argv[])
MainWindow window;
window.setWindowTitle("Ceetron Application Framework Test Application");
window.resize(1000, 810);
window.show();
return app.exec();