# HG changeset patch # User lbajardsilogic # Date 1195823983 0 # Node ID 6a574a1abfc8badf7af0100b1826a573d41e0d5b # Parent 2e81141893dbd9d3b0aa20cea951755da37b9c4b set PropertyBox title to the name of the layer or filter diff -r 2e81141893db -r 6a574a1abfc8 widgets/PropertyBox.cpp --- a/widgets/PropertyBox.cpp Fri Nov 23 11:18:39 2007 +0000 +++ b/widgets/PropertyBox.cpp Fri Nov 23 13:19:43 2007 +0000 @@ -97,6 +97,8 @@ setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint); + setWindowTitle(container->objectName()); + #ifdef DEBUG_PROPERTY_BOX std::cerr << "PropertyBox[" << this << "]::PropertyBox returning" << std::endl; #endif