Qt
Jump to navigation
Jump to search
Ark Linux has started a library that allows Qt applications to run as activities.
To download the code, use
svn co svn://arklinux.org/olpc-qt/trunk olpc-qt
and follow the instructions in the included INSTALL file.
The library code is in the lib/ subdirectory, and example activity can be found in src/.
The idea is to port an application with as little effort as possible: Just use QActivity instead of QApplication and tell QActivity what your top level window is (QActivity::setTopLevelWidget), and it will run as activity.
Currently, only the basics are implemented - help with making more features (such as better Mesh network integration) available to Qt based activities is welcome.