diff -r b7447adddc9a -r 5522d1da7e37 mainwindow.h --- a/mainwindow.h Wed Jan 10 13:26:12 2007 +0000 +++ b/mainwindow.h Tue Jan 23 11:50:53 2007 +0000 @@ -3,6 +3,7 @@ #include +#include "branchpropwindow.h" #include "file.h" #include "findwindow.h" #include "historywindow.h" @@ -146,8 +147,6 @@ void formatSelectBackImage(); void formatSelectLinkColor(); void formatToggleLinkColorHint(); - void formatFrameNone(); - void formatFrameRectangle(); void formatIncludeImagesVer(); void formatIncludeImagesHor(); void formatHideLinkUnselected(); @@ -174,6 +173,7 @@ bool useFlagGroups(); private slots: + void showPropertyDialog(); void windowNextEditor(); void windowPreviousEditor(); void windowShowNoteEditor(); @@ -200,6 +200,8 @@ HistoryWindow *historyWindow; + BranchPropertyWindow *branchPropertyWindow; + QList actionListBranches; QColor currentColor; @@ -263,8 +265,8 @@ QAction* actionModModeCopy; QActionGroup *actionGroupFormatFrameTypes; - QAction *actionFormatFrameNone; - QAction *actionFormatFrameRectangle; + + QAction *actionOpenPropertyDialog; QActionGroup *actionGroupFormatLinkStyles; QAction *actionFormatLinkStyleLine;