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) (unidiff)
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
@@ -29,6 +29,11 @@ QCheckEntry::QCheckEntry()
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()
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
@@ -11,7 +11,7 @@
11 <rect> 11 <rect>
12 <x>0</x> 12 <x>0</x>
13 <y>0</y> 13 <y>0</y>
14 <width>228</width> 14 <width>224</width>
15 <height>291</height> 15 <height>291</height>
16 </rect> 16 </rect>
17 </property> 17 </property>
@@ -600,4 +600,11 @@
600 <data format="XPM.GZ" length="649">789c6dd23b0ec2300c00d03da7b0e22d42e9476c88232031222186c80c3074813220c4dd214dddd84dac0e759fe2386e1a07a7e3015c639e6318ef04740b0f70d7d730bccf97fdc7d8be87f8406737c62210606869dbb531f531a57f4a299d03a7e06c11cca1055508412c2889acc2ef425423b34840a645f28244936860d2c265d7923bae8b2f05cb35a91739002d2b5727d535cbe954a43ad1e22f700755caf7407cf4799fe286c47dbe3bf303014167a2</data> 600 <data format="XPM.GZ" length="649">789c6dd23b0ec2300c00d03da7b0e22d42e9476c88232031222186c80c3074813220c4dd214dddd84dac0e759fe2386e1a07a7e3015c639e6318ef04740b0f70d7d730bccf97fdc7d8be87f8406737c62210606869dbb531f531a57f4a299d03a7e06c11cca1055508412c2889acc2ef425423b34840a645f28244936860d2c265d7923bae8b2f05cb35a91739002d2b5727d535cbe954a43ad1e22f700755caf7407cf4799fe286c47dbe3bf303014167a2</data>
601 </image> 601 </image>
602</images> 602</images>
603<tabstops>
604 <tabstop>payment</tabstop>
605 <tabstop>descriptionCombo</tabstop>
606 <tabstop>cmbCategory</tabstop>
607 <tabstop>transType</tabstop>
608 <tabstop>additionalNotes</tabstop>
609</tabstops>
603</UI> 610</UI>