mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-10 07:59:58 +01:00
propertieseditordockwidget : remove button box. (become unused with live edit mode)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4014 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include <QDockWidget>
|
||||
|
||||
class PropertiesEditorWidget;
|
||||
class QAbstractButton;
|
||||
|
||||
namespace Ui {
|
||||
class PropertiesEditorDockWidget;
|
||||
@@ -41,12 +40,6 @@ class PropertiesEditorDockWidget : public QDockWidget
|
||||
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);
|
||||
|
||||
|
||||
private slots:
|
||||
void on_buttonBox_clicked(QAbstractButton *button);
|
||||
|
||||
protected:
|
||||
QList <PropertiesEditorWidget *> m_editor_list;
|
||||
|
||||
Reference in New Issue
Block a user