【发布时间】:2016-09-20 01:12:36
【问题描述】:
当我使用时
myButton->setCheckable(true);
有-我不知道怎么称呼它-一种网格:
有没有可能没有这个网格,这里只有我的绿色背景?
【问题讨论】:
-
myButton->setStyleSheet("QPushButton:checked{ background-color: green; }");?
标签: qt qtstylesheets qpushbutton