--- a/QTfrontend/bgwidget.cpp Sun May 17 13:03:56 2009 +0000
+++ b/QTfrontend/bgwidget.cpp Sun May 17 13:04:58 2009 +0000
@@ -65,6 +65,7 @@
BGWidget::BGWidget(QWidget * parent) : QWidget(parent)
{
+ setAttribute(Qt::WA_NoSystemBackground, true);
sprite.load(":/res/Star.png");
setAutoFillBackground(false);
--- a/QTfrontend/pages.cpp Sun May 17 13:03:56 2009 +0000
+++ b/QTfrontend/pages.cpp Sun May 17 13:04:58 2009 +0000
@@ -64,6 +64,7 @@
PageMain::PageMain(QWidget* parent) :
AbstractPage(parent)
{
+ setAttribute(Qt::WA_NoSystemBackground, true);
QGridLayout * pageLayout = new QGridLayout(this);
//pageLayout->setColumnStretch(0, 1);
//pageLayout->setColumnStretch(1, 2);