======================
基於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.
--