Frameless window
This commit is contained in:
parent
f36c16191b
commit
e38ff95688
7 changed files with 712 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue