diff options
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/> |
