mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-16 07:49:59 +02:00
ElementEditor: terminaleditor.h indentation and alignment
This commit is contained in:
committed by
Laurent Trinques
parent
f8240558a0
commit
45edc34269
@@ -31,15 +31,14 @@ class QComboBox;
|
|||||||
*/
|
*/
|
||||||
class TerminalEditor : public ElementItemEditor {
|
class TerminalEditor : public ElementItemEditor {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
// Constructors, destructor
|
// Constructors, destructor
|
||||||
public:
|
public:
|
||||||
TerminalEditor(QETElementEditor *, QList<PartTerminal *>& terms, QWidget * = nullptr);
|
TerminalEditor(QETElementEditor *, QList<PartTerminal *>& terms, QWidget * = nullptr);
|
||||||
TerminalEditor(QETElementEditor *, QWidget * = nullptr);
|
TerminalEditor(QETElementEditor *, QWidget * = nullptr);
|
||||||
|
|
||||||
~TerminalEditor() override;
|
~TerminalEditor() override;
|
||||||
private:
|
private:
|
||||||
TerminalEditor(const TerminalEditor &);
|
TerminalEditor(const TerminalEditor &);
|
||||||
|
|
||||||
void init();
|
void init();
|
||||||
|
|
||||||
// attributes
|
// attributes
|
||||||
|
|||||||
Reference in New Issue
Block a user