Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Proton Phoenix

Pages: [1]
1
Hi ~~~
i am trying to create an embedded widget but it doesn't work at all

Code: [Select]
LimeReport::ReportEngine *report=new LimeReport::ReportEngine(this);
report->loadFromFile(QDir::currentPath().append("/release/report/test1.lrxml"));
report->createPreviewWidget(ui->widget);

it's shows only this on QDebug output but nothing in QWidget
Quote
m_pagesize= LimeReport::PageItemDesignIntf::A4
initpagesizewidth= 2000
initpagesizeheight= 2870
m_pagesize= LimeReport::PageItemDesignIntf::A4

is there any solution?



2
Hi this is the best reporting engine ever thank you really for your great work
, i have a question , so i have Qtablewidget which contain a 3 columns
i want to get each row number when reporting using limereport
is there any way to do that!
for example i want those numbers on limereport
when viewing data the numbers show up, the databind doesn't support more than one datasource
is there any solution !!

3
Discussion | Обсуждение / an error in limereport
« on: May 23, 2022, 07:04:25 PM »
entry point error on limereport.dll

i followed the video in youtube for building and including limereport

when i run my software it show up this error

in debug folder limereport.dll size = 173 MB
in release folder limereport.dll size= 3.27 MB
but the problem is

when i try to release my softawre


.. and strange if i copy the limereport.dll debug one which is very big to release folder
error disappear
but is it ok for dll to be that big!!!
is there any solution !!
i am using qt 5.15.2
and limereport_1_5_0_RC

4
Discussion | Обсуждение / LimeReport Ram Usage Bug
« on: May 23, 2021, 08:38:20 AM »
Hi ~~
i have a problem with Limereport and Qt framework

 
Code: [Select]
LimeReport::ReportEngine m_report(this);

    m_report.loadFromFile("C:/random/report.lrxml");
    m_report.createPreviewScene();
        m_report.previewReport();
       

when i open PreviewReport Ram usage grow from 74 mb to 93 mb
but when i close PreviewReport it will be 89 mb so it's only free 4 mb
the problem here is every time opening the PreviewReport will lead the software to eat more memory without clearing the previous one.
is there any solution??
i am using version 1.5.35

Pages: [1]