0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

Showing the report designer from a console application has been fixed

This commit is contained in:
Arin Alexander
2020-01-09 21:22:58 +03:00
parent bac1b85170
commit e9e98292f2
6 changed files with 26 additions and 7 deletions

View File

@@ -47,6 +47,7 @@ int main(int argc, char *argv[])
QObject::connect(&report, SIGNAL(currentDefaultDesignerLanguageChanged(QLocale::Language)),
&manager, SLOT(currentDefaultLanguageChanged(QLocale::Language)));
report.setShowDesignerModal(false);
report.designReport();
return a.exec();
}