Skip to content
Tristan B. Kildaire edited this page May 24, 2015 · 3 revisions

Gui Development

The qaul.net GUI is a HTML GUI, that runs in a WebView. The GUI uses the jQuery Mobile framework.

All GUI files are located in the directory www. The whole GUI is all in a single web page: www/jqm_qaul.html. To test and develop the GUI it is good practice to copy all files from the www directory to your local web directory. To populate it one should copy the test files from testing/www_GUI-test_static into the same directory.

cp www /PathToYourLocalWebDirectory
cp testing/www_GUI-test_static /PathToYourLocalWebDirectory

Now invoke the page jqm_qaul.html in your web browser.

Clone this wiki locally