mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-14 14:49:59 +02:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user