(data structure) use QList or QListView?
Sandy Meier
smeier at kdevelop.org
Mon Jan 21 15:42:08 GMT 2002
Am Montag, 21. Januar 2002 15:11 schrieben Sie:
> I want to make up a class to store iptables rules. I need a doubly link
> list. Should I use QList/QListView? I think QListView has advantage when I
> want to display all the rules graphically.
You should use QList for storing the data and QListView if you want to show
the data from a QList.
Sandy
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list