Add cv_gtk3 package.

This commit is contained in:
luxick
2018-02-17 15:12:59 +01:00
parent 17e3e0ffe4
commit f1485db748
82 changed files with 2911 additions and 6 deletions

10
cv_gtk3/setting.py Normal file
View File

@@ -0,0 +1,10 @@
class GUISettings:
"""
Settings for the GUI
"""
# Collection of all pages the UI can use
pages = {}
# Currently viewed page
current_page = ''
# Title for the GTK window
application_title = 'Cardvault'