From: <hep...@us...> - 2011-03-05 22:08:02
|
Revision: 1286 http://qterm.svn.sourceforge.net/qterm/?rev=1286&view=rev Author: hephooey Date: 2011-03-05 22:07:56 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Fix translucent in compiz Modified Paths: -------------- trunk/qterm-qt4/src/qtermframe.cpp Modified: trunk/qterm-qt4/src/qtermframe.cpp =================================================================== --- trunk/qterm-qt4/src/qtermframe.cpp 2011-03-05 20:15:42 UTC (rev 1285) +++ trunk/qterm-qt4/src/qtermframe.cpp 2011-03-05 22:07:56 UTC (rev 1286) @@ -87,6 +87,8 @@ : QMainWindow(0) { s_instance = this; + setAttribute(Qt::WA_TranslucentBackground); + setAttribute(Qt::WA_NoSystemBackground, false); setAttribute(Qt::WA_DeleteOnClose); setupUi(this); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |