Hi all
Working on Qt4.1 on Intel MAC machine.
I m using QComboBox to add the items , The items are added in the comBobox , when i access it for the first time , all the items that are added appears only once . but when i access it second time , duplicates of the inserted items are also appeared.
For this not to happen , I also use.
QComboBox->setDuplicatesEnabled ( false);
But still , I find the duplicates of the items in the QComboBox.
Pls help....
Thanx & Regards
Bookmarks