diff options
| author | Adrien Tétar | 2015-09-21 22:14:45 +0200 |
|---|---|---|
| committer | Adrien Tétar | 2015-09-21 22:14:45 +0200 |
| commit | ce68fd8b05271c317d908ce4c8d73c9cbd1656ad (patch) | |
| tree | 42493efb33c2a1841203a82c92e22b893bb0b8e4 /Lib/defconQt/__main__.py | |
| parent | 411b0f594f6d660f13f3e1b57873a9fbda0dbd89 (diff) | |
| download | trufont-ce68fd8b05271c317d908ce4c8d73c9cbd1656ad.tar.bz2 | |
meta/defcon: check-in copy-paste, template glyph
Diffstat (limited to 'Lib/defconQt/__main__.py')
| -rw-r--r-- | Lib/defconQt/__main__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/defconQt/__main__.py b/Lib/defconQt/__main__.py index 07f273c..c1e548c 100644 --- a/Lib/defconQt/__main__.py +++ b/Lib/defconQt/__main__.py @@ -1,4 +1,4 @@ -from defcon import Font +from defconQt.objects.defcon import TFont from defconQt.fontView import MainWindow import sys @@ -20,6 +20,6 @@ representationFactories.registerAllFactories() app = QApplication(sys.argv) # TODO: http://stackoverflow.com/a/21330349/2037879 app.setWindowIcon(QIcon("defconQt/resources/icon.png")) -window = MainWindow(Font(ufoFile)) +window = MainWindow(TFont(ufoFile)) window.show() sys.exit(app.exec_()) |
