Mercurial > hg > easaier-soundaccess
comparison widgets/ItemLayerList.cpp @ 183:2e81141893db
resolve problem with hide and show action of the PropertyBox
author | lbajardsilogic |
---|---|
date | Fri, 23 Nov 2007 11:18:39 +0000 |
parents | 7386cd014f52 |
children |
comparison
equal
deleted
inserted
replaced
182:7386cd014f52 | 183:2e81141893db |
---|---|
118 //connect(); | 118 //connect(); |
119 } | 119 } |
120 | 120 |
121 void ItemLayerList::configAction(){ | 121 void ItemLayerList::configAction(){ |
122 if(m_propertyBox!=0){ | 122 if(m_propertyBox!=0){ |
123 //m_propertyBox->close(); | 123 m_propertyBox->showNormal(); |
124 m_propertyBox->setWindowFlags(m_propertyBox->windowFlags() | Qt::WindowStaysOnTopHint); | |
125 m_propertyBox->show(); | |
126 m_propertyBox->activateWindow(); | |
127 } | 124 } |
128 } | 125 } |
129 | 126 |
130 | 127 |
131 /*********SLOTS ************/ | 128 /*********SLOTS ************/ |