qt链接

qt 论坛:

  • Qt Centre Forum: http://www.qtcentre.org/forum.php
  • http://www.qtforum.org
  • http://www.qtcn.org/bbs/index-htm-m-bbs.html
  • http://bbs.bccn.net/forum-253-1.html
  • http://forum.youkuaiyun.com/SList/Qt/
  • http://www.qter.org/forum.php

Qt Graphics and Performance – Generating Content in Threads: http://labs.qt.nokia.com/2010/01/21/qt-graphics-and-performance-generating-content-in-threads/

QLabel及其朋友的安全性思考: http://labs.qt.nokia.com.cn/2011/10/13/security-considerations-regarding-qlabel-and-friends/

Qt学习之路:  http://blog.51cto.com/zt/20

qt plugin:

http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html#qt-plugins

GUI 主循环设计及其在 MiniGUI, GTK, QT 的实现:

  • http://www.87994.com/read/106824854eb1d433d3ce9c5c.html
  • http://www.linuxgraphics.cn/gui/gui_main_loop.html

如何为Qt做贡献

构建来自 Git 的 Qt 5

离开/关闭 qt 程序:

  • Qt学习经验之quit()、exit()、close()
  • Qt关闭程序简单分析

Qt-4.6 动画Animation快速入门三字决: https://docs.google.com/document/pub?id=1CyS2Zgk61u7uAtp1iy0u0e_wZZwzlsJOrqwRw7dewKs

get mac/ip: http://www.satsuns.com/qt/951.html

stop qt thread: http://caterpillar.onlyfun.net/Gossip/Qt4Gossip/StopThread.html

Qt 动画 Animation:

http://qt.gitorious.org/qt-labs/graphics-dojo/trees/master/genie

翻页(folding)特效的实现: http://www.linuxgraphics.cn/graphics/folding_effect.html

qt + flash:

http://zrusin.blogspot.com/2007/06/mirroring-widgets.html

http://qt.gitorious.org/qt-labs/graphics-dojo/

Qt Stylesheets Tutorial

Qt Graphics View Framework 简介:

http://kheresy.wordpress.com/2011/07/11/qt-graphics-view-framework-%E7%B0%A1%E4%BB%8B/

http://kheresy.wordpress.com/2011/07/30/customize_qgraphicsitem

Qt中不规则窗体和部件的实现: http://topkung.blog.163.com/blog/static/10526804320092263522295/

NCReport Qt based report generator: http://sourceforge.net/projects/ncreport/

Multitouch driver for Qt Embedded: http://developer.qt.nokia.com/forums/viewthread/5052

How to change the QLCDNumber foreground color: http://bogomip.net/blog/2007/08/23/changing-qts-qlcdnumber-color/

Qt 小技巧: http://blog.youkuaiyun.com/kelvinyeah/article/details/5705411 

build qt/embedded

  • http://thelins.se/learnqt/category/embedded-linux/
  • http://doc.qt.nokia.com/4.7-snapshot/qt-embedded-crosscompiling.html

个人 qt  作品分享:

http://www.qtcn.org/bbs/thread-htm-fid-44-page-1.html

qt 坐标转换 (y轴向上):

  • http://translate.googleusercontent.com/translate_c?hl=zh-TW&langpair=en|zh-TW&u=http://stackoverflow.com/questions/4413570/use-window-viewport-to-flip-qpainter-y-axis&rurl=translate.google.com&twu=1&usg=ALkJrhgHguHJJrbEmpqI3Wn5j2qloI1ktA
  • http://stackoverflow.com/questions/4413570/use-window-viewport-to-flip-qpainter-y-axis&rurl

building Qt with the native Windows graphics backend (X11 is not required): http://wiki.lyx.org/LyX/LyXOnCygwin

十一、Qt 2D绘图(一)绘制简单图形(原创)

十八、Qt 2D绘图(八)涂鸦板

Qt4 Gossip: Qt 资源系统

QT Color Combo Box:

http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Widgets/qtcolorcombobox/

Qt Style Sheets Examples: http://doc.trolltech.com/4.6/stylesheet-examples.html

qt-map widget:

  1. http://www.mail-archive.com/maemo-developers@maemo.org/msg26472.html
  2. http://medieninf.de/qmapcontrol/

Qt MetaObject System详解之一:简介

Qt MetaObject System详解之二:meta数据和数据结构

Qt MetaObject sysmtem 详解之三:QMetaObject接口实现

Qt MetaObject System详解之四:meta call

Qt MetaObject System详解之五:signal&slot

《Inside Qt Series》专栏文章总索引: http://www.qkevin.com/qt

QT blog :

http://blog.youkuaiyun.com/dbzhang800/article/details/6758204 (强力推荐)

http://www.cuteqt.com/

qmake使用实践:包含动态库的Qt4工程:

http://blog.youkuaiyun.com/dbzhang800/article/details/6317006

Qt 事件系统: http://hi.baidu.com/cyclone/blog/item/fe6ab3de0e9f2155ccbf1aea.html

用ISO C++实现自己的信号槽(Qt另类学习):

http://blog.youkuaiyun.com/dbzhang800/article/details/6376422 

乱谈Qt事件循环嵌套:

http://blog.youkuaiyun.com/dbzhang800/article/details/6889291

Qt信号和槽,与const char* 的故事: http://hi.baidu.com/cyclone/blog/item/004db93814c19fcdd4622560.html

qmake 乱乱乱谈(一): http://blog.youkuaiyun.com/dbzhang800/article/details/6758204

从 Qt 的 delete 说开来: http://blog.youkuaiyun.com/dbzhang800/article/details/6300025

Qt源码学习(从Win32到Qt): http://blog.youkuaiyun.com/dbzhang800/article/details/6370300

Qt在Windows下的入口点函数:

http://hi.baidu.com/cyclone/blog/item/730334a8820911bcca130c23.html

QThread 使用探讨 (QThread 好文):

  • QThread与QWidget使用
  • http://hi.baidu.com/dbzhang800/item/c14c97dd15318d17e1f46f41
  • http://blog.youkuaiyun.com/dbzhang800/article/details/6554104
  • Threads in Qt

Qt 坐标系统:

  • http://hi.baidu.com/cyclone/blog/item/ad45cffc8c4dc092b901a0aa.html
  • http://hi.baidu.com/cyclone/blog/item/af6919d8f8e8f52532fa1c2d.html
  • http://hi.baidu.com/cyclone/blog/item/c647b89902d201186f068c23.html
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值