Tags

Qt

  • 2012-08-07

    A Review of Graphical Application Solutions for Embedded Linux Systems

    One of the decisions we face when building Embedded Linux systems is what components to use. With Open Source software, there is often more than one good option. Graphical libraries are no exception. In this article, we’ll examine GTK+, Qt,…

  • 2010-08-07

    Qt Creator for C/C++ development

    Recently, I’ve been evaluating Qt Creator for general C/C++ development.  I’m currently involved in the development of a rather large C++ application that is approaching 200,000 lines of code and 1000 source modules.  In the past, I’ve typi…

  • 2009-08-06

    Best practices for building Qt applications with OpenEmbedded

    This article describes how to cross compile a Qt application (named qt_tutorial) with OpenEmbedded, and several best practices you should consider.  OpenEmbedded currently includes fairly good support for building Qt – both Qt Embedded and …