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

https://github.com/wzpan/qt_toys

Some toy exemplars for Qt start-up.
https://github.com/wzpan/qt_toys

Last synced: 6 days ago
JSON representation

Some toy exemplars for Qt start-up.

Awesome Lists containing this project

README

        

Qt_Toys
===

Some toy exemplars for rapidly start-up Qt projects.

## Dependencies ##

* Qt (>= 5.0);
* OpenCV (>= 2.0) - Needed by some video/image related applications.

## Toy exemplars ##

### TinyEditor ###

A tiny text editor.

![](https://raw2.github.com/wzpan/Qt_Toys/master/Screenshots/TinyEditor.png)

### ColorDetector ###

Color detector, with opencv-based filters.

![](https://raw2.github.com/wzpan/Qt_Toys/master/Screenshots/ColorDetector.png)

### ImageViewer ###

An image viewer, with opencv-based filters.

![](https://raw2.github.com/wzpan/Qt_Toys/master/Screenshots/ImageViewer.png)

### VideoPlayer ###

A video player, with opencv-based filters.

![](https://raw2.github.com/wzpan/Qt_Toys/master/Screenshots/VideoPlayer.png)