基于QT开发的第三方库
文章来源:http://blog.csdn.net/zhgn2/article/details/14613519
QxOrm
QxOrm is a new open source ORM (Object Relational Mapping) C++ library designed to provide :
* Persistence (based on QtSql Qt module)
* Serialization (xml and binary, based on boost::serialization)
* Reflection (invoke class methods and access to properties)
QxOrm has been tested on Windows (Visual C++ 2008 and 2010) and Linux (GCC 4.4.1).
QxOrm is based on a simple and non intrusive 'setting function' (that can be compared with Hibernate Xml Mapping file).
A quick sample (and a tutorial) is avaible on this web site (only in french, an english translation is in progress...) : http://www.qxorm.com
那么什么事ORM呢?ORM到底是用还是不用 http://www.pureweber.com/article/orm
Qt Media Encoding Library 1.0 alpha1
QtMEL is a Qt library that wraps Libav, OpenCV and RtAudio libraries and allows you easily grab your desktop screen, your cameras, your audio input devices and finally encode audio/video streams.
Platform: currently only Windows (Linux version is partially done)
License: LGPL
Current version: 1.0 Alpha1
Website: http://kibsoft.ru
Source code: Here
Issue tracker: Here
Ready to use build: Here
Examples(binaries): HereKey features
- desktop screen capture with variable frame rate
- web-cameras capture with variable frame rate
- changing the image source on the fly (screen<->camera) while recording a video
- audio input devices capture
- video encoding with variable and fixed frame rate
- audio encoding
Tulip 4.0: A Qt-based software for graph visualization
http://sourceforge.net/projects/auber/files/tulip/tulip-4.0.0/
Tulip is an information visualization framework dedicated to the analysis and visualization of relational data. Tulip aims to provide the developer/user with a complete library/software, supporting the design of interactive information visualization
Qtilities v1.4 released! Now also available under LGPL
Qtilities v1.4 is now available.
The main reason for the release is to add LGPL v2.1 to the list of licenses under which Qtilities is available. The project also underwent some additional changes, described on the "What's New" documentation page.
In addition, a handful of code changes were introduced. For details please see the detailed changelog.
As always, make sure the get in touch if you have problems or suggestions:
- Issue List: https://github.com/JPNaude/Qtilities/issues
- Mailing List: http://groups.google.com/group/qtilities?hl=en?hl=en/http://jpnaude.github.io/Qtilities/
看了下,这个东西相当棒。至少可以学到很多东西。
QWT
这个必须有
Qt Chart Library
QcodeEdit
QScintilla
http://www.riverbankcomputing.co.uk/software/qscintilla/intro
内存泄露检测
http://www.codeproject.com/Articles/9815/Visual-Leak-Detector-Enhanced-Memory-Leak-Detectio
这个和Qt没什么关系
Fervor
Yet another Unit Converter
qtchart
http://www.jfree.org/eastwood/
http://www.jfree.org/eastwood/
这个和qt没什么关系
QXT
又一个Qt的扩展库
You can find more information about QuteCom, and the QuteCom community athttp://www.qutecom.org
QDeviceWatcher
It's my project: https://github.com/wang-bin/qdevicewatcherIt 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) in QDeviceWatcher.
To detect the device changes, i use netlink in linux(kernel 2.6) and internel window in windows.In windows, I tried two method, QCoreApplication::winEventFilter(MSG* msg, long* result) and QWidget::winEvent(MSG* msg, long* result). I hope my class is just a subclass of QObject, and do not use GUI module, so I started to find other ways. At last I refer to qdrive project: https://gitorious.org/qdrive/qdrive.
Hierarchical TreeView
GUnzipDevice - QIODevice
QSint Widgets Library
QSint contains high-quality widgets for using in Qt applications, such as color pickers, Windows Vista/7-styled action boxes, recent files menus etc.
You can find it at: http://sintegrial.com/qsint
Version 0.2.beta contains following widgets:
- ActionLabel
- ActionBox
- ActionGroup
- ActionPanel
- ColorButton
- ColorGrid
- RecentFiles
- ScrollPanner
- TabListMenu
- WidgetPopup
The distribution contains source codes, examples and documentation. Also, Qt Desinger plugin is available.
Screenshot of QSint::ActionPanel:
VistaGlassButton widget for Qt 4
For a current project I subclassed a QPushButton and re-painted it to look like a Vista Aero glass button. You use it like a normal QPushButton, except there are two public methods - setColor(QColor color) and setShadow(QColor shadow). Color is the red area in the image below, Shadow is the black center. Anyway, I thought it might come in handy for people wanting a look like this or for anyone wondering how to go about redrawing a widget:
You can download the class here:
http://www.mediafire.com/?e2v82uujtin
Qt application settings in JSON
Based on QLALR-based JSON parser by Girish Ramakrishnan. Many thanks to him for it.
QLALR JSON parser:
http://git.forwardbias.in/?p=qjsonparser.git
Download from gitorious
git clone --depth 1 http://git.gitorious.org/qtjsonsetti...onsettings.git
Using
CMake
Compiled as static library
add_subdirectory(~/projects/qtjsonsettings ${CMAKE_CURRENT_BINARY_DIR}/qtjsonsettings)
include_directories(~/projects/qtjsonsettings)
target_link_libraries(${PROJECT_NAME} ${QT_LIBRARIES}
qtjsonsettings)
QMake
Included as sourcesinclude(~/projects/qtjsonsetting/qtjsonsettings.pri)
Frameless Window Helper
This class can be used to give move and resize ability to any top level QWidget with Qt::FramelessWindowHint flag set.
No need to change your existing code.
Its very easy to use. Just two lines of code.
Qt Code:
FramelessHelper fh; fh.activateOn(myWidget);To copy to clipboard, switch view to plain text modeOnly tested on Ubuntu 10.10.
GICS - Graphical Instruments and Components Solution
Tegeosft is proud to release its first public version (beta) of GICS, a library offering a set of vectorial graphical instruments. A framework allowing to build other instruments easily (with the help of base components) is part of the library too.
GICS, which stands for "Graphical Instruments and Components Solution", is based on Qt's GraphicsView and is available under two licenses : either the GNU/GPLv3 or a Commercial one.
This first version, which acts more or less like a technological preview, provides a gauge, a level indicator, a LCD, a LED, a button and a slider. These instruments use SVG skins for their graphical appearance.
To be noted that in a near future, the skin system will be reworkedTo be noted too that a little demo of GICS is available.
QVision
QVision is a library for computer vision, image/video processing, and scientific computing.
It is based on (or extends) the Qt library. It offers wrapper classes and functions for BLAS, LAPACK, MKL, Octave, and GSL functionallity (matrices, vectors, etc...).
It also offers wrappers for OpenCV and IPP image libraries functionallity.We have released version 0.5.2, which is already stable enough to be used.
You can check the documentation here.
Conan 1.0.0
Conan v1.0.0 - Connection analyzer for Qt has been released! Conan is a C++ library that provides a single widget that can be used to track down problems related to signal/slot connections. It is real easy to use and has helped me locate multiple duplicate signal connection in Qt's own libraries. So if you ever need some signal-slot introspection, try Conan. I hope you will find it usefull!
This release consists of a source code package and a win32 demo application. It is available under GPL at SourceForge.
Here is a small excerpt from the readme:
Conan 1.0.0 - Connection analyzer for Qt 4.6.0 - Qt 4.7.0
---------------------------------------------------------Conan is a C++ library that provides run-time introspection of object
hierarchies, object inheritance, signal/slot connections, and signal
emissions.Conan contains a single widget (conan::ConanWidget) that provides the
following functionality:
-object hierarchies can be added, discovered, browsed and exported to XML
-signals/slots, including active connections, can be examined
-any signal/slot connection can be disconnected
-duplicate connections can be found
-signal emissions can be monitored and logged
See /doc/html/index.html for detailed information.Conan has been used to identify multiple duplicate connections in the source code of Qt!
Contact - edekoning@gmail.com
Website - http://sourceforge.net/projects/conanforqt
License - GPL - source code -> see ./GPL.txt
CCL - icons -> see ./icons/CCL.txt
Q7Goodies - Windows 7 features for Qt
I'd like to introduce you Q7Goodies: a new Qt add-on, that adds Windows 7 features to your application. It integrates seamlessly with existing applications by encapsulating complexity and using Qt design patterns and API style. You can use: jump list, taskbar thumbnails, thumbnail toolbar and more in a Qt way with just a few additional lines of code.
Jump List - Your application's own start menu.
Tabbed Thumbnails - Any widget displayed as a separate thumbnail.
Thumbnail Toolbar - Quick access to key commands.
Thumbnail Progress Bar - Progress information that's always visible.Overlay Icon - Status or notifications directly on the taskbar.
It doesn't add runtime dependency on Windows 7 libraries (DLLs), so software incorporating Q7Goodies can be run on older Windows version. Q7Goodies comes with the full source code and a commercial royalty-free license.
Last edited by wysota; 17th August 2010 at 02:23. Reason: user request
QComboBox with multipe selection via tree
http://www.qtcentre.org/threads/31183-QCombo
Box-with-multipe-selection-via-tree
QSkinWindows
Qt-Ribbon组件(QtitanRibbon:http://www.devmachines.com/)
基于QT开发的第三方库的更多相关文章
- ios开发必备第三方库
引言 作为iOS开发人员,在开发App的过程中怎么会不使用第三方库呢?相信没有App是不使用第三方库的! 网络库 网络库,这是开发必备,除非你的App玩单机.现在特别火也特别好用的网络库就数AFNet ...
- iOS开发常用第三方库
UI 动画 网络相关 Model 其他 数据库 缓存处理 PDF 图像浏览及处理 摄像照相视频音频处理 响应式框架 消息相关 版本新API的Demo 代码安全与密码 测试及调试 AppleWatch ...
- Go 日常开发常备第三方库和工具
不知不觉写 Go 已经快一年了,上线了大大小小好几个项目:心态也经历了几轮变化. 因为我个人大概前五年时间写的是 Java ,中途写过一年多的 Python,所以刚接触到 Go 时的感觉如下图: 既没 ...
- iOS开发之第三方库的学习--hpple的使用
前言:因为在开发中很可能会遇到html解析,如果后台提供的数据只有html数据,或者开发的app需要从web前端的html里获取数据,就需要html解析工具了. 关于HTML解析库,可以阅读:收集几个 ...
- iOS开发——导入第三方库引起的unknown type name 'NSString'
今天加入SVProgressHUD的第三方库的时候报了24个错误( too many errors emitted, stopping now),都是 expected identifier or ' ...
- Android开发——发布第三方库到JitPack上
前言: 看到大神们的写的第三方控件,比较好用,我们使用的时候直接是在gradle上加上代码就可以使用了,现在到我们写了一个第三方控件,想要别人使用的时候也是直接在gradle加上相关的代码就可以用了, ...
- Qt笔记——连接第三方库&用libZPlay库获取音频文件的艺术家、专辑等信息
连接第三方库libZPlay 概述 需要.a/.lib ,.h , .dll 三个文件 官网下载 http://libzplay.sourceforge.net/ import .h 链接 .a 放入 ...
- Java开发学习(十三)----基于注解开发定义第三方bean及注解开发总结
在前面的博客中定义bean的时候都是在自己开发的类上面写个注解就完成了,但如果是第三方的类,这些类都是在jar包中,我们没有办法在类上面添加注解,这个时候该怎么办? 遇到上述问题,我们就需要有一种更加 ...
- iOS开发 引用第三方库出现duplicate symbol时的处理方法
该篇文章是我自己从我的新浪博客上摘抄过来的, 原文链接为: http://blog.sina.com.cn/s/blog_dcc636350102wat5.html 在iOS开发中, 难免 ...
随机推荐
- hadoop2.2.0 MapReduce分区
package com.my.hadoop.mapreduce.partition; import java.util.HashMap;import java.util.Map; import org ...
- HTML5迷你游戏作验证码
验证码最常见的是各种变形的字符,因为识别程序进化得越来越聪明,验证码也变得越来越难以识别,给用户造成了很多的麻烦和反感. 已经有很多人尝试过各种改进的验证码,比如动画的验证码,做题目的验证码,要回答问 ...
- 【转】opencv检测运动物体的基础_特征提取
特征提取是计算机视觉和图像处理中的一个概念.它指的是使用计算机提取图像信息,决定每个图像的点是否属于一个图像特征.特征提取的结果是把图像上的点分为不同的子集,这些子集往往属于孤立的点.连续的曲线或者连 ...
- appium 并发测试
Android并发测试 Appium提供了在一台设备上启动多个Android会话的方案,而这个方案需要你输入不同的指令来启动多个Appium服务来实现. 启动多个Android会话的重要指令包括: - ...
- 解决IE9以下ie版本不能识别新元素的方法 添加一个js -- Shiv Solution
Thankfully, Sjoerd Visscher created the "HTML5 Enabling JavaScript", "the shiv": ...
- HTTP Status 404(The requested resource is not available)的几种解决方法
原因:servlet没有配置正确 ,查看web.xml确认正确,以及自己的请求路径正确 在IE中提示“404”错误有以下三种情况 1.未部署Web应用 2.URL输入错误 排错方法: 首先,查看URL ...
- Android软键盘强制弹出,隐藏输入法.
本文实例讲述了Android实现弹出键盘代码,是一个非常实用的功能.代码非常简洁.分享给大家供大家参考. 具体功能代码如下: ? 1 2 3 4 5 6 7 8 Timer timer = new T ...
- 高性能 Socket 组件 HP-Socket v3.2.1-RC4 公布
HP-Socket 是一套通用的高性能 TCP/UDP Socket 组件,包括服务端组件.client组件和 Agent 组件,广泛适用于各种不同应用场景的 TCP/UDP 通信系统,提供 C/C+ ...
- linux下mysql的卸载、安装全过程
卸载mysql 1.查找以前是否装有mysql 命令:rpm -qa|grep -i mysql 可以看到mysql的两个包: mysql-4.1.12-3.RHEL4.1 mysqlclient10 ...
- IE下判断IE版本语法使用
先摆一下判断IE版本语法 <!--[if lte IE 6]> <![endif]--> IE6及其以下版本可见 <!--[if lte IE 7]> <

