Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Display contents of a text file on the screen with buttons.
Forum Updated to NodeBB v4.3 + New Features

Display contents of a text file on the screen with buttons.

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
9 Posts 3 Posters 1.7k Views 1 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.
  • S Offline
    S Offline
    Sriu1
    wrote on last edited by
    #1

    How to display the contents of a file containing both text and image on a window?

    jsulmJ 1 Reply Last reply
    0
    • S Sriu1

      How to display the contents of a file containing both text and image on a window?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Sriu1 What format is this file?

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

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Sriu1
        wrote on last edited by
        #3

        It is a .txt file.

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

          Hi,

          How are the image inserted in that .txt file ?

          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
          0
          • S Offline
            S Offline
            Sriu1
            wrote on last edited by
            #5

            It is a logo that is put on the left corner. It contains no other images.

            jsulmJ 1 Reply Last reply
            0
            • S Sriu1

              It is a logo that is put on the left corner. It contains no other images.

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Sriu1 A text file can't contain any pictures or anything else than text (hence they are called text files). So, again: what format is this exactly?

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

              1 Reply Last reply
              0
              • S Offline
                S Offline
                Sriu1
                wrote on last edited by
                #7

                Oh! I am sorry. I had mistook it. It is .doc file

                jsulmJ 1 Reply Last reply
                0
                • S Sriu1

                  Oh! I am sorry. I had mistook it. It is .doc file

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @Sriu1 Qt itself does not provide anything to parse .doc files. You can do it using ActiveX for which there is support in Qt, but I don't have any experience with that and using this approach requires Microsoft Word to be installed on the machine where the app is running.

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

                  1 Reply Last reply
                  1
                  • S Offline
                    S Offline
                    Sriu1
                    wrote on last edited by
                    #9

                    Thankyou.

                    1 Reply Last reply
                    0

                    • Login

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