diff options
Diffstat (limited to 'cashflow.ui')
| -rw-r--r-- | cashflow.ui | 89 |
1 files changed, 83 insertions, 6 deletions
diff --git a/cashflow.ui b/cashflow.ui index 7f35845..14d4562 100644 --- a/cashflow.ui +++ b/cashflow.ui @@ -90,12 +90,7 @@ </widget> </item> <item> - <widget class="QComboBox" name="accountFilterCombo"> - <item> - <property name="text"> - <string>All Accounts</string> - </property> - </item> + <widget class="MultiSelectComboBox" name="accountFilterCombo"> </widget> </item> <item> @@ -630,6 +625,81 @@ </item> </layout> </widget> + <widget class="QWidget" name="chartsTab"> + <attribute name="title"> + <string>Charts</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout_charts"> + <item> + <layout class="QHBoxLayout" name="chartControlsLayout"> + <item> + <widget class="QLabel" name="chartTypeLabel"> + <property name="text"> + <string>Chart Type:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="chartTypeCombo"> + <item> + <property name="text"> + <string>Balance Trend</string> + </property> + </item> + </widget> + </item> + <item> + <widget class="QLabel" name="chartDateFromLabel"> + <property name="text"> + <string>From:</string> + </property> + </widget> + </item> + <item> + <widget class="QDateEdit" name="chartDateFromEdit"> + <property name="calendarPopup"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="chartDateToLabel"> + <property name="text"> + <string>To:</string> + </property> + </widget> + </item> + <item> + <widget class="QDateEdit" name="chartDateToEdit"> + <property name="calendarPopup"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_chart"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item> + <layout class="QVBoxLayout" name="chartViewLayout"> + <property name="objectName"> + <string notr="true">chartViewLayout</string> + </property> + </layout> + </item> + </layout> + </widget> </widget> </item> </layout> @@ -714,6 +784,13 @@ </property> </action> </widget> + <customwidgets> + <customwidget> + <class>MultiSelectComboBox</class> + <extends>QComboBox</extends> + <header>multiselectcombobox.h</header> + </customwidget> + </customwidgets> <resources/> <connections/> </ui> |
