Add navigation toolbar (#1)

* Add preferences view skeleton

* Add toolbar & help button

* Add working back button

* Title of page in toolbar

* Remove unused imports

* Make comments better!

* Remove unused drawer element

* Remove superfluous > 1 check

* Use point size font instead of pixel size

* Add AppView page title
This commit is contained in:
Michelle Bergeron
2018-07-07 22:15:02 -07:00
committed by Cameron Gutman
parent 1bfec3a032
commit b630c07653
8 changed files with 71 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import QtQuick 2.9
Rectangle {
id: settingsPage
color: "#333333"
objectName: "Settings"
// TODO - add settings
}