Combobox problem!

hello

the text in my combobox is too small and cannot be read.

is there a possibility to give the text a bigger size. I tried to resize the whole combobox but it doesn’t affect its size.

someone gave me setsize => no effect on the size if the text in the combobox

any suggestion ??? thanks for your help

comboBoxName.setStyleProperty(“textSize”, 20);
try this.

yes. great. thanks :slight_smile: