Update PDF export constants and header dimensions in PDFController and PerechenTableModel. Adjusted row counts for first and subsequent pages to improve layout consistency.

This commit is contained in:
2025-12-09 14:17:47 +03:00
parent f6e42ba8f7
commit fa402d5ced
2 changed files with 18 additions and 17 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ public:
explicit PerechenTableModel(QObject *parent = nullptr);
// Константы для разбивки на страницы
static const int ROWS_PER_FIRST_PAGE = 27;
static const int ROWS_PER_OTHER_PAGE = 33;
static const int ROWS_PER_FIRST_PAGE = 25;
static const int ROWS_PER_OTHER_PAGE = 32;
// Методы QAbstractTableModel
int rowCount(const QModelIndex &parent = QModelIndex()) const override;