imageviewer.h imageviewer.pro main.cpp Qt4 ImageViewer Project Just an 'example' image viewer using QImage... I think the original source was fromhttp://qt-project.org/doc/qt-4.8/widgets-imageviewer.html... with a few relatively minor modification, mainly to load an image file from the ...
基于VS2015+QT5.9.6的图像查看软件. Contribute to xiaoguo1417/ImageViewer development by creating an account on GitHub.
}//缩小voidImageViewer::zoomOut() { scaleFactor*=0.8;//每次缩小0.8ui.label->setScaledContents(true);//图片适应控件ui.label->resize(scaleFactor * ui.label->pixmap(Qt::ReturnByValue).size());//注意,图片大小未变,而是label改变}//放大voidImageViewer::zoomIn() { scaleFactor*=1.2;//每次放...
}//缩小voidImageViewer::zoomOut() { scaleFactor*=0.8;//每次缩小0.8ui.label->setScaledContents(true);//图片适应控件ui.label->resize(scaleFactor * ui.label->pixmap(Qt::ReturnByValue).size());//注意,图片大小未变,而是label改变}//放大voidImageViewer::zoomIn() { scaleFactor*=1.2;//每次放...
https://github.com/qt/qttools/tree/dev/src/designer Qt设计师的源码 https://github.com/qt/qttools/tree/dev/src/windeployqt 依赖库工具源码 https://github.com/qtproject/qt-solutions -- 里面有qtpropertybrowser https://github.com/itay-grudev/SingleApplication -- 单例。Replacement of QtSingleAppl...
https://github.com/qt-creator/qt-creator/tree/master/src/plugins/designer Qt Creator的设计师插件 https://github.com/qt/qtbase Qt核心类源码 https://github.com/qt/qttools Qt工具类源码 https://github.com/qt/qttools/tree/dev/src/designer...
View on GitHubSample viewer app Animate a series of images with an image overlay. Use case An image overlay is useful for displaying fast and dynamic images; for example, rendering real-time sensor data captured from a drone. Each frame from the drone becomes a static image which is updated...
加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/luspi/photoqt-dev master 克隆/下载 git config --global user.name userName git config --global user.emai...
Use case Visualize movement through a 3D landscape. How to use the sample Animation Controls (Top Left Corner): Select a mission -- selects a location with a route for the plane to fly Play/Pause -- toggles playing and stopping the animation ...
编译QT是一件比较麻烦的事情。所以如果没有必要,就不要编译了。如果你只需要使用QT的一些基本功能,那么就只编译源码目录下的qtbase目录下的东西即可。 下面所介绍的都只是在linux下适用的(windows下使用MinGW也可以,QT提供的MinGW安装包是32位的,需要64位的可以参考)。 在编译前,最好先安装完成相关的依赖包,主要...