ui fixes for macos
This commit is contained in:
parent
e38ff95688
commit
9fa515a9d4
6 changed files with 81 additions and 236 deletions
|
@ -16,7 +16,12 @@ class MainWindow;
|
|||
/**
|
||||
* @brief The MainWindow class - Main application window
|
||||
*/
|
||||
#ifdef Q_OS_WIN
|
||||
class MainWindow : public CFramelessWindow
|
||||
#else
|
||||
class MainWindow : public QMainWindow
|
||||
#endif
|
||||
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue