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. QT Advanced Text Editor
Qt 6.11 is out! See what's new in the release blog

QT Advanced Text Editor

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 797 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.
  • C Offline
    C Offline
    coyistik
    wrote on last edited by aha_1980
    #1

    Hello, I can do this but I prefer much harder do than basic projects.
    So how can I implement or add features like Microsoft word?
    I made similar things with Javascript. But this time qt widgets not enough for that's.
    Where do i put text area because i need a ruler, a sizer ..?
    graphic view? PaintView?
    Can i use SDL or other things as limitless in QT. I don't find any source about writing widget for QT.
    I think that widgets very limited

    other options is easy for me as result i should write html designer with table formats, styles, fonts, charts.
    But it seems to not easy as js.
    Could you can explain thats. What is best practice way

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

      Hi
      You can build off QTextEdit
      https://github.com/gajeshbhat/Type-text
      And for ruler and sizer etc are just other widgets in a layout with QTextEdit.
      Yes you can use almost any kind of c++ library with Qt.

      1 Reply Last reply
      2

      • Login

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