I am able to hide the scroll bar arrow of the combobox using following line,


comboBox->setStyleSheet("QComboBox::drop-down::down-arrow {image:url}");


but my problem is that when I hide this arrow the space for this arrow in to the comboBox remain there so the letter which I enter in to the comboBox made off-centre,
So how can I remove this space in to the comboBox and show my letter centre,
Here I attached the picture, through the help of this picture you can clearly understand my problem,
Screenshot.png