Bug Fix: correct Folio List folio display. Bug Fix: correct arrow key move behavior

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4693 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
dfochi
2016-09-05 21:19:00 +00:00
parent f9a0f5a13d
commit b1c465528d
4 changed files with 8 additions and 3 deletions

View File

@@ -95,6 +95,8 @@ class BorderTitleBlock : public QObject
QString title() const { return(btb_title_); }
/// @return the value of the title block "Folio" field
QString folio() const { return(btb_folio_); }
/// @return the value of the title block "Folio" field as displayed
QString finalfolio() const { return(btb_final_folio_); }
/// @return the value of the title block "Machine" field
QString machine() const { return(btb_machine_); }
/// @return the value of the title block "Locmach" field