[Lprof-devel] lprof/src/IDqt profileid.cpp,1.19,1.20
Brought to you by:
hvengel
|
From: Hal E. <hv...@us...> - 2009-05-18 21:17:25
|
Update of /cvsroot/lprof/lprof/src/IDqt In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2529/src/IDqt Modified Files: profileid.cpp Log Message: Change the way various dialogs are instantiated so that the close button in the title bar will show up when using newer versions of Qt. Index: profileid.cpp =================================================================== RCS file: /cvsroot/lprof/lprof/src/IDqt/profileid.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** profileid.cpp 6 Mar 2008 21:18:58 -0000 1.19 --- profileid.cpp 18 May 2009 21:17:17 -0000 1.20 *************** *** 70,74 **** ProfileID::ProfileID( QWidget *parent) ! : QDialog(parent, "", 0, Qt::WStyle_SysMenu | Qt::WStyle_MinMax | Qt::WStyle_Title) { setupUi(this); --- 70,74 ---- ProfileID::ProfileID( QWidget *parent) ! : QDialog(parent, "", 0, Qt::WindowSystemMenuHint) { setupUi(this); |