Hi guys
I want to use QCombobox
as a the Combobox
of Swing
in Java
. So i need to use Model
for holding my object. How can i hold my object in QCombobox. (I think that I should hold data in Model because QCombobox
was designed according to MVC Pattern ... )
Any help will be appreciated.