Qt 设置悬浮滚动条,scrollArea=newQScrollArea(this) ... scrollBar = new QScrollBar(Qt::Vertical, this); scrollBar->setStyleSheet(qss); ...
確定! 回上一頁