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. The best way to create this Custom List?
Forum Updated to NodeBB v4.3 + New Features

The best way to create this Custom List?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 478 Views 2 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.
  • V Offline
    V Offline
    VogelPapaFinn
    wrote on last edited by
    #1
    This post is deleted!
    1 Reply Last reply
    0
    • RenioR Offline
      RenioR Offline
      Renio
      wrote on last edited by
      #2

      try to search between example, and start from then! :-)

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

        Hi and welcome to devnet,

        Since you are starting, I would recommend that you start with functionality first and in a second time go with heavy GUI customization.

        In the case at hand, you essentially need a QTableView, QPushButton, QLabel and a combo QHBoxLayout/QVBoxLayout.

        For your cell custom look, you can implement a QStyledItemDelegate.

        As @Renio wrote, Qt's documentation contains quite a lot of examples that you can start from.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        V 1 Reply Last reply
        0
        • SGaistS SGaist

          Hi and welcome to devnet,

          Since you are starting, I would recommend that you start with functionality first and in a second time go with heavy GUI customization.

          In the case at hand, you essentially need a QTableView, QPushButton, QLabel and a combo QHBoxLayout/QVBoxLayout.

          For your cell custom look, you can implement a QStyledItemDelegate.

          As @Renio wrote, Qt's documentation contains quite a lot of examples that you can start from.

          V Offline
          V Offline
          VogelPapaFinn
          wrote on last edited by
          #4
          This post is deleted!
          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Which documentation are you looking at ?

            The Widgets module examples is what I am referring to.

            The Model View documentation also provides a lot of snippets and depending on the classes of interest, they often link to other examples.

            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

            • Login

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