diff options
Diffstat (limited to 'cashflow.ui')
| -rw-r--r-- | cashflow.ui | 154 |
1 files changed, 49 insertions, 105 deletions
diff --git a/cashflow.ui b/cashflow.ui index 6592c0d..5d58574 100644 --- a/cashflow.ui +++ b/cashflow.ui @@ -493,111 +493,6 @@ </item> </layout> </widget> - <widget class="QWidget" name="settingsTab"> - <attribute name="title"> - <string>Settings</string> - </attribute> - <layout class="QVBoxLayout" name="verticalLayout_4"> - <item> - <widget class="QGroupBox" name="settingsGroupBox"> - <property name="title"> - <string>Application Settings</string> - </property> - <layout class="QFormLayout" name="formLayout"> - <item row="0" column="0"> - <widget class="QLabel" name="label_18"> - <property name="text"> - <string>Currency Symbol:</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="currencyEdit"> - <property name="maxLength"> - <number>3</number> - </property> - <property name="placeholderText"> - <string>$</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_19"> - <property name="text"> - <string>Amount Font:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QPushButton" name="amountFontBtn"> - <property name="text"> - <string>Choose Font...</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_20"> - <property name="text"> - <string>Default Period:</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QComboBox" name="defaultPeriodCombo"> - <item> - <property name="text"> - <string>Daily</string> - </property> - </item> - <item> - <property name="text"> - <string>Weekly</string> - </property> - </item> - <item> - <property name="text"> - <string>Monthly</string> - </property> - </item> - <item> - <property name="text"> - <string>Quarterly</string> - </property> - </item> - </widget> - </item> - <item row="3" column="0" colspan="2"> - <widget class="QCheckBox" name="defaultShowAccountBalancesCheck"> - <property name="text"> - <string>Show Account Balances by Default</string> - </property> - </widget> - </item> - <item row="4" column="0" colspan="2"> - <widget class="QPushButton" name="saveSettingsBtn"> - <property name="text"> - <string>Save Settings</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> </widget> </item> </layout> @@ -611,8 +506,57 @@ <height>22</height> </rect> </property> + <widget class="QMenu" name="menuFile"> + <property name="title"> + <string>File</string> + </property> + <addaction name="actionNew"/> + <addaction name="actionOpen"/> + <addaction name="separator"/> + <addaction name="actionQuit"/> + </widget> + <widget class="QMenu" name="menuSettings"> + <property name="title"> + <string>Settings</string> + </property> + <addaction name="actionPreferences"/> + </widget> + <addaction name="menuFile"/> + <addaction name="menuSettings"/> </widget> <widget class="QStatusBar" name="statusbar"/> + <action name="actionNew"> + <property name="text"> + <string>New...</string> + </property> + <property name="shortcut"> + <string>Ctrl+N</string> + </property> + </action> + <action name="actionOpen"> + <property name="text"> + <string>Open...</string> + </property> + <property name="shortcut"> + <string>Ctrl+O</string> + </property> + </action> + <action name="actionQuit"> + <property name="text"> + <string>Quit</string> + </property> + <property name="shortcut"> + <string>Ctrl+Q</string> + </property> + </action> + <action name="actionPreferences"> + <property name="text"> + <string>Preferences...</string> + </property> + <property name="shortcut"> + <string>Ctrl+,</string> + </property> + </action> </widget> <resources/> <connections/> |
