在Qt Creator示例中,搜索Image Viewer Example。
example: widgets/imageviewer
title: Image Viewer Exampleingroup: examples-widgets
brief: The example shows how to combine QLabel and QScrollArea to
display an image.
QLabel is typically used for displaying text,
but it can also display an image. QScrollArea provides a
scrolling view around another widget. If the child widget exceeds
the size of the frame, QScrollArea automatically provides scroll
bars.
Qt ImageViewer 示例解析

本文介绍Qt中的ImageViewerExample示例,展示如何结合使用QLabel和QScrollArea来显示图片。QLabel通常用于显示文本,但也可以显示图片;QScrollArea提供了一个可以滚动查看其它控件的区域,当子控件超出框架大小时会自动提供滚动条。
1586

被折叠的 条评论
为什么被折叠?



