So I should make a new class, fill it with my 200 some odd slots, create 200 some odd objects, and append them to QList<myclass*>?
Edit:
Sorry, didnt see ninja post
What I am trying to accomplish is simple:
I have 215 QToolbuttons, and each one of them has a unique function. To make things simple, I would like to define the basic properties and instructions of the QToolbuttons by using an iterating "for" loop.
Bookmarks