小编use*_*947的帖子

QTableWidget和QHeaderView CSS

我无法找到一种方法来主题化QHeaderView的左上角.也许它是QTableWidget的一部分,我不能告诉......例如:http://i.imgur.com/VmHHdan.png

History {
    background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 black, stop:1 gray);
}

* {
    font: 500 12pt "Cantarell";
    color: rgba(255, 255, 255, 200);
}

QTableWidget {
    background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 black, stop:1 blue);
}

QTableWidget::item {
    hborder: 5px solid rgba(68, 119, 170, 150);
    background-color:rgba(68, 119, 170, 125);
}

QHeaderView, QHeaderView::section {
    background-color: rgba(128, 128, 128, 128);
}
Run Code Online (Sandbox Code Playgroud)

css qt qtablewidget qt5 qtstylesheets

4
推荐指数
1
解决办法
3628
查看次数

标签 统计

css ×1

qt ×1

qt5 ×1

qtablewidget ×1

qtstylesheets ×1