mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-11-09 01:41:21 +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