From 7f2eef29708380844922f34f59ba4e9beefbf7c3 Mon Sep 17 00:00:00 2001 From: conber Date: Sat, 15 Jun 2002 09:46:14 +0000 Subject: initial checkin --- (limited to 'noncore/unsupported/mail2/accounteditorbase.ui') diff --git a/noncore/unsupported/mail2/accounteditorbase.ui b/noncore/unsupported/mail2/accounteditorbase.ui new file mode 100644 index 0000000..fe9f2a4 --- a/dev/null +++ b/noncore/unsupported/mail2/accounteditorbase.ui @@ -0,0 +1,751 @@ + +AccountEditorBase + + QDialog + + name + AccountEditorBase + + + geometry + + 0 + 0 + 243 + 320 + + + + caption + Account Editor + + + layoutMargin + + + layoutSpacing + + + + margin + 0 + + + spacing + 0 + + + QTabWidget + + name + TabWidget2 + + + layoutMargin + + + layoutSpacing + + + QWidget + + name + tab + + + title + Server + + + + margin + 4 + + + spacing + 3 + + + QLabel + + name + TextLabel2 + + + text + <b>IMAP: + + + + QLineEdit + + name + imapServer + + + + QLabel + + name + TextLabel3 + + + text + <b>Port: + + + + QLineEdit + + name + imapPort + + + + + name + Spacer2 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLineEdit + + name + smtpPort + + + + QLineEdit + + name + smtpServer + + + + QLabel + + name + TextLabel6 + + + text + <b>SMTP: + + + + QLabel + + name + TextLabel7 + + + text + <b>Port: + + + + QLabel + + name + TextLabel4 + + + text + <b>User: + + + + QLabel + + name + TextLabel5 + + + text + <b>Pass: + + + + QLineEdit + + name + pass + + + echoMode + Password + + + + QLineEdit + + name + user + + + + Line + + name + Line1 + + + orientation + Horizontal + + + + Line + + name + Line2 + + + orientation + Horizontal + + + + + + QWidget + + name + tab + + + title + Identity + + + + margin + 4 + + + spacing + 3 + + + QLabel + + name + TextLabel8 + + + text + <b>Name: + + + + QLineEdit + + name + realname + + + + QLineEdit + + name + email + + + + QLabel + + name + TextLabel9 + + + text + <b>E-Mail: + + + + QLabel + + name + TextLabel10 + + + text + <b>Org: + + + + QLineEdit + + name + org + + + + + name + Spacer1 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + + QWidget + + name + tab + + + title + Advanced + + + + margin + 4 + + + spacing + 3 + + + QCheckBox + + name + addCc + + + text + Cc + + + + QCheckBox + + name + addBcc + + + text + Bcc + + + + QCheckBox + + name + addReplyTo + + + text + Reply-To + + + + QLineEdit + + name + replyTo + + + enabled + false + + + + QLineEdit + + name + bcc + + + enabled + false + + + + QLineEdit + + name + cc + + + enabled + false + + + + QLabel + + name + TextLabel12 + + + text + <b>Signature: + + + + QMultiLineEdit + + name + signature + + + + + name + Spacer3 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + + QWidget + + name + sslTab + + + title + SSL + + + + margin + 4 + + + spacing + 3 + + + + name + Spacer4 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QButtonGroup + + name + ButtonGroup1 + + + title + IMAP + + + layoutMargin + + + layoutSpacing + + + + margin + 4 + + + spacing + 3 + + + QCheckBox + + name + imapssl + + + text + Use SSL + + + + QFrame + + name + Frame11 + + + enabled + false + + + frameShape + NoFrame + + + frameShadow + Raised + + + layoutMargin + + + layoutSpacing + + + + margin + 0 + + + spacing + 3 + + + QLabel + + name + TextLabel13 + + + enabled + false + + + text + <b>Port: + + + + QLineEdit + + name + imapsPort + + + enabled + false + + + text + 993 + + + + + + + + QButtonGroup + + name + smtpSslGroup + + + title + SMTP + + + layoutMargin + + + layoutSpacing + + + + margin + 4 + + + spacing + 3 + + + QCheckBox + + name + smtpssl + + + text + Use SSL + + + + QFrame + + name + Frame6 + + + enabled + false + + + frameShape + NoFrame + + + frameShadow + Raised + + + layoutMargin + + + layoutSpacing + + + + margin + 0 + + + spacing + 3 + + + QLabel + + name + TextLabel14 + + + text + <b>Port: + + + + QLineEdit + + name + smtpsPort + + + + + + + + + + + + + + addCc + toggled(bool) + cc + setEnabled(bool) + + + addBcc + toggled(bool) + bcc + setEnabled(bool) + + + addReplyTo + toggled(bool) + replyTo + setEnabled(bool) + + + smtpssl + toggled(bool) + Frame6 + setEnabled(bool) + + + imapssl + toggled(bool) + Frame11 + setEnabled(bool) + + + imapssl + toggled(bool) + imapsPort + setEnabled(bool) + + + imapssl + toggled(bool) + TextLabel13 + setEnabled(bool) + + + + TabWidget2 + imapServer + imapPort + user + pass + smtpServer + smtpPort + realname + email + org + addCc + cc + addBcc + bcc + addReplyTo + replyTo + signature + imapsPort + smtpsPort + + -- cgit v0.9.0.2