Open links from Text-elements in QtQuick

From day one, QtQuick’s Text-element sports opening URL:s in an external application, typically a web page. It’s very easy to use this feature and probably most of you have already been close to or have used it. The only thing that is required is that you set the Text.textFormat property to Text.RichText. Default, textFormat is [...]

Tags:

Using QtCreator for Arduino development

Introduction I’ve been using QtCreator for some time now, mostly for Qt projects, and I really like the environment. It’s fast and have plenty of features for c/c++ development such as code completion, symbol navigation, and git integration. Today I decided to try if I could use QtCreator for Arduino development and it turned out [...]

Tags: ,

PySide and QML

It has been out there for a while but I haven’t had time to try it out, PySide 1.0 with QML support! This really gives you a über rapid app development environment. The power of Python combined with the awesomeness of the declarative language QML (QtQuick) from the Qt framework. Take a look and feel [...]

Tags: , ,