qt 控件比较大,图像比较小时,如何居中贴图

直接用样式表修改


QPushButton#close_btn {
background:transparent;
background-image: url(://res/image/close_white.png);
background-repeat: no-repeat;
background-position: center;

}

你可能感兴趣的:(前端)