mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 01:10:53 +01:00
Diagram editor : add dock widget for edit the current selection.
For the moment only work with element git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3943 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -55,8 +55,9 @@ class ElementSelectorWidget : public QWidget
|
||||
void buildInterface();
|
||||
|
||||
private slots:
|
||||
void setSelectedElement (const int i) {selected_element = elements_list.at(i);}
|
||||
void showElementFromList (const int i);
|
||||
void setSelectedElement (const int i) {selected_element = elements_list.at(i);}
|
||||
void showElementFromList (const int i);
|
||||
void showedElementWasDeleted ();
|
||||
|
||||
|
||||
///Attributes
|
||||
|
||||
Reference in New Issue
Block a user