# 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 <QDialog> +#include <QCloseEvent> + #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 @@ <rect> <x>0</x> <y>0</y> - <width>255</width> - <height>327</height> + <width>257</width> + <height>334</height> </rect> </property> <property name="windowTitle" > @@ -83,14 +83,14 @@ </spacer> </item> <item row="1" column="1" colspan="2" > - <widget class="QLabel" name="label_3" > + <widget class="QLabel" name="framePaddingLabel" > <property name="text" > <string>Padding</string> </property> </widget> </item> <item row="2" column="1" colspan="2" > - <widget class="QLabel" name="label_4" > + <widget class="QLabel" name="frameBorderLabel" > <property name="text" > <string>Borderline width</string> </property> @@ -362,7 +362,7 @@ <sender>closeButton</sender> <signal>clicked()</signal> <receiver>BranchPropertyWindow</receiver> - <slot>hide()</slot> + <slot>close()</slot> <hints> <hint type="sourcelabel" > <x>315</x>