An open API service indexing awesome lists of open source software.

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...)

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