branchpropwindow.h
changeset 767 6d2b32f305f9
parent 721 12958f987bcf
child 785 5987f9f15bac
     1.1 --- a/branchpropwindow.h	Thu May 07 08:48:53 2009 +0000
     1.2 +++ b/branchpropwindow.h	Wed May 13 08:26:27 2009 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  #include <QtGui>
     1.5  
     1.6  
     1.7 -#include "attributedelegate.h"
     1.8 +//#include "attributedelegate.h"
     1.9  #include "branchobj.h"
    1.10  #include "vymmodel.h"
    1.11  
    1.12 @@ -32,8 +32,8 @@
    1.13  	void linkHideUnselectedChanged (int);
    1.14  	void incImgVerChanged (int);
    1.15  	void incImgHorChanged (int);
    1.16 -	void addAttributeClicked();
    1.17 -	void deleteAttributeClicked();
    1.18 +//	void addAttributeClicked();
    1.19 +//	void deleteAttributeClicked();
    1.20  
    1.21  signals:
    1.22  	void windowClosed();
    1.23 @@ -53,9 +53,9 @@
    1.24  	QColor penColor;
    1.25  	QColor brushColor;
    1.26  
    1.27 -	QAbstractItemModel *attributeModel;
    1.28 +//	QAbstractItemModel *attributeModel;
    1.29  
    1.30 -	AttributeDelegate delegate;
    1.31 +//	AttributeDelegate delegate;
    1.32  };
    1.33  
    1.34  #endif //