mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-26 13:20:52 +01:00
Ajout de boutons pour gerer les collections et elements
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@109 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -22,6 +22,9 @@ class ElementsPanelWidget : public QWidget {
|
||||
private:
|
||||
ElementsPanel *elements_panel;
|
||||
QToolBar *toolbar;
|
||||
QAction *reload;
|
||||
QAction *new_category, *edit_category, *delete_category;
|
||||
QAction *new_element, *edit_element, *delete_element;
|
||||
|
||||
// methodes
|
||||
public:
|
||||
@@ -29,6 +32,8 @@ class ElementsPanelWidget : public QWidget {
|
||||
|
||||
public slots:
|
||||
void newElement();
|
||||
void newCategory();
|
||||
void updateButtons();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user