“QComboBox Pop-up” expanding and QtWebkit

前端 未结 2 2135
说谎
说谎 2021-02-14 20:30

In Firefox/Chrome/InternetExplorer/Safari/Opera pop-ups from the combobox expand as the content, see Firefox picture:

2条回答
  •  说谎
    说谎 (楼主)
    2021-02-14 20:45

    Please try to make use of the setMinimumWidth function and pass the max width you have calculated. it should work ui.comboBox->view()->setMinimumWidth(width); for more detail please go through https://qt-project.org/forums/viewthread/26388 link

提交回复
热议问题