0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-09 05:57:14 +03:00

Changing the language from the script has been added

This commit is contained in:
Arin Alexander
2017-09-01 02:02:51 +03:00
parent 992c53e19a
commit 5c3c032ea3
6 changed files with 300 additions and 5 deletions

View File

@@ -268,6 +268,7 @@ void ReportDesignWidget::createNewDialogTab(const QString& dialogName, const QBy
int pageIndex = m_tabWidget->addTab(dialogDesigner,QIcon(),dialogName);
m_tabWidget->setTabWhatsThis(pageIndex,"dialog");
m_tabWidget->setCurrentIndex(pageIndex);
m_dialogDesignerManager->setActiveEditor(dialogDesigner);
}
DialogDesigner*ReportDesignWidget::activeDialogPage()