31
QtKinectWrapper
Qt Components
by droggen
QtKinectWrapper provides a set of Qt classes wrapping the OpenNI/Kinect API. It allows to get depth map, camera image, user skeleton, timestamp, etc.The wrapper use a background thread to handle the Kinect stuff, which makes it multicore friendly. The threading is entirely transparent to the...
5.0

32
icXmlSerializable
Qt Components
by ralmeida
icXmlSerializable is a library to serialize/deserialize Qt Objects to/from xml. You can serialize/deserialize your custom Qt objects with only a few lines of code. Includes a Demo App with examples. To try:git clone git://github.com/ralmeida4381/icXmlSerializable.gitcd...
5.0

33
Link Label
Qt Components
by bloodshadow
Class is a thin wraper above QLabelClass can be used in mail clients, in QStakedWidget where many pages or content can take place.Class has one interfase - ISetMaxLinkNumber(int) where you can define maximal number of pages in your link list.And class emits signal linkPressed(int) with numerical...
7 comments
5.7

34
Class for sending mail
Qt Components
by bloodshadow
This class may be used for sending mail via smtp-server with authorization and with ssl protection or no.Class consists ofi two data-parts:1. SmtpAuthData struct which used for smtp server authorizaton;2. And other class data for MailExample for minimal succeed class workSmtpAuthData...
9 comments
6.1

35
QsT SQL Tools (QST)
Qt Components
by graninas
QST (QsT SQL Tools) is free ORM library for Qt to simplify database programming and to improve code.* Simple SQL queries generation (SELECT, INSERT, UPDATE, DELETE, EXECUTE).* Declarative Field Descriptor (DFD) conception for the SQL queries.* Multiple named one-type queries for one database...
5.0

36
QtJsonSettings
Qt Components
by asvil
Class for storing Qt application settings in JSON file
5.0

37
QCommandLine
Qt Components
by iksaif
Command line parser for Qt (like getopt). Features include options, switchs, params and automatic --version/--help generation.
5.0

38
QTweetLib
Qt Components
by minimoog77
Qt based Twitter library. Supports XAuth and User Streams.
5.0

39
QRemoteSignal
Qt Components
by VestniK
QRemoteSignal library is RPC library written in Qt4 which allows you to connect Qt signals and slots between different applications. It is designed to simplify development of client-server network applications with Qt. All signals and slots shared by you server are specified in a small simple...
2 comments
5.0

40
QOAuth
Qt Components
by ayoy
QOAuth is an attempt to support interaction with OAuth-powered network servicesin a Qt way, i.e. simply, clearly and efficiently. It gives the applicationdeveloper no more than 4 methods, namely:* requestToken() – to obtain an unauthorized Request Token,* accessToken() – to exchange Request Tok...
16 comments
5.7