class ScrollBar : public QWidget { Q_OBJECT public: /**定义类型的目的是滚动屏有垂直和水平之分,为了实现两种模式**/ enum ScrollType{ VERTICAL ...
確定! 回上一頁