Walkthrough for adding macros to custom global toolbar

This commit is contained in:
mwganson
2019-07-09 03:42:22 -05:00
committed by wmayer
parent e239994b90
commit 1c6af88fbd
5 changed files with 168 additions and 8 deletions

View File

@@ -78,6 +78,7 @@ DlgCustomizeImp::DlgCustomizeImp(QWidget* parent, Qt::WindowFlags fl)
customLayout->addLayout( layout, 1, 0 );
tabWidget = new QTabWidget( this );
tabWidget->setObjectName(QString::fromLatin1("Gui__Dialog__TabWidget"));//so we can find it in DlgMacroExecuteImp
// make sure that pages are ready to create
GetWidgetFactorySupplier();