Tag Archives: C++

Qt’s GUI Thread

If you’re a Qt developer, you surely are aware of the fact that you can only display GUI elements and access them from the main thread. This limitation as far as I know is mostly bound to the limitations of … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Qt: Now LGPL

Nokia today announced that its Qt cross-platform user interface (UI) and application framework for desktop and embedded platforms will be available under the open source LGPL version 2.1 license from the release of Qt 4.5. I’ve been waiting for such … Continue reading

Posted in News, Programming | Tagged , | Leave a comment

Dynamic C++

As anticipated, I just finished my Dynamic C++ proposal. I’d like to thank my friend Quake2 for his support during the last month. I wrote this document because I needed to express myself about this subject. Despite the fact that … Continue reading

Posted in Programming | Tagged | 2 Comments

Qt Internals & Reversing

Today I took a break from the larger article I’m currently writing. To relax, I wrote a smaller article about the Qt framework. I hope you enjoy. Qt Internals & Reversing Half of the text of this article comes from … Continue reading

Posted in Internals, Reversing | Tagged , | 4 Comments