11
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

12
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

13
QGitHubReleaseAPI
Qt Components
by HeikoSchfer
Qt library to receive release information from the GitHub APIBinariesDebian 7 (Qt4): http://download.opensuse.org/repositories/home:/velnias/Debian_7.0/Debian 8 (Qt5): http://download.opensuse.org/repositories/home:/velnias/Debian_8.0/Ubuntu PPA:...
5.7

14
Fancy Virtual Keyboard
Qt Components
by 3electrons
Virtual keyboard done with Qt 4.x and QtQuick when it was in beta. Does work as onscreen keyboard under Windows - does not work with X11 (empty implementation). Key remmaping code found somwhere on the net.
1 comment
5.7

15
QtSystemInfo
Qt Components
by adrian5632
QtSystemInfo is a useful class that provides information on the currently running system (like system type, name and version, kernel name and version). It's been tested on Windows XP, Mac OS X, Ubuntu and PCBSD. Should work with most popular Linux distributions.
5.7

16
SingleApplication
Qt Components
by xep
The SingleApplication component provides support for applications that can be only started once per user.For some applications it is useful or even critical that they are started only once by any user. Future attempts to start the application should activate any already running instance, and...
10 comments
5.7

17
LimeReport
Qt Components
by FRALX
LimeReport - multi-platform C++ report generator library written using Qt framework and intended for software developers that would like to add into their application capability to form report or print forms generated using templates. Report designer included in the library allows to create fast...
5.5

18
Qt6Gtk2
Qt Components
by trialuser
Qt6Gtk2 - GTK+2.0 integration plugins for Qt6Requirements- GNU Linux or FreeBSD- qtbase >= 6.2 (with private headers)- GTK+ 2.0- libX11Downloadshttps://www.opencode.net/trialuser/qt6gtk2/-/releases
2 comments
5.5

19
QxOrm
Qt Components
by QxOrm
QxOrm is an open source ORM (Object Relational Mapping) C++ database library designed to provide :* Persistence (based on QtSql Qt module)* Serialization (XML and binary, based on boost::serialization)* Reflection or Introspection (invoke class methods and access to properties)QxOrm has been...
5.3

20
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