Add initial take on a FlameGraph based on QGraphicsView.
authorMilian Wolff <mail@milianw.de>
Fri, 21 Aug 2015 21:49:20 +0000 (23:49 +0200)
committerMilian Wolff <mail@milianw.de>
Fri, 21 Aug 2015 22:17:24 +0000 (00:17 +0200)
commitd986ab91d2658fc6f11ed69a307c0f591ff82a23
tree34a7b03fcfd3bc3a3a1135364225d968d2447965
parente05510faced3b532eebd305d120c77fec85d5d14
Add initial take on a FlameGraph based on QGraphicsView.

Many issues still, mostly due to bad scaling, i.e. we'd want
constant text size (elided if parent item is too small), and constant
item height based on text height.
gui/CMakeLists.txt
gui/flamegraph.cpp [new file with mode: 0644]
gui/flamegraph.h [new file with mode: 0644]
gui/mainwindow.cpp
gui/mainwindow.ui
gui/parser.cpp
gui/parser.h