Add label to page selection.

This commit is contained in:
Brübach, Lukas 2025-11-27 10:53:47 +01:00
parent e0f14ed28d
commit c4d1b7064b
2 changed files with 5 additions and 0 deletions

View file

@ -233,6 +233,7 @@ private:
// Pagination
// ---------------------------------------------------------------------
QLabel *pageLabel; ///< Label for current page selection
QSpinBox *pageSpin; ///< Spinner to select the page number for results
// ---------------------------------------------------------------------