Quantcast
Channel: Enjoy Life! - Liang Qi » Programming
Browsing all 10 articles
Browse latest View live

Qt Animation Framework发布了

Qt Labs – Qt Animation Framework Qt Animation Framework

View Article



Welcome to Qt/Kinetic

Qt Labs – Welcome to Kinetic Kinetic Project Git clone URL: git://labs.trolltech.com/qt/kinetic

View Article

Image may be NSFW.
Clik here to view.

Build Qt with S60 5.0 Public SDK

Build Qt with S60 5.0 Public SDK Platform: Windows XP with SP3(now we only support Qt/S60 on it.) 1. SYMBIAN Development Environment For downloading the packages, you need to register an account in the...

View Article

How to support your own type in QVariant

#include <QCoreApplication> #include <QVariant> #include <QString> struct MyStruct { int a; double b; QString c; }; struct MyPowerStruct { int a; double b;...

View Article

体会了一下Snow Leopard的一个开发bug

终于在公司搞到了一台旧的iMac 5.1, Intel Core 2 Duo 2.0 GHz/ 2G DDR2 667 MHz。 装上了Snow Leopard和官方发布的Qt 4.7.0 Beta 2和Qt Creator 2.1快照版,想debug进Qt库,竟然不成,咨询了公司内外的Mac开发朋友,原来我遇到了Apple的bug。 DYLD_IMAGE_SUFFIX=_debug makes...

View Article


一个本科实习生的毕业论文

QCOMPARE(HTML5, QML) — Nokia,Qt一个本科实习生的毕业论文 QCOMPARE(HTML5, QML) A comparison of UI development technologies. Casper van Donderen 已经获得作者同意对外发布 想想自己本科时做的东西,就太没意义了

View Article

原来挪威在计算机历史上还是很强的

在挪威工作前后,知道这里有原Fast Search,现Microsoft的一个子公司、Opera和原Trolltech,现Qt, Nokia。加上瑞典的MySQL,被Sun, Oracle依次收购。只是觉得北欧在计算机领域还是有一席之地的。 最近在看Cocoa Programming Developer’s Handbook,提到了Simula对C++影响很大,才知道Simula竟然是挪威制造。

View Article

Clang Static Analyzer with Qt

1. OS: Snow Leopard 64bit 2. Qt: 4.8 cd ~/qt git clone git://gitorious.org/qt/qt.git work cd work git checkout -b origin/4.8 4.8 cp -rf mkspecs/unsupported/macx-clang mkspecs/unsupported/macx-checker...

View Article


How to debug into Qt library in Qt Creator with CDB

OS: Windows 7 64bit SP1 (Note: need to have .Net 4 installed) SDK: Windows SDK 7.1 x86_64 (Note: remember to have “Visual C++ Compilers” and “Debugging Tools for Windows” installed) Qt Creator: Qt...

View Article


How to embed an Info.plist into arbitrary binaries

For an application on OS X, the Info.plist file is very common. But could we embed it into the binaries? Yes, we can. There is a compiler option “–sectcreate __TEXT __info_plist Info.plist”. One...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images