Re: Help ComboBox and Model
could you please explain what "wrong" means?
what should your program do? what does it do?
(I tried it and did not right away see faulty behaviour. On the other hand, I don't really want to guess what you wanted to do....)
2 Attachment(s)
Re: Help ComboBox and Model
I would like to have the 3 combo box that manage the 3 first level of the DirModel, and the fourth one managed by the tree view.
My problem is that on my mac, the app is quiet correctly init: the combo have the correct icon and correct label and the tree view represent the correct fourth stage (see the testCombo picture).
My problem is that when I click on a combo (whatever) the list that appeared represent only the root of the model (with the QDirModel it's only the '/') (see the testCombo2 picture).
I really don't know why...