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. Output image and table to a file
Qt 6.11 is out! See what's new in the release blog

Output image and table to a file

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 546 Views 3 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.
  • T Offline
    T Offline
    tony67
    wrote on last edited by
    #1

    Hi All
    I'd like to export images and tables to a readable text file. I don't mean "save data" but rather produce something like you would from office, nice layout, images etc. Can anyone advise what functions I'd use to do this? Thanks.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Aren't you describing the ODF format for spreadsheet ?

      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
      3
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi
        Hmm, You cant really have images in plain text file.
        You save in rich text/html and display in browser or TextEdit.

        However, maybe you can describe a bit more what the goal is ?
        If idea is any kind of nice output, you could use a report generator
        like https://sourceforge.net/projects/qtrpt/
        But you talk about "export" so i wonder what you want to export for ?
        What application or use ?

        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