1 button->setStyleSheet("QPushButton::menu-indicator{image:none;}") 2 toolButton->setStyleSheet("QToolButton::menu-indicator{image:none;}")
只不过该方法只是隐藏下拉图标,真正的去掉还不知道怎么搞。
1 button->setStyleSheet("QPushButton::menu-indicator{image:none;}") 2 toolButton->setStyleSheet("QToolButton::menu-indicator{image:none;}")
只不过该方法只是隐藏下拉图标,真正的去掉还不知道怎么搞。