X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=branchpropeditor.h;fp=branchpropeditor.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=26ca3dcd46ef0003451ae0c16b7cb7f9aed9ca28;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/branchpropeditor.h b/branchpropeditor.h deleted file mode 100644 index 26ca3dc..0000000 --- a/branchpropeditor.h +++ /dev/null @@ -1,64 +0,0 @@ -#ifndef BRANCHPROPERTYEDITOR_H -#define BRANCHPROPERTYEDITOR_H - -#include "ui_branchpropeditor.h" - -#include -#include -#include - - -//#include "attributedelegate.h" -#include "branchobj.h" - -class QAbstractItemModel; -class VymModel; - -class BranchPropertyEditor:public QDialog -{ - Q_OBJECT -public: - BranchPropertyEditor (QWidget *parent=0); - ~BranchPropertyEditor (); - void setItem (TreeItem *); - void setModel (VymModel *); - -private slots: - void frameTypeChanged (int); - void framePenColorClicked (); - void frameBrushColorClicked (); - void framePaddingChanged(int); - void frameBorderWidthChanged(int); - void frameIncludeChildrenChanged(int); - void linkHideUnselectedChanged (int); - void incImgVerChanged (int); - void incImgHorChanged (int); - void childrenFreePositioningChanged (int); -// void addAttributeClicked(); -// void deleteAttributeClicked(); - -signals: - void windowClosed(); - -protected: - void closeEvent( QCloseEvent* ); - -private: - void connectSignals(); - void disconnectSignals(); - - Ui::BranchPropertyEditor ui; - - BranchObj *branchObj; - BranchItem *branchItem; - VymModel *model; - - QColor penColor; - QColor brushColor; - -// QAbstractItemModel *attributeModel; - -// AttributeDelegate delegate; -}; - -#endif //