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
QtWS25 Last Chance

Generate a report with qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
9 Posts 6 Posters 915 Views
  • 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 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.HilkJ 1 Reply Last reply
    0
    • A alpacino

      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.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on 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
      0
      • J.HilkJ J.Hilk

        @alpacino

        Please any suggestions ??

        a text file

        A Offline
        A Offline
        alpacino
        wrote on last edited by
        #3

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

        jsulmJ 1 Reply Last reply
        0
        • A alpacino

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

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on 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
          • mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on 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
            • VRoninV Offline
              VRoninV Offline
              VRonin
              wrote on 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 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 last edited by
                  #8

                  how can I increase writing size ?? thank u

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on 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

                    • Login

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