Added cool icon to promoe.

This commit is contained in:
Tobias Rundstrom 2006-02-27 19:30:36 -03:00
parent fa4fc01a31
commit 19cafc34e1
6 changed files with 24 additions and 1 deletions

View file

@ -2,12 +2,16 @@
#include "MainWindow.h"
#include <QSettings>
#include <QIcon>
MainWindow::MainWindow (QWidget *parent) : QMainWindow (parent)
{
setWindowFlags(Qt::FramelessWindowHint);
setGeometry(100, 100, 275, 116);
#ifndef _WIN32
setWindowIcon (QIcon (":icon.png"));
#endif
/*
* The MainDisplay is the mainwindow non-shaded mode
*/