summaryrefslogtreecommitdiff
path: root/tikzit/src/gui/propertypalette.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gui/propertypalette.h')
-rw-r--r--tikzit/src/gui/propertypalette.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/tikzit/src/gui/propertypalette.h b/tikzit/src/gui/propertypalette.h
new file mode 100644
index 0000000..8e8e5b3
--- /dev/null
+++ b/tikzit/src/gui/propertypalette.h
@@ -0,0 +1,22 @@
+#ifndef PROPERTYPALETTE_H
+#define PROPERTYPALETTE_H
+
+#include <QDockWidget>
+
+namespace Ui {
+class PropertyPalette;
+}
+
+class PropertyPalette : public QDockWidget
+{
+ Q_OBJECT
+
+public:
+ explicit PropertyPalette(QWidget *parent = 0);
+ ~PropertyPalette();
+
+private:
+ Ui::PropertyPalette *ui;
+};
+
+#endif // PROPERTYPALETTE_H