[Kmymoney-devel] Porting KMyMoneyGeneralCombo

Alvaro Soliverez asoliverez at gmail.com
Mon Jan 11 13:56:46 CET 2010


Hello all,
I'm in the process of porting KMyMoneyGeneralCombo to a full MVC model.
For those not familiar with it, it's a general purpose combobox used
throughout the whole application, instead of using KComboBox directly.

The port is fairly straightforward, without counting the subclasses
that depend on it. I only have one doubt, because the class implements
a d Private class where it keeps a Map, to store values and ids. In
fact, it's the same functionality now provided by the model stored
within KComboBox.
I'm tempted to delete the whole private class and use the model
instead, unless someone comes up with a reason to do otherwise.

Regards,
Alvaro


More information about the KMyMoney-devel mailing list