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.

Messages - cwl

Pages: [1]
1
Discussion | Обсуждение / Re: QChart
« on: December 13, 2018, 09:12:54 AM »
Excellent! Thank you very much! i will try it.

2
Discussion | Обсуждение / Re: QChart
« on: December 05, 2018, 09:37:48 AM »
OK, thank you!

3
Discussion | Обсуждение / QChart
« on: December 04, 2018, 09:12:04 AM »
Hi Alex, could current version add a QChart on report, and without distortion when zoom in, thank you! Looking forward for your reply.

4
Discussion | Обсуждение / Re: Graphical Report
« on: November 26, 2018, 04:05:44 AM »
Hi Alex, could current version solve the problem. thank u!

5
Discussion | Обсуждение / Re: Graphical Report
« on: November 23, 2018, 09:54:38 AM »
Alex , thank you ! Looking forward to your solution.

6
Discussion | Обсуждение / Re: Graphical Report
« on: November 22, 2018, 12:19:43 PM »
Is there any method like this,the chart on pdf is never distortion  when  zoom in anyhow.
        vfchartView->setRenderHint(QPainter::TextAntialiasing);
   vfchartView->show();
        QPdfWriter writer("chart.pdf");
   writer.setPageSize(QPagedPaintDevice::A4);
   QPainter painter(&writer);
   QRect chartRect = vfchartView->viewport()->rect();
   QRect pdfRect = QRect(500, 500, 5000, 5000);
        vfchartView->render(&painter, pdfRect, chartRect,Qt::KeepAspectRatio);

7
Discussion | Обсуждение / Re: Graphical Report
« on: November 22, 2018, 10:41:41 AM »
thank you alex:
i know how to insert a image to the report by using the call back method, the question is the image will distortion when zoom in. so is there any method to solve this problem.

8
Discussion | Обсуждение / Re: Graphical Report
« on: November 19, 2018, 11:45:20 AM »
Hi,how to export a QCahrtView to the report ,thank u very much

9
Requests | Пожелания / Re: Version number stuck
« on: November 14, 2018, 10:39:19 AM »
Hi
Alex
From Qt5.7.0 ,the QChart is usable freely.So can limeReport can load a qchart on the report!

10
Discussion | Обсуждение / Re: IMAGE Relative path
« on: November 13, 2018, 05:04:07 AM »
Thank u very much!!!

11
Discussion | Обсуждение / Re: IMAGE Relative path
« on: October 31, 2018, 08:31:04 AM »
Hi, Alex, could you give a example for this, it could not be better if you take a video on YouTuBe to show the process,

12
Discussion | Обсуждение / Re: Image content as variable
« on: October 31, 2018, 04:16:30 AM »
Alex, thank you and your guys good job,thank you very much, and hope the project open source all the way.

13
Discussion | Обсуждение / Re: Image content as variable
« on: October 30, 2018, 09:43:22 AM »
hi!Alex! thanks for your reply. Now i have another question, could current designer design a report that content text, table and image.

14
Discussion | Обсуждение / Re: Image content as variable
« on: October 26, 2018, 09:14:37 AM »
hi,could you give an example for this! thank you very much

Pages: [1]