Search
Top Posts & Pages
- Exchange Data and Objects between C++ and QML and vice versa
- Plasma Active for Nexus 7: Running the touch-optimized Plasma Active Linux Distribution on Nexus 7
- QML SectionScroller vs. QAbstractListModel
- QComboBox for QML
- N9 Touchstone Mod
- QML FlowListView
- QML TreeView
- Hotplug an External Screen to your Laptop on Linux
- QML Duck-typing Example
- Jabber/XMPP with latest Plasma Active on Nexus 7
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