http://doc.libqxt.org/0.5.0/classes.html, qxt is the toolkit extension
of qt.
What tracked me is
QxtGlobalShortcut -- available global hotkey for linux/win/mac
(current shortcut only available on windows)
QxtLogger -- more compact logging system (compare with the powerful
log4qt)
QxtConfigDialog -- 'tabular' dialog (for more complex scenario)
QxtCsvModel -- contact file format (future??)
QxtSqlPackage with QSqlQuery -- instead of pure C sqlite3
QxtNativeEventFilter -- better event filter (#ifdef win32 | mac |
unix)
Any updates?