Settings page

This commit is contained in:
Thomas Perl 2015-05-23 15:36:11 +02:00
parent ad275cf1fb
commit ab4dfc611b
6 changed files with 184 additions and 8 deletions

View file

@ -47,9 +47,9 @@ SlidePage {
}
},
{
label: 'About',
label: 'Settings',
callback: function () {
pgst.loadPage('AboutPage.qml');
pgst.loadPage('SettingsPage.qml');
},
},
{