Monthly Archives: July 2012

QML Duck-typing Example

When one wants to achieve dynamic behavior in object-oriented languages like C++ or Java one approach is to leverage inheritance; e.g., one could define a base class or an interface that defines a method, say “foo()”, that must be implemented … Continue reading

Posted in Qt/QML, Snippets | Tagged , | 2 Comments

Plasma Active / Mer vs. Archos 101 G9 Turbo vs. Touchscreen

With the current Plasma Active images available from basyskom I had the issue that the touchscreen of my Archos 101 G9 Turbo was not working. As it turned out the reason was simply that the required kernel module was not … Continue reading

Posted in Misc., Snippets | Tagged , , , | Leave a comment

Enable WLAN in Plasma Active on Start-up

Alright, the setting is this: I got an Archos 101 G9 Turbo with the goal to experiment/develop/play around with Plasma Active/Mer. I use the images available from basyskom. Unfortunately, with these images the touch screen on my G9 did not … Continue reading

Posted in Misc., Snippets | Tagged , , , | Leave a comment

Full Source Code for QML vs. C++ Example

Upon request I just uploaded the full source code of my previous example on how to exchange data and objects between QML and C++. You can find the full source including a short readme that explains how to build an … Continue reading

Posted in Announcements, Qt/QML, Snippets | Tagged , , , | Leave a comment