QT_动态样式管理
Posted 细语细语
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了QT_动态样式管理相关的知识,希望对你有一定的参考价值。
void CPlaySlider::updatesliderstyle() { ui.suspend_slider->style()->unpolish(ui.suspend_slider); ui.suspend_slider->style()->polish(ui.suspend_slider); ui.suspend_slider->update(); } void CPlaySlider::setslidersuspendstyle() { ui.suspend_slider->setProperty("suspend_sliderProperty", "suspend"); updatesliderstyle(); } void CPlaySlider::setsliderrunstyle() { ui.suspend_slider->setProperty("suspend_sliderProperty", "run"); updatesliderstyle(); }
以上是关于QT_动态样式管理的主要内容,如果未能解决你的问题,请参考以下文章