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 [...]
Open links from Text-elements in QtQuick
October 12th, 2011 by Mario Boikov — Embedded, Tips & Tricks
Tags: Qt
Using QtCreator for Arduino development
September 22nd, 2011 by Mario Boikov — Embedded, Tips & Tricks
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 [...]
PySide and QML
April 4th, 2011 by Mario Boikov — Dynamic languages, Tips & Tricks
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 [...]
