mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-26 01:19:58 +01:00
Dock properties editor : when selection change dock try to stay in the same tab with the new selection (if possible)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3990 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -39,6 +39,7 @@ class PropertiesEditorDockWidget : public QDockWidget
|
||||
virtual void apply();
|
||||
virtual void reset();
|
||||
bool addEditor (PropertiesEditorWidget *editor, int index = 0);
|
||||
QList<PropertiesEditorWidget *> editors() const;
|
||||
bool removeEditor (PropertiesEditorWidget *editor);
|
||||
void setDisabledButtonBox(bool b = true);
|
||||
void setEnabledButtonBox (bool b = true);
|
||||
|
||||
Reference in New Issue
Block a user