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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user