mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-09 05:57:14 +03:00
Designer project has been added
Designer project has been added
This commit is contained in:
10
designer/main.cpp
Normal file
10
designer/main.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <QApplication>
|
||||
#include <LimeReport>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
LimeReport::ReportEngine report;
|
||||
report.designReport();
|
||||
return a.exec();
|
||||
}
|
Reference in New Issue
Block a user