From 36ccd03c70c305e155e00e663da725546f8f2fd9 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Fri, 20 Jan 2017 11:05:36 +0100 Subject: added GraphElementProperty --- tikzit/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tikzit/main.cpp') diff --git a/tikzit/main.cpp b/tikzit/main.cpp index 50c6978..c6b6ecd 100644 --- a/tikzit/main.cpp +++ b/tikzit/main.cpp @@ -1,5 +1,6 @@ #include "mainwindow.h" #include "toolpalette.h" +#include "propertypalette.h" #include "graph.h" #include @@ -14,9 +15,8 @@ int main(int argc, char *argv[]) tp->show(); //w->addToolBar(Qt::LeftToolBarArea, tp); - Graph *g = new Graph; - Node *n = g->addNode(); - delete g; + PropertyPalette *pp = new PropertyPalette; + pp->show(); return a.exec(); } -- cgit v1.2.3