is There Any QT Reporting Engine! (PDF,HTML) Output?
-
wrote on 22 May 2021, 01:01 last edited by Proton Phoenix
Hi ~
I want to Create A report from functions or database like this one

my problem is : i am using in my software the latest QT Creator With all it's new Classes ...
i tried limereport ... cuterepot ... QtRPT .... all of those .. has compatibility problem with qt ... most of those External Libraries are using QScript which (Removed) ..is there any way to create a beautiful report with the latest QT? and thank you <3
Note : The File is Created As PDF OR HTML
-
Hi
Do you mean QtRPT don't work with Qt6 ? -
wrote on 22 May 2021, 06:48 last edited by Proton Phoenix
@mrjj Yep i tried it but it doesn't work the latest version of it with qt 4.14.2
-
@mrjj Yep i tried it but it doesn't work the latest version of it with qt 4.14.2
Ok the author normally fixes it. Should work fine with the Qt 5.15.2
series.So what errors did you get?
Not sure about Qt6. Might never get to work since they now finally removed QScript.
-
@mrjj Yep i tried it but it doesn't work the latest version of it with qt 4.14.2
wrote on 22 May 2021, 07:11 last edited by@Proton-Phoenix said in is There Any QT Reporting Engine! (PDF,HTML) Output?:
@mrjj Yep i tried it but it doesn't work the latest version of it with qt 4.14.2
@mrjj asked you about Qt 6. You have responded stating you use Qt 4. What version of Qt (not Qt Creator) are you actually using?
-
@Proton-Phoenix said in is There Any QT Reporting Engine! (PDF,HTML) Output?:
@mrjj Yep i tried it but it doesn't work the latest version of it with qt 4.14.2
@mrjj asked you about Qt 6. You have responded stating you use Qt 4. What version of Qt (not Qt Creator) are you actually using?
wrote on 22 May 2021, 07:26 last edited by Proton Phoenix@JonB i still a biginner when i installed QT open source .. it says it's version 6 but after installing it's name 4.14.2
look here :
https://www.qt.io/blog/qt-creator-4.14.2-releasedQt Creator 4.14.2 released
Monday March 22, 2021 by Eike Ziller -
@JonB i still a biginner when i installed QT open source .. it says it's version 6 but after installing it's name 4.14.2
look here :
https://www.qt.io/blog/qt-creator-4.14.2-releasedQt Creator 4.14.2 released
Monday March 22, 2021 by Eike Zillerwrote on 22 May 2021, 07:28 last edited by JonB@Proton-Phoenix
As you can read from your screenshot, you have Qt version 6.0.2. That is the version of the Qt libraries you are using. Your Qt Creator is the thing (application) at 4.14.2. Creator is the IDE --- code editor, debugger --- you are using. All fine.I don't know, but @mrjj has warned you that Qt 6 is "new", and you may not get the existing older report writers you mention to work with it. You might consider going back to the long-standing Qt 5 instead of 6 to get those to work, if that is your priority.
-
@Proton-Phoenix
As you can read from your screenshot, you have Qt version 6.0.2. That is the version of the Qt libraries you are using. Your Qt Creator is the thing (application) at 4.14.2. Creator is the IDE --- code editor, debugger --- you are using. All fine.I don't know, but @mrjj has warned you that Qt 6 is "new", and you may not get the existing older report writers you mention to work with it. You might consider going back to the long-standing Qt 5 instead of 6 to get those to work, if that is your priority.
wrote on 22 May 2021, 08:00 last edited by@JonB Thank you so much bro <3
i took very much time about 3 months to write a Market Administration Software ... on QT6 :D Now Due to This obligation (Factures ... Reportes) i need to rewrite it once again <3
any way i think it's good for learning ^^ -
Ok the author normally fixes it. Should work fine with the Qt 5.15.2
series.So what errors did you get?
Not sure about Qt6. Might never get to work since they now finally removed QScript.
wrote on 22 May 2021, 08:07 last edited by Proton Phoenix@mrjj i will try to install old version like 5.15 Thank you so much bro <3
may be in 5.15 all QT 6 classes will work and QScript will work too <3 -
@mrjj i will try to install old version like 5.15 Thank you so much bro <3
may be in 5.15 all QT 6 classes will work and QScript will work too <3@Proton-Phoenix
Hi
it should not be massive work to go from Qt6 to 5.15. There might some small code changes but
unless you used something completely new ( not much of those ), it should more or less just compile. -
@Proton-Phoenix
Hi
it should not be massive work to go from Qt6 to 5.15. There might some small code changes but
unless you used something completely new ( not much of those ), it should more or less just compile.wrote on 23 May 2021, 01:27 last edited by@mrjj i have changed only one thing :D with find and replace all ^^ it was QComboBox SetPlaceHolderText it's just for QT 6
and now everything works smoothely Really thank you guys all of you
1/11