Help to make tab key work in kcurrencycalculator and in budget window
Thomas Baumgart
thb at net-bembel.de
Mon Feb 25 13:17:29 GMT 2019
José,
On Montag, 25. Februar 2019 13:52:05 CET José Arthur Benetasso Villanova wrote:
> Hi Thomas
>
> Like this?
>
> diff --git a/kmymoney/dialogs/kcurrencycalculator.cpp
> b/kmymoney/dialogs/kcurrencycalculator.cpp
> index bf5874d2e..ed3135fb0 100644
> --- a/kmymoney/dialogs/kcurrencycalculator.cpp
> +++ b/kmymoney/dialogs/kcurrencycalculator.cpp
> @@ -143,6 +143,10 @@ public:
> ui->m_amountButton->hide();
> ui->m_toAmount->hide();
> }
> + q->setTabOrder(ui->m_amountButton, ui->m_toAmount);
> + q->setTabOrder(ui->m_toAmount, ui->m_dateEdit);
> + q->setTabOrder(ui->m_dateEdit, ui->m_updateButton);
> + q->setTabOrder(ui->m_updateButton, ui->buttonBox);
> }
>
> void updateExample(const MyMoneyMoney& price)
>
Yes, I envisioned sothing like that.
> Still not working :-(
Too bad. I need to see what's going on. Just don't have time right now, maybe later tonite (my night time).
--
Regards
Thomas Baumgart
https://www.signal.org/ Signal, the better WhatsApp
-------------------------------------------------------------
Good judgment comes from experience,
experience comes from bad judgment -- Chuck Hackett
-------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kmymoney-devel/attachments/20190225/de370130/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 868 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kmymoney-devel/attachments/20190225/de370130/attachment.sig>
More information about the KMyMoney-devel
mailing list