mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Start to move terminal strip editor from QDialog to QMainWindow
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
#include "undocommand/rotatetextscommand.h"
|
||||
#include "diagram.h"
|
||||
#include "TerminalStrip/ui/terminalstripeditor.h"
|
||||
#include "TerminalStrip/ui/terminalstripeditorwindow.h"
|
||||
#include "ui/diagrameditorhandlersizewidget.h"
|
||||
|
||||
#ifdef BUILD_WITHOUT_KF5
|
||||
@@ -448,6 +449,9 @@ void QETDiagramEditor::setUpActions()
|
||||
{
|
||||
auto str = new TerminalStripEditor(project, this);
|
||||
str->show();
|
||||
|
||||
auto tsew = new TerminalStripEditorWindow(project, this);
|
||||
tsew->show();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user