Frameless window

This commit is contained in:
pokamest 2021-01-03 21:18:20 +03:00
parent f36c16191b
commit e38ff95688
7 changed files with 712 additions and 10 deletions

View file

@ -3,6 +3,7 @@
#include <QMainWindow>
#include "framelesswindow.h"
#include "vpnprotocol.h"
class Settings;
@ -15,7 +16,7 @@ class MainWindow;
/**
* @brief The MainWindow class - Main application window
*/
class MainWindow : public QMainWindow
class MainWindow : public CFramelessWindow
{
Q_OBJECT