Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi; How can I round corners of QComboBox item list? You can see, combobox item list corners are white and not round. Thanks.
You can try this combobox->view()->window()->setWindowFlags(Qt::Popup | Qt::FramelessWindowHint); combobox->view()->window()->setAttribute(Qt::WA_TranslucentBackground);
It's work for me.