mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
[Qt6] ad QCloseEvent to Widgets
This commit is contained in:
@@ -18,9 +18,11 @@
|
||||
#ifndef QETELEMENTEDITOR_H
|
||||
#define QETELEMENTEDITOR_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include "../../ElementsCollection/elementslocation.h"
|
||||
|
||||
#include <QCloseEvent>
|
||||
#include <QMainWindow>
|
||||
|
||||
class ElementScene;
|
||||
class QActionGroup;
|
||||
class ElementItemEditor;
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "qetresult.h"
|
||||
#include "titleblock/templatelocation.h"
|
||||
|
||||
#include <QCloseEvent>
|
||||
#include <QTabBar>
|
||||
#include <QWidget>
|
||||
#include <QtWidgets>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "qetmainwindow.h"
|
||||
|
||||
#include <QActionGroup>
|
||||
#include <QCloseEvent>
|
||||
#include <QDir>
|
||||
#include <QMdiArea>
|
||||
#include <QSignalMapper>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "templatelocation.h"
|
||||
#include "templateview.h"
|
||||
|
||||
#include <QCloseEvent>
|
||||
#include <QtWidgets>
|
||||
class ModifyTitleBlockCellCommand;
|
||||
class TitleBlockTemplateCommand;
|
||||
|
||||
Reference in New Issue
Block a user