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:
@@ -83,6 +83,7 @@ private:
|
||||
|
||||
// Методы для группировки
|
||||
QString getComponentType(ComponentModel *component);
|
||||
QString getComponentTypeSingular(ComponentModel *component);
|
||||
|
||||
// Метод для разделения десигнатора на буквенную и цифровую части
|
||||
QPair<QString, QString> splitDesignator(const QString &designator);
|
||||
|
||||
Reference in New Issue
Block a user