Merge pull request #660 from ispyisail/feature-rotate-group

Add "rotate group" to actually rotate a selection as a whole
This commit is contained in:
plc-user
2026-08-09 12:51:37 +02:00
committed by GitHub
4 changed files with 146 additions and 5 deletions
+1
View File
@@ -217,6 +217,7 @@ class QETDiagramEditor : public QETMainWindow
*m_edit_selection, ///< To edit selected item
*m_delete_selection, ///< Delete selection
*m_rotate_selection, ///< Rotate selected elements and text items by 90 degrees
*m_rotate_group_selection = nullptr, ///< Rotate the selection as a whole around its shared center, instead of each item in place
*m_rotate_texts, ///< Direct selected text items to a specific angle
*m_find_element, ///< Find the selected element in the panel
*m_group_selected_texts = nullptr,