Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是最好的 QWidget 用作图片中的列表。
您应该创建一个显示一个列表项的自定义表单类。使用 QLabel 小部件显示文本和图像。
您可以将所有项目小部件添加到 aQVBoxLayout并将其放入QScrollArea. 或者,您可以QListWidget使用QListWidget::setItemWidget. 我认为第二种方法会更方便。
QVBoxLayout
QScrollArea
QListWidget
QListWidget::setItemWidget