# HG changeset patch # User insilmaril # Date 1204128546 0 # Node ID 234b4900dfa82104524aae64e5916fe289d0d580 # Parent 459110777aaf30d04f870f484d15e3e86c37385a autosave fix diff -r 459110777aaf -r 234b4900dfa8 branchpropwindow.h --- a/branchpropwindow.h Wed Feb 27 16:09:06 2008 +0000 +++ b/branchpropwindow.h Wed Feb 27 16:09:06 2008 +0000 @@ -5,10 +5,16 @@ #include #include +#include + +#include "attributedelegate.h" #include "branchobj.h" #include "mapeditor.h" + +class QAbstractItemModel; + class BranchPropertyWindow:public QDialog { Q_OBJECT @@ -27,6 +33,8 @@ void linkHideUnselectedChanged (int); void incImgVerChanged (int); void incImgHorChanged (int); + void addAttributeClicked(); + void deleteAttributeClicked(); signals: void windowClosed(); @@ -45,6 +53,10 @@ QColor penColor; QColor brushColor; + + QAbstractItemModel *attributeModel; + + AttributeDelegate delegate; }; #endif //