Hi.
I have a class without any constructors that I want to use Qlist with.
Since .append() does not take zero arguments, how do I add one more class to the Qlist?
Is Qlist the best container for me? The class contains all the info about the current Tab the user have selected using QTab, so I can use a MyClass[MyTab->currentIndex()] to access the current info. When the user adds another tab, I will need another instance of MyClass, and thought that Qlist and .append() would be the way to go, but I am having troubles with this since my class does not contain any constructors.
Any advice?
thanks!
Havard
Bookmarks