https://github.com/mfdeveloper/qt-widgets-stream
QT C++ projects that render without GUI (e.g use OpenGL, store into an image...)
https://github.com/mfdeveloper/qt-widgets-stream
Last synced: about 1 month ago
JSON representation
QT C++ projects that render without GUI (e.g use OpenGL, store into an image...)
- Host: GitHub
- URL: https://github.com/mfdeveloper/qt-widgets-stream
- Owner: mfdeveloper
- License: mit
- Created: 2017-07-10T22:15:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T22:40:24.000Z (over 8 years ago)
- Last Synced: 2025-10-10T16:54:04.831Z (5 months ago)
- Language: QMake
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QT Widgets stream
QT C++ projects that render without GUI. This is for test and examples purpose, and validate use of [OpenGL](http://doc.qt.io/qt-5/qtgui-openglwindow-example.html) + **QT Widgets**.
## Installation
Each folders into this repo contains a `.pro` file. Open one of using [QT Creator](https://www.qt.io/download/)
## Usage
Projects description:
* **widget-image:** Render a `QLabel` like a image. Uses a **`QApplication`** into a `main.cpp` file, that opens console and create a image called: `qt.screen.jpg`.
* **webview-image:** [TODO] Render a `QWebEngineView` like a image.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## License
[MIT](./LICENSE) license