feat: Overriding the GUI's QScroll control skin

This commit is contained in:
muli
2020-02-16 16:15:24 +08:00
parent 86e350df4c
commit 90dd4cdf25
3 changed files with 31 additions and 59 deletions

View File

@@ -44,6 +44,8 @@ Widget::~Widget()
void Widget::init()
{
resize(1000, 600);
QTableWidget *table = new QTableWidget(10, 10, this);
table->move(10, 10);