======================
基于Qt的第三方库和控件
======================
libQxt
--------
http://dev.libqxt.org/libqxt/wiki/Home 按照文档中所流露的意思,libQxt实现了一些“Qt本来就应该有但实际上没有”的功能。
对应Qt相应的Module,Qxt有 QxtCore、QxtGui、QxtNetwork、QxtSql等模块作为Qt功能的
补充,此外,还提供了QxtWeb(Web Service Module)等额外的扩展模块。Qxt实现的
class有100余个。
全局快捷键、命令行解析器、Logger、配置对话框、RPC调用等非常实用的功能在Qxt中均有
实现。
Qxt的授权是 LGPL,支持各种版本的Qt,除文档特别指出外,几乎所有模块均跨平台
PictureFlow
-------------
http://code.google.com/p/pictureflow/ 这个小控件使用苹果的CoverFlow动画来展示图片。可以支持qt3/qt4/pyqt。很不错。Qt程
序难得有比较炫的效果,虽然是抄的。
Qwt
-----
http://qwt.sourceforge.net/ Qwt: Qt Widgets for Technical Applications
QwtPolar: a polar plot widget.
QwtPlot3D: an OpenGL 3D plot widget
QextSerialPort
----------------
http://code.google.com/p/qextserialport/ QextSerialPort : QextSerialPort provides an interface to old fashioned
serial ports for Qt-based applications. It currently supports Mac OS X,
Windows, Linux, FreeBSD.
QextSerialPort can be used with Qt2, Qt3, Qt4 and Qt5.
--