[kmymoney] [Bug 389631] Date edit should default on day section

Anguo bugzilla_noreply at kde.org
Tue Jan 30 10:03:51 UTC 2018


https://bugs.kde.org/show_bug.cgi?id=389631

--- Comment #3 from Anguo <kde_bugs at overshoot.tv> ---
Please do not feel undue pressure for what is now a minor request, but for the
record, the ideal functionality would be if the arrow up/down keys would behave
as the +/- keys, i.e. if they were also incrementing/descrementing the month
and year when appropriate. Then we can ignore the end of month situation and
always use the same arrow keys.

I am not familiar with the QT API so I don't know how much of a hassle it would
be to implement. Feel free to ignore this.

void KMyMoney::OldDateEdit::keyPressEvent(QKeyEvent* k)
{
  // ...
  QDateEdit::keyPressEvent(k);
}

http://doc.qt.io/archives/qt-4.8/qdatetimeedit.html#keyPressEvent

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list