You have to set a widget to your scroll area and add the contents to that widget: QScrollArea *scrollArea = new QScrollArea; QWidget *scrollWidget = new ...
確定! 回上一頁