18#ifndef TERMINALSTRIPEDITORWINDOW_H
19#define TERMINALSTRIPEDITORWINDOW_H
44 static QPointer<TerminalStripEditorWindow>
window_;
89 Ui::TerminalStripEditorWindow *
ui{
nullptr};
Definition freeterminaleditor.h:33
Definition qetproject.h:62
The TerminalStripEditor class Main dialog used to edit terminal strip of a project.
Definition terminalstripeditor.h:38
Definition terminalstripeditorwindow.h:37
void updateUi()
Definition terminalstripeditorwindow.cpp:105
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:175
static void dropInstance()
Definition terminalstripeditorwindow.h:58
void on_m_reload_triggered()
TerminalStripEditorWindow::on_m_reload_triggered.
Definition terminalstripeditorwindow.cpp:164
QETProject * m_project
Definition terminalstripeditorwindow.h:90
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:128
static QPointer< TerminalStripEditorWindow > window_
Definition terminalstripeditorwindow.h:44
void addTreeDockWidget()
TerminalStripEditorWindow::addTreeDockWidget.
Definition terminalstripeditorwindow.cpp:86
FreeTerminalEditor * m_free_terminal_editor
Definition terminalstripeditorwindow.h:92
void currentStripChanged(TerminalStrip *strip)
TerminalStripEditorWindow::currentStripChanged.
Definition terminalstripeditorwindow.cpp:98
void on_m_remove_terminal_triggered()
TerminalStripEditorWindow::on_m_remove_terminal_triggered.
Definition terminalstripeditorwindow.cpp:148
void on_m_stacked_widget_currentChanged(int arg1)
Definition terminalstripeditorwindow.cpp:200
TerminalStripEditor * m_terminal_strip_editor
Definition terminalstripeditorwindow.h:93
void setCurrentStrip(TerminalStrip *strip)
Definition terminalstripeditorwindow.cpp:79
Ui::TerminalStripEditorWindow * ui
Definition terminalstripeditorwindow.h:89
static void edit(TerminalStrip *strip)
TerminalStripEditorWindow::TerminalStripEditorWindow.
Definition terminalstripeditorwindow.cpp:42
TerminalStripTreeDockWidget * m_tree_dock
Definition terminalstripeditorwindow.h:91
~TerminalStripEditorWindow()
TerminalStripEditorWindow::~TerminalStripEditorWindow.
Definition terminalstripeditorwindow.cpp:74
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:26