From 89c0d325d049666a07994c1a53461b8d7bb0d887 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 18 Feb 2012 18:12:31 +0000 Subject: Added editor window with side bar. --- src/sidebar.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/sidebar.h (limited to 'src/sidebar.h') diff --git a/src/sidebar.h b/src/sidebar.h new file mode 100644 index 0000000..c7dbb5a --- /dev/null +++ b/src/sidebar.h @@ -0,0 +1,31 @@ +/* + sidebar.h + This file is part of the Project::OSiRiON zone editor + and is distributed under the terms and conditions of + the GNU General Public License version 2 +*/ + +#ifndef __INCLUDED_EDITOR_SIDEBAR__ +#define __INCLUDED_EDITOR_SIDEBAR__ + +#include + +namespace editor +{ + +/** + * @brief Sidebar is the EditorWindow sidebar + * The sidebar show the properties of the currently + * selected entity + * */ +class SideBar : public QWidget +{ + Q_OBJECT + +public: + SideBar(QWidget *parent = 0); +}; + +} + +#endif // __INCLUDED_EDITOR_SIDEBAR__ \ No newline at end of file -- cgit v1.2.3