readme
来自「Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3」· 代码 · 共 15 行
TXT
15 行
This example demonstrates how to read in and display images, and theconversion facilities available. The CuteWidget can read a file intoa pixmap and resizes the displayed pixmap when the widget is resized.Note that the function CuteWidget::paintEvent uses the drawPixmap functionof QPainter to display the pixmap, the bitBlt function can also be used todisplay pixmaps.If you have installed the Qt imageio extension (see extensions/imageioin your Qt directory), you can build using that extension.Some of the conversion options will have no effect, depending on thedisplay hardware used. Generally, these are disabled.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?