From 5305661f325ea84bbbc9c8fc7b6f2a4813a9147d Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Sat, 27 Dec 2025 15:25:36 -0500 Subject: v.01 --- settingsdialog.ui | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 settingsdialog.ui (limited to 'settingsdialog.ui') diff --git a/settingsdialog.ui b/settingsdialog.ui new file mode 100644 index 0000000..fad4c35 --- /dev/null +++ b/settingsdialog.ui @@ -0,0 +1,178 @@ + + + SettingsDialog + + + + 0 + 0 + 400 + 350 + + + + Preferences + + + + + + Application Settings + + + + + + Currency Symbol: + + + + + + + 3 + + + $ + + + + + + + Amount Font: + + + + + + + Choose Font... + + + + + + + Default Period: + + + + + + + + Daily + + + + + Weekly + + + + + Monthly + + + + + Quarterly + + + + + + + + Show Account Balances by Default + + + + + + + Week Starts On: + + + + + + + + Monday + + + + + Tuesday + + + + + Wednesday + + + + + Thursday + + + + + Friday + + + + + Saturday + + + + + Sunday + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + SettingsDialog + accept() + + + buttonBox + rejected() + SettingsDialog + reject() + + + -- cgit v1.2.3