mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-08 14:49:58 +01:00
Improve some code and gui
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5643 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -48,13 +48,14 @@ class ElementInfoPartWidget : public QWidget
|
||||
void textEdited (const QString & text);
|
||||
void textChanged (const QString & text);
|
||||
|
||||
//ATTRIBUTES
|
||||
private slots:
|
||||
//ATTRIBUTES
|
||||
private slots:
|
||||
void on_m_erase_text_clicked();
|
||||
|
||||
private:
|
||||
private:
|
||||
Ui::ElementInfoPartWidget *ui;
|
||||
QString key_;
|
||||
bool m_show_erase = false;
|
||||
};
|
||||
|
||||
#endif // ELEMENTINFOPARTWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user