summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/qcheckentry.cpp
Unidiff
Diffstat (limited to 'noncore/apps/checkbook/qcheckentry.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/checkbook/qcheckentry.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/checkbook/qcheckentry.cpp b/noncore/apps/checkbook/qcheckentry.cpp
index 9ff02c9..2e8da1c 100644
--- a/noncore/apps/checkbook/qcheckentry.cpp
+++ b/noncore/apps/checkbook/qcheckentry.cpp
@@ -26,12 +26,17 @@ QCheckEntry::QCheckEntry()
26 checkNumber->setMaxLength(10); 26 checkNumber->setMaxLength(10);
27 27
28 transAmount->setValidChars("0123456789."); 28 transAmount->setValidChars("0123456789.");
29 29
30 transFee->setMaxLength(5); 30 transFee->setMaxLength(5);
31 transFee->setValidChars("0123456789."); 31 transFee->setValidChars("0123456789.");
32 setTabOrder(transType,checkNumber);
33 setTabOrder(checkNumber,transAmount);
34 setTabOrder(transAmount,transFee);
35 setTabOrder(transFee,dateEdit);
36 setTabOrder(dateEdit, additionalNotes );
32} 37}
33 38
34void QCheckEntry::paymentClicked() 39void QCheckEntry::paymentClicked()
35{ 40{
36 cmbCategory->clear(); 41 cmbCategory->clear();
37 cmbCategory->insertItem( tr( "Automobile" ) ); 42 cmbCategory->insertItem( tr( "Automobile" ) );