diff options
| author | Calvin Morrison <calvin@pobox.com> | 2026-01-25 11:05:24 -0500 |
|---|---|---|
| committer | Calvin Morrison <calvin@pobox.com> | 2026-01-25 11:05:24 -0500 |
| commit | ccecd9eb65d88d74a5e6bad6b38324d8414b35a1 (patch) | |
| tree | 4a7fb93aa01c8ca9850c083405ccaec15f4a8d56 /cashflow.ui | |
| parent | fb51ae563d69944d8399d8b4705f2714d15a74c1 (diff) | |
add jump to today
Diffstat (limited to 'cashflow.ui')
| -rw-r--r-- | cashflow.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cashflow.ui b/cashflow.ui index 14d4562..3bed492 100644 --- a/cashflow.ui +++ b/cashflow.ui @@ -119,6 +119,16 @@ </property> </widget> </item> + <item> + <widget class="QPushButton" name="jumpTodayBtn"> + <property name="text"> + <string>Today</string> + </property> + <property name="toolTip"> + <string>Jump the view to today's date</string> + </property> + </widget> + </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> |
