Mercurial > hg > easaier-soundaccess
changeset 184:6a574a1abfc8
set PropertyBox title to the name of the layer or filter
author | lbajardsilogic |
---|---|
date | Fri, 23 Nov 2007 13:19:43 +0000 |
parents | 2e81141893db |
children | 126ce8570eb2 |
files | widgets/PropertyBox.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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