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. Help for developing a new widget

Help for developing a new widget

Scheduled Pinned Locked Moved Unsolved General and Desktop
notepad tutoriaqtwidgets
2 Posts 2 Posters 253 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.
  • G Offline
    G Offline
    gopa-learner
    wrote on 25 Feb 2024, 05:00 last edited by
    #1

    Hi, I wanted to develop a note taking app similar to one note, where there is a infinite page and we can store text and multimedia in there, but I wanted to implement it qt can you please point me towards the right direction, because I am failing to develop the proper widget, thanks in advance

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 25 Feb 2024, 19:56 last edited by
      #2

      Hi and welcome to devnet,

      QAbstractScrollArea might be a starting point if you want to go from scratch.

      QTextEdit could also be an inspiration.

      Take into account that "infinite" means also extensive use of memory so you should have something that unloads useless stuff when not shown as otherwise it's going to eat your system's resources.

      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

      1/2

      25 Feb 2024, 05:00

      • Login

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