From a96f9f1a2688c215c478cfbee5748b4bb2043a43 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Mon, 18 May 2015 18:33:50 -0300 Subject: Updated UI. - Removed unnecessary UI elements from QML file; - Added the ColorScale class and implemented glyph color mapping from class labels; - Mark geometry nodes of individual glyphs as dirty when updating the scene graph. --- pm.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pm.pro') diff --git a/pm.pro b/pm.pro index 2ba534d..1c6e26a 100644 --- a/pm.pro +++ b/pm.pro @@ -1,9 +1,12 @@ QT += qml quick +QMAKE_CXXFLAGS += -std=c++11 QMAKE_LIBS += -larmadillo -HEADERS += scatterplot.h \ +HEADERS += colorscale.h \ + scatterplot.h \ mp.h SOURCES += main.cpp \ + colorscale.cpp \ scatterplot.cpp \ lamp.cpp \ forceScheme.cpp \ -- cgit v1.2.3