From ade98b4cf6630635e2fdbf84ac29fe83a79cc371 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Tue, 15 Aug 2023 19:42:18 -0400 Subject: Implement settings dialog --- src/settingsdialog.ui | 221 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 src/settingsdialog.ui (limited to 'src/settingsdialog.ui') diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui new file mode 100644 index 0000000..b2c1c69 --- /dev/null +++ b/src/settingsdialog.ui @@ -0,0 +1,221 @@ + + + SettingsDialog + + + + 0 + 0 + 400 + 364 + + + + Preferences + + + true + + + + + + + + 0 + + + + General + + + + + + Time zone to use when formatting dates + + + + + + + + Local Time + + + + + UTC + + + + + + + + + Network + + + + + + + + Download custom emoji + + + + + + + true + + + + + + + Download remote attachments + + + + + + + true + + + + + + + Connect to the internet + + + + + + + true + + + + + + + + + Instance with whom to fetch posts with + + + + + + + Mastodon + + + + + + + + Instance type + + + + + + + Instance Address + + + + + + + + + + Token + + + + + + + + + + <html><head/><body><p>Actions: <a href="action:fill-address"><span style=" text-decoration: underline; color:#d2737f;">auto-fill address</span></a> and <a href="action:request-token"><span style=" text-decoration: underline; color:#d2737f;">request token</span></a>.</p></body></html> + + + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::RestoreDefaults + + + + + + + + + tabWidget + timezoneCombo + connectToTheInternetCheckBox + DownloadCustomEmojiCheckBox + downloadAttachmentsCheckBox + instanceTypeComboBox + instanceAddressLineEdit + tokenLineEdit + + + + + buttonBox + accepted() + SettingsDialog + accept() + + + 255 + 304 + + + 157 + 274 + + + + + buttonBox + rejected() + SettingsDialog + reject() + + + 323 + 304 + + + 286 + 274 + + + + + -- cgit v1.2.3-54-g00ecf