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

QVector of Classes Example

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 275 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
      Qt Champions 2022
      wrote on last edited by
      #2

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

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://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