App: Add dialog to pick preferred workbenches

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-05-07 22:22:23 +01:00
committed by wmayer
parent 09652a0f46
commit da0e25b709
12 changed files with 1199 additions and 16 deletions

View File

@@ -41,6 +41,7 @@
#include "DlgReportViewImp.h"
#include "DlgToolbarsImp.h"
#include "DlgWorkbenchesImp.h"
#include "DlgActionsImp.h"
#include "DlgCommandsImp.h"
#include "DlgKeyboardImp.h"
@@ -75,6 +76,7 @@ WidgetFactorySupplier::WidgetFactorySupplier()
//
new CustomPageProducer<DlgCustomCommandsImp>;
new CustomPageProducer<DlgCustomKeyboardImp>;
new CustomPageProducer<DlgWorkbenchesImp>;
new CustomPageProducer<DlgCustomToolbarsImp>;
//new CustomPageProducer<DlgCustomToolBoxbarsImp>;
new CustomPageProducer<DlgCustomActionsImp>;