Added cool icon to promoe.
This commit is contained in:
parent
fa4fc01a31
commit
19cafc34e1
6 changed files with 24 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue