Element info widget : remove the check box 'visible'

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5334 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2018-04-14 12:21:07 +00:00
parent e3930df5b5
commit 2cf181bf84
4 changed files with 12 additions and 70 deletions

View File

@@ -36,9 +36,6 @@ class ElementInfoPartWidget : public QWidget
QString key () const {return key_;}
void setText (const QString &);
QString text () const;
bool mustShow () const;
void setShow (const bool &);
void setHideShow (const bool &);
void setFocusTolineEdit();
void setEnabled(bool e);
void setDisabled(bool d);
@@ -46,7 +43,6 @@ class ElementInfoPartWidget : public QWidget
signals:
void textEdited (const QString & text);
void textChanged (const QString & text);
void showClicked (bool checked);
//ATTRIBUTES
private: