hallo!
gibts es in qt eigentlich assoziative arrays?
also ist sowas wie auto_groessen.value("toyota") = 200kg möglich?
danke!
assoziative arrays
reicht QMap?
http://doc.trolltech.com/4.5/qmap.html#details
Code: Alles auswählen
map["one"] = 1;
map["three"] = 3;
map["seven"] = 7;