mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-20 17:29:59 +02:00
add a F2 shortcut for the widget "Edit the color of the given conductor"
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1313 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -118,9 +118,11 @@ class DiagramView : public QGraphicsView {
|
||||
void adjustSceneRect();
|
||||
void updateWindowTitle();
|
||||
void editSelectionProperties();
|
||||
void editSelectedConductorColor();
|
||||
void editElement(Element *);
|
||||
void editConductor();
|
||||
void editConductor(Conductor *);
|
||||
void editConductorColor(Conductor *);
|
||||
void resetConductors();
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user