Search
Top Posts & Pages
- Exchange Data and Objects between C++ and QML and vice versa
- QML Text Input for Maemo Fremantle
- Hotplug an External Screen to your Laptop on Linux
- QML FlowListView
- QML and Clipboard Interaction
- Screenshots: Nemo Apps on Plasma Active
- Plasma Active for Nexus 7: Running the touch-optimized Plasma Active Linux Distribution on Nexus 7
- bowerick: Easing Simple Message-oriented Middleware Tasks with Clojure (and Java)
Links
Monthly Archives: March 2012
SectionScroller vs. QAbstractProxyModel
In this post I wrote about how to use a Qt model with the QML SectionScroller. A more advanced use case is to encapsulate such a “basic” model in a QAbstractProxyModel instance like QSortFilterProxyModel. This at first will brake your … Continue reading
Speed up TDD in Clojure with lein-reload
Personally, I am a big fan of the Test-driven Development (TDD) approach; iterative development by writing tests first and then implementing the required functionality is just so much fun and very efficient as well. As a very nice side effect … Continue reading