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. Question on Word Processing with Qt Creator
QtWS25 Last Chance

Question on Word Processing with Qt Creator

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.7k 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.
  • D Offline
    D Offline
    DanqueDynasty
    wrote on last edited by
    #1

    As you may know, I'm developing a word processor. ATM, It is a limited functional text processor, but outputs only to plaintext format. Can someone Guide me to my goal, which is combining the QTextEdit with the widget thats responsible for displaying images. The way its supposed to work is you can drag an image, and the image becomes a part of that document. In general, is there any pointers to make my word processor more like M$ Word or LibreOffice Writer? I'm looking specifically for combining the text widget and the image widget together, and having it save rich text instead of plain text.

    Swing Innovations: http://swinginnovations.com/

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dbzhang800
      wrote on last edited by
      #2
      1. This has nothing to do with Qt Creator, which is just an IDE.

      2. Seems that you want to write a work processing application and want to create your own rich text format.

      3. Though QTextDocumentWriter support standard OpenDocument Format, you still can not read such format at present.

      4. Maybe you can join the KWord develop group if you like ;-)

      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