summaryrefslogtreecommitdiff
path: root/noncore
authorllornkcor <llornkcor>2002-07-10 13:03:28 (UTC)
committer llornkcor <llornkcor>2002-07-10 13:03:28 (UTC)
commit32954f729822e2d25f9e116400cbf2522a88ce42 (patch) (side-by-side diff)
tree34031f25f40a8778c8cfc152b999d89151f605c6 /noncore
parent71326cb76ff4794167abd6fee14c4b5aaf0649d9 (diff)
downloadopie-32954f729822e2d25f9e116400cbf2522a88ce42.zip
opie-32954f729822e2d25f9e116400cbf2522a88ce42.tar.gz
opie-32954f729822e2d25f9e116400cbf2522a88ce42.tar.bz2
change tab order
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/checkbook/qcheckentry.cpp5
-rw-r--r--noncore/apps/checkbook/qcheckentrybase.ui9
2 files changed, 13 insertions, 1 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
@@ -31,2 +31,7 @@ QCheckEntry::QCheckEntry()
transFee->setValidChars("0123456789.");
+ setTabOrder(transType,checkNumber);
+ setTabOrder(checkNumber,transAmount);
+ setTabOrder(transAmount,transFee);
+ setTabOrder(transFee,dateEdit);
+ setTabOrder(dateEdit, additionalNotes );
}
diff --git a/noncore/apps/checkbook/qcheckentrybase.ui b/noncore/apps/checkbook/qcheckentrybase.ui
index a57d761..efc35ff 100644
--- a/noncore/apps/checkbook/qcheckentrybase.ui
+++ b/noncore/apps/checkbook/qcheckentrybase.ui
@@ -13,3 +13,3 @@
<y>0</y>
- <width>228</width>
+ <width>224</width>
<height>291</height>
@@ -602,2 +602,9 @@
</images>
+<tabstops>
+ <tabstop>payment</tabstop>
+ <tabstop>descriptionCombo</tabstop>
+ <tabstop>cmbCategory</tabstop>
+ <tabstop>transType</tabstop>
+ <tabstop>additionalNotes</tabstop>
+</tabstops>
</UI>