From efccc69c0035554367b33900e3b1079e00a11730 Mon Sep 17 00:00:00 2001 From: Dober Date: Mon, 18 Dec 2017 19:37:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=8B=D0=BB=D0=B5=D1=82=D0=B0=D0=B5?= =?UTF-8?q?=D1=82=20=D1=81=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC=20=D0=BF=D0=B0=D0=BC=D1=8F?= =?UTF-8?q?=D1=82=D0=B8=20=20https://i.imhst.ru/odtCdZL.png?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conmenu.cpp | 2 +- conmenu.h | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conmenu.cpp b/conmenu.cpp index 7a4743e..a115c6f 100644 --- a/conmenu.cpp +++ b/conmenu.cpp @@ -9,7 +9,7 @@ conmenu::conmenu() { - this->setWindowFlags(Qt::FramelessWindowHint | Qt::Popup);//будь всплывайкой + //this->setWindowFlags(Qt::FramelessWindowHint | Qt::Popup);//будь всплывайкой this->setStyleSheet("background-color:#444");//общий задний фон QVBoxLayout *boss = new QVBoxLayout(this);//main init diff --git a/conmenu.h b/conmenu.h index ef86a8f..e484299 100644 --- a/conmenu.h +++ b/conmenu.h @@ -3,11 +3,12 @@ #include "pcore.h" #include +#include "login.h" class QBoxLayout; class QHBoxLayout; -class login; +//class login; class conmenu : public QDialog { @@ -16,6 +17,9 @@ class conmenu : public QDialog public: conmenu(); ~conmenu(); + /*PCore *core; + QHBoxLayout *cont; + QPushButton *sBut(QBoxLayout *bb, const QString &name);*/ private: login *logcore; protected: