Enhance document editing capabilities by adding context menu options for copying, cutting, and pasting rows and cells in DocumentEditWidget. Refactor related methods for improved clipboard handling and data management. Introduce new helper functions for better code organization.

This commit is contained in:
2025-12-30 11:53:08 +03:00
parent 80e407e6be
commit 84b7eceb9f
5 changed files with 552 additions and 24 deletions
+1
View File
@@ -83,6 +83,7 @@ private:
// Методы для группировки
QString getComponentType(ComponentModel *component);
QString getComponentTypeSingular(ComponentModel *component);
// Метод для разделения десигнатора на буквенную и цифровую части
QPair<QString, QString> splitDesignator(const QString &designator);