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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user