当前位置: 代码迷 >> 综合 >> QT member access into incomplete type ‘QScrollBar‘
  详细解决方案

QT member access into incomplete type ‘QScrollBar‘

热度:42   发布时间:2024-01-04 03:33:47.0

添加相应的头文件即可。

#include <QScrollBar>
  相关解决方案