标签: python wxwidgets
我主要使用C ++和Qt,但现在我被迫编写一些python的东西。我想知道是否有可能为pytohn的wx gui元素添加花哨的阴影?与Qt / C ++类似的东西:
QGraphicsDropShadowEffect *g1 = new QGraphicsDropShadowEffect(this); ui->pushButton->setGraphicsEffect(g1);