Hello,

I have a problem with Qt Combobox.
I have added three item in comboBox : "Show" , "View", "Download"
Here "Show" is the permanently visible item for combobox even if i click on "View" or "Download".
But the problem is whenever popup of combobox comes it shows all three items i dont know how to hide the "Show" option in my list.
Please any idea about that?