# HG changeset patch # User insilmaril # Date 1178119877 0 # Node ID 31196a98699c6fd6e7d3ccdc43a9390c63188b74 # Parent 4e2c9394c7da8e87a00207c2503b5ddb54913ef1 Mainly documentation fixes diff -r 4e2c9394c7da -r 31196a98699c branchpropwindow.h --- a/branchpropwindow.h Wed May 02 15:31:17 2007 +0000 +++ b/branchpropwindow.h Wed May 02 15:31:17 2007 +0000 @@ -3,6 +3,9 @@ #include "ui_branchpropwindow.h" +#include +#include + #include "branchobj.h" #include "mapeditor.h" @@ -25,6 +28,12 @@ void incImgVerChanged (int); void incImgHorChanged (int); +signals: + void windowClosed(); + +protected: + void closeEvent( QCloseEvent* ); + private: void connectSignals(); void disconnectSignals(); diff -r 4e2c9394c7da -r 31196a98699c branchpropwindow.ui --- a/branchpropwindow.ui Wed May 02 15:31:17 2007 +0000 +++ b/branchpropwindow.ui Wed May 02 15:31:17 2007 +0000 @@ -5,8 +5,8 @@ 0 0 - 255 - 327 + 257 + 334 @@ -83,14 +83,14 @@ - + Padding - + Borderline width @@ -362,7 +362,7 @@ closeButton clicked() BranchPropertyWindow - hide() + close() 315