18#ifndef TERMINALSTRIPEDITORWINDOW_H
19#define TERMINALSTRIPEDITORWINDOW_H
33 class TerminalStripEditorWindow;
44 static QPointer<TerminalStripEditorWindow>
window_;
92 Ui::TerminalStripEditorWindow *
ui{
nullptr};
Definition freeterminaleditor.h:33
Definition qetproject.h:77
The TerminalStripEditor class Main dialog used to edit terminal strip of a project.
Definition terminalstripeditor.h:38
void updateUi()
Definition terminalstripeditorwindow.cpp:122
void on_m_button_box_clicked(QAbstractButton *button)
TerminalStripEditorWindow::on_m_button_box_clicked Action when user click on the apply/reset button.
Definition terminalstripeditorwindow.cpp:192
static void dropInstance()
Definition terminalstripeditorwindow.h:60
void on_m_reload_triggered()
TerminalStripEditorWindow::on_m_reload_triggered.
Definition terminalstripeditorwindow.cpp:181
void on_m_add_terminal_strip_triggered()
TerminalStripEditorWindow::on_m_add_terminal_strip_triggered Action when user click on add terminal s...
Definition terminalstripeditorwindow.cpp:145
static QPointer< TerminalStripEditorWindow > window_
Definition terminalstripeditorwindow.h:44
void addTreeDockWidget()
TerminalStripEditorWindow::addTreeDockWidget.
Definition terminalstripeditorwindow.cpp:103
QPointer< QETProject > m_project
Definition terminalstripeditorwindow.h:93
FreeTerminalEditor * m_free_terminal_editor
Definition terminalstripeditorwindow.h:95
void currentStripChanged(TerminalStrip *strip)
TerminalStripEditorWindow::currentStripChanged.
Definition terminalstripeditorwindow.cpp:115
TerminalStripEditorWindow(QETProject *project, QWidget *parent=nullptr)
Definition terminalstripeditorwindow.cpp:52
void on_m_remove_terminal_triggered()
TerminalStripEditorWindow::on_m_remove_terminal_triggered.
Definition terminalstripeditorwindow.cpp:165
void on_m_stacked_widget_currentChanged(int arg1)
Definition terminalstripeditorwindow.cpp:217
TerminalStripEditor * m_terminal_strip_editor
Definition terminalstripeditorwindow.h:96
void setCurrentStrip(TerminalStrip *strip)
Definition terminalstripeditorwindow.cpp:96
Ui::TerminalStripEditorWindow * ui
Definition terminalstripeditorwindow.h:92
static void edit(TerminalStrip *strip)
TerminalStripEditorWindow::TerminalStripEditorWindow.
Definition terminalstripeditorwindow.cpp:42
TerminalStripTreeDockWidget * m_tree_dock
Definition terminalstripeditorwindow.h:94
void setProject(QETProject *project)
TerminalStripEditorWindow::setProject.
Definition terminalstripeditorwindow.cpp:88
~TerminalStripEditorWindow()
TerminalStripEditorWindow::~TerminalStripEditorWindow.
Definition terminalstripeditorwindow.cpp:79
static TerminalStripEditorWindow * instance(QETProject *project, QWidget *parent=nullptr)
Definition terminalstripeditorwindow.h:47
The TerminalStrip class This class hold all the datas and configurations of a terminal strip (but the...
Definition terminalstrip.h:45
Definition autonumberingdockwidget.h:30