0
가
auto bar = ui->verticalScrollBar();
bar->setStyleSheet("QScrollBar:vertical { width: 20px; }"
"QScrollBar::up-arrow:vertical, QScrollbar::down-arrow:vertical { width: 15px; height: 15px; }");
- 내가 화살표 크기를 조정할 수 없습니다 위쪽 화살표.
- scrollbar 이미 여기 http://doc.qt.io/qt-5.6/stylesheet-examples.html
스타일 시트 예를 들어 어떤 생각을 감상 할 수 체크.C++ 크기 조정 QScrollBar는
[QScrollBar의 화살표 크기를 변경하는 방법] 가능한 복제본 (https://stackoverflow.com/questions/29258487/how-to-change-the-size-of-a-qscrollbarsarrows) – jpo38