Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Generate a report with qt
Forum Updated to NodeBB v4.3 + New Features

Generate a report with qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
9 Posts 6 Posters 968 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alpacino
    wrote on 28 Jul 2021, 10:11 last edited by
    #1

    I developed an app and in the end i want to generate a report that display the results from the app .
    I tried with pdf but it wasn't a good idea because only one time i can write into the pdf file and the app require to write the results each time i do something
    Please any suggestions ??

    J 1 Reply Last reply 28 Jul 2021, 10:19
    0
    • A alpacino
      28 Jul 2021, 10:11

      I developed an app and in the end i want to generate a report that display the results from the app .
      I tried with pdf but it wasn't a good idea because only one time i can write into the pdf file and the app require to write the results each time i do something
      Please any suggestions ??

      J Offline
      J Offline
      J.Hilk
      Moderators
      wrote on 28 Jul 2021, 10:19 last edited by
      #2

      @alpacino

      Please any suggestions ??

      a text file


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      A 1 Reply Last reply 28 Jul 2021, 10:25
      0
      • J J.Hilk
        28 Jul 2021, 10:19

        @alpacino

        Please any suggestions ??

        a text file

        A Offline
        A Offline
        alpacino
        wrote on 28 Jul 2021, 10:25 last edited by
        #3

        @J-Hilk Can I change the color and the size in a text file ??? (qfile i guess)

        J 1 Reply Last reply 28 Jul 2021, 10:27
        0
        • A alpacino
          28 Jul 2021, 10:25

          @J-Hilk Can I change the color and the size in a text file ??? (qfile i guess)

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 28 Jul 2021, 10:27 last edited by
          #4

          @alpacino You should specify your requirements, else it is hard to suggest anything...

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • M Offline
            M Offline
            mrjj
            Lifetime Qt Champion
            wrote on 28 Jul 2021, 10:45 last edited by
            #5

            Hi
            A report is like a final result.
            So Im not sure i understand why PDF didn't work for you
            as you prepare the data and then print the pdf.
            If you at some other time, make a new report, then yes you write a complete PDF again.

            So it sounds like you want to use the report as a data holder while you gather the information.
            So write little there, write little here and such ?

            1 Reply Last reply
            0
            • V Offline
              V Offline
              VRonin
              wrote on 28 Jul 2021, 10:47 last edited by
              #6

              Is something like KDReports what you are looking for?

              "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
              ~Napoleon Bonaparte

              On a crusade to banish setIndexWidget() from the holy land of Qt

              1 Reply Last reply
              0
              • A Offline
                A Offline
                alpacino
                wrote on 28 Jul 2021, 16:09 last edited by
                #7

                I think that I found a solution ; I will save the data that i need throughout the program in struct then i put it in pdf file in once time

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  alpacino
                  wrote on 28 Jul 2021, 16:20 last edited by
                  #8

                  how can I increase writing size ?? thank u

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on 28 Jul 2021, 17:06 last edited by
                    #9

                    Hi,

                    Change the font size ?

                    Without knowing how you create the report it's pretty hard to give you hints.

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    1

                    1/9

                    28 Jul 2021, 10:11

                    • Login

                    • Login or register to search.
                    1 out of 9
                    • First post
                      1/9
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved