diff options
| author | Calvin Morrison <calvin@pobox.com> | 2026-01-25 15:23:07 -0500 |
|---|---|---|
| committer | Calvin Morrison <calvin@pobox.com> | 2026-01-25 15:23:07 -0500 |
| commit | 2c204cd94e2d30aee136fbb0f14b64d5cc29b266 (patch) | |
| tree | 78bf415477414f129ff034423ed4319391d53f33 /cashflow.ui | |
| parent | 9094e0ea4a49626188f79642bff22d57d6732899 (diff) | |
Diffstat (limited to 'cashflow.ui')
| -rw-r--r-- | cashflow.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cashflow.ui b/cashflow.ui index 3bed492..40779c7 100644 --- a/cashflow.ui +++ b/cashflow.ui @@ -731,6 +731,7 @@ <addaction name="actionOpen"/> <addaction name="actionSaveAs"/> <addaction name="separator"/> + <addaction name="actionImportCSV"/> <addaction name="actionExportCSV"/> <addaction name="separator"/> <addaction name="actionQuit"/> @@ -793,6 +794,14 @@ <string>Ctrl+E</string> </property> </action> + <action name="actionImportCSV"> + <property name="text"> + <string>Import CSV...</string> + </property> + <property name="shortcut"> + <string>Ctrl+I</string> + </property> + </action> </widget> <customwidgets> <customwidget> |
