mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-24 13:59:59 +01:00
Element info widget: check box "show" work in live edit mode
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3998 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -42,8 +42,9 @@ class ElementInfoPartWidget : public QWidget
|
||||
void setFocusTolineEdit();
|
||||
|
||||
signals:
|
||||
void textEdited (const QString & text);
|
||||
void textChanged(const QString & text);
|
||||
void textEdited (const QString & text);
|
||||
void textChanged (const QString & text);
|
||||
void showClicked (bool checked);
|
||||
|
||||
//ATTRIBUTES
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user