21
QtMEL
Qt Components
by KIBSOFT
Qt Media Encoding Library is a Qt library that wraps Libav, OpenCV and RtAudio libraries and allows you easily grab your desktop screen, your cameras, your audio input devices and finally encode audio/video streams.Key features:- desktop screen capture with variable frame rate- web-cameras...
5.0

22
Qtilities Libraries
Qt Components
by JPNaude
Qtilities is a set of well documented and mature Qt C++ libraries which provides building blocks for Qt applications, allowing rapid application development. The project consists of different modules which provide features which are common to a wide range of Qt applications, with the main goal...
1 comment
6.1

23
QJson
Qt Components
by micron
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs.QJson is a qt-based library that maps JSON data to QVariant objects: JSON arrays will be mapped to...
2 comments
6.5

24
QtBasic
Qt Components
by mantur
QtBasic: a simple basic interpreter with Qt influences.It’s quite difficult (and not very smart) to impose its own prioritiesonto a client.By this I mean that the devices I build require the writing of a script in order to realize small automations according to necessity.Javascript is my f...
5.0

25
Closable ToolBar
Qt Components
by leovitor
QToolBar with a close button while is floating.
6.1

26
QSerialDevice
Qt Components
by kuzulis
So, announces release: QSerialDevice 2.0 QSerialDevice – cross-platform library for serial devices based on Qt4. Release 2.0 will be the last for the library QSerialDevice. Recently the project (2.0 branch) has been accepted into Qt as an addon (renamed to QtSerialPort), therefore, the current G...
143 comments
7.9

27
QDeviceWatcher
Qt Components
by wangbin
You can detect the hotplug events easily. It also can detect cd/dvd add/remove events.Just need QtCore module.It works fine on linux and windows. I have tested on my ubuntu and win7. Usually you just need the signals deviceAdded(const QString& device) and deviceRemoved(const QString& device)
5 comments
5.7

28
nzmqt
Qt Components
by jonnydee
nzmqt - A lightweight C++ Qt binding for ZeroMQnzmqt is a re-implementation of the approach taken by the zeromqt library. The idea is to integrate ZeroMQ into the Qt event loop, mapping ZeroMQ message events onto Qt signals. The original implementation also provides a Qt-like API which allows to...
5.0

29
QtDockTile
Qt Components
by sauron1987
Using issue of docks on desktops today become more and more popular. There is at least 3 popular solutions of this issue: MacOS Dock, Windows 7 taskbar and Unity launchers from Ubuntu. Also there is icon tasks in KDE 4.8. Looking at this, there is a need to cross-platform library for the work...
1 comment
7.6

30
QTable - Simple work with models
Qt Components
by chemmalion
QTable is table wrapper for table models (and for any models in general case).The purpose of this class is to simplify work with tables for novices in Qt.Use this class to simply create and manipulate table with ability to link to various viewers (for example, to QTableView).Example of...
5.0