Search
Top Posts & Pages
- QML TreeView
- Hotplug an External Screen to your Laptop on Linux
- Plasma Active for Nexus 7: Running the touch-optimized Plasma Active Linux Distribution on Nexus 7
- Exchange Data and Objects between C++ and QML and vice versa
- To-Do-O
- QML Text Input for Maemo Fremantle
- Poor Man's Data Munging in the Linux Shell
- Publications & Talks
- test2junit 1.2.1 released
- QML and Clipboard Interaction
Category Archives: Qt/QML
QML TreeView
QML does not (at the time of writing) provide a component to display tree structures. There are some approaches/efforts to display tree structures http://qt-way-notes.blogspot.com http://steveire.wordpress.com. Nonetheless I coded a TreeView on my own. The following video shows the implementation made … Continue reading
Share QML Code among Fremantle and Harmattan
Qt and QML are really great for writing nice and beautiful UIs and applications that can be easily deployed across different platforms and operating systems. Though, I had to discover that the slogan “Code once, deploy everywhere” is not entirely … Continue reading
Posted in Qt/QML, Snippets
Tagged Fremantle, Harmattan, Maemo, MeeGo, N900, Open Source, QML
2 Comments
QML and Clipboard Interaction
Edit: Please make sure to look into the comments. While this is a rather old post, thankfully, still constructive comments are raised that point out important aspects. Unfortunately, my time does not permit to properly update the post nor did … Continue reading
QComboBox for QML
QML does not come (yet?) with the equivalent of a QComboBox. As I find a ComboBox quite useful, even for touch UIs, I wrote a simple wrapper / adapter or whatever you want to call it that enables using a … Continue reading
QML Text Input for Maemo Fremantle
Similarly to the dialogs in the previous post I also created a TextArea and TextField for Maemo Fremantle. The following picture shows the various text inputs in the Fremantle (N900) version of MeePasswords.
QML Dialogs for Maemo Fremantle
MeeGo / Harmattan comes with quite nice QML components like Buttons, Dialogs, and the like. Unfortunately these components are not available for Maemo Fremantle (N900). There is a qt-components package in extras-devel but there also seem to be some issues … Continue reading
You must be logged in to post a comment.