【发布时间】:2014-11-06 13:23:51
【问题描述】:
我尝试从QComboBox 做列表我相信是QListView/QAbstractItemView 变得透明。就像在这个例子中一样,我想在列表下看到 Pushbutton。
我试着说:
background: transparent
background-color: transparent
border-style: transparent
border-color: transparent
喜欢无处不在。
【问题讨论】:
-
这可能会有所帮助Remove QListView background
-
不,它不起作用我试过了,但谢谢。很容易为自己获取示例来测试解决方案,只需在其下添加
QCombobox及其下的内容和几个元素到组合框。 -
qtcentre.org/threads/… 你的视图是透明的,但其他的不是:QComboBoxPrivateContainer 我不知道如何解决这个问题。
标签: qt transparency qt5 qcombobox qtstylesheets