mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-22 04:29:58 +01:00
Diagram editor : add new context menu action "group the selected texts"
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5372 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -156,7 +156,6 @@ class QETDiagramEditor : public QETMainWindow {
|
||||
|
||||
private slots:
|
||||
void selectionChanged();
|
||||
//void activeUndoStackCleanChanged (bool clean);
|
||||
|
||||
// attributes
|
||||
private:
|
||||
@@ -211,6 +210,7 @@ class QETDiagramEditor : public QETMainWindow {
|
||||
QAction *m_rotate_selection; ///< Rotate selected elements and text items by 90 degrees
|
||||
QAction *m_rotate_texts; ///< Direct selected text items to a specific angle
|
||||
QAction *m_find_element; ///< Find the selected element in the panel
|
||||
QAction *m_group_selected_texts = nullptr;
|
||||
|
||||
QActionGroup m_file_actions_group; ///Actions related to file (open, close, save...)
|
||||
QAction *m_close_file; ///< Close current project file
|
||||
|
||||
Reference in New Issue
Block a user