summaryrefslogtreecommitdiff
path: root/tikzit/src/tikzit.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2017-12-18 15:29:33 +0000
committerAleks Kissinger <aleks0@gmail.com>2017-12-18 15:29:33 +0000
commit2bf85f71dc07b2c4785b9408e3c426ccaab55b74 (patch)
tree29ed038fa42f7ba5f11a2af305b6c350149a1a9b /tikzit/src/tikzit.h
parent5816cd5d5e3edf7ee7a7273c7c3a3d907dc54a4a (diff)
introduced some comments for source navigation
Diffstat (limited to 'tikzit/src/tikzit.h')
-rw-r--r--tikzit/src/tikzit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tikzit/src/tikzit.h b/tikzit/src/tikzit.h
index 74a7ea6..252bf35 100644
--- a/tikzit/src/tikzit.h
+++ b/tikzit/src/tikzit.h
@@ -11,6 +11,7 @@
#include <QPointF>
#include <QMenuBar>
#include <QMainWindow>
+#include <QFont>
// Number of pixels between (0,0) and (1,0) at 100% zoom level. This should be
// divisible by 8 to avoid rounding errors with e.g. grid-snapping.
@@ -50,6 +51,8 @@ public:
void removeWindow(MainWindow *w);
NodeStyle nodeStyle(QString name);
+ static QFont LABEL_FONT;
+
private:
void createMenu();
void loadStyles();