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. QVector of Classes Example
Qt 6.11 is out! See what's new in the release blog

QVector of Classes Example

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 426 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.
  • K Offline
    K Offline
    kendavistoo
    wrote on last edited by
    #1

    I am working on an application which has a tooltray containing QToolButtons with icons. Clicking on a button opens the appropriate tool class QWidget where the user can select/create settings and configurations. The tool classes are in a QVector, and each tool has an id which is the same as its index in the QVector. The data from the tools go into a singleton which is available throughout the application. I have written an example which is helping develop this structure. The example is rather lengthy so I have put it on GitHub:

    https://github.com/kendavistoo/Vector-of-Classes

    This is my first attempt at something like this so there very well may be memory leaks or other problems. Hopefully, the example is useful to some of you.

    1 Reply Last reply
    1
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Moderators Qt Champions 2024 Qt Champions 2022 Qt Champions 2017
      wrote on last edited by
      #2

      Cool. This is nice to know. Thanks for the contribution to community.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      https://www.pthinks.com

      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