diff options
| author | Calvin Morrison <calvin@pobox.com> | 2025-12-27 16:04:48 -0500 |
|---|---|---|
| committer | Calvin Morrison <calvin@pobox.com> | 2025-12-27 16:04:48 -0500 |
| commit | 5e9b299dfe95a7f99f029802089c047a392eee3a (patch) | |
| tree | 164c14e8f4e5a8161338f94463ef4df7b63519bd /cashflow.ui | |
| parent | 5305661f325ea84bbbc9c8fc7b6f2a4813a9147d (diff) | |
WIP: occurrence_key model before refactoring to persistent projections
Diffstat (limited to 'cashflow.ui')
| -rw-r--r-- | cashflow.ui | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/cashflow.ui b/cashflow.ui index 5d58574..4f34590 100644 --- a/cashflow.ui +++ b/cashflow.ui @@ -271,7 +271,37 @@ </item> </widget> </item> - <item row="2" column="0" colspan="3"> + <item row="2" column="0"> + <widget class="QLabel" name="label_17"> + <property name="text"> + <string>Recurring Rule:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QComboBox" name="entryRecurringCombo"> + <item> + <property name="text"> + <string>(None)</string> + </property> + </item> + </widget> + </item> + <item row="2" column="2"> + <widget class="QLabel" name="label_18"> + <property name="text"> + <string>Occurrence:</string> + </property> + </widget> + </item> + <item row="2" column="3"> + <widget class="QLineEdit" name="entryOccurrenceEdit"> + <property name="placeholderText"> + <string>Auto (e.g., 2025-12)</string> + </property> + </widget> + </item> + <item row="3" column="0" colspan="3"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QPushButton" name="saveBtn"> @@ -296,7 +326,7 @@ </item> </layout> </item> - <item row="2" column="4" colspan="2"> + <item row="3" column="4" colspan="2"> <widget class="QLabel" name="entryStatusLabel"> <property name="text"> <string/> |
