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:
scorpio810
2011-08-22 11:17:10 +00:00
parent 0b97e6ad99
commit b1c0d8eea1
2 changed files with 53 additions and 0 deletions

View File

@@ -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: