From e3b89230f065c48c84b48c88edb6eb088374c487 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 03 Jul 2004 16:33:12 +0000 Subject: Initial revision --- (limited to 'kmicromail/selectstoreui.ui') diff --git a/kmicromail/selectstoreui.ui b/kmicromail/selectstoreui.ui new file mode 100644 index 0000000..5f0e507 --- a/dev/null +++ b/kmicromail/selectstoreui.ui @@ -0,0 +1,279 @@ + +selectstoreui + + QDialog + + name + selectstoreui + + + geometry + + 0 + 0 + 182 + 273 + + + + caption + Select target box + + + layoutMargin + + + layoutSpacing + + + + margin + 1 + + + spacing + 1 + + + QLabel + + name + headlabel + + + text + <b>Store mail(s) to</b> + + + alignment + AlignCenter + + + hAlign + + + + QLayoutWidget + + name + Layout2 + + + + margin + 0 + + + spacing + 6 + + + QComboBox + + name + folderSelection + + + sizePolicy + + 3 + 0 + + + + + QLabel + + name + folderLabel + + + text + Folder: + + + alignment + AlignVCenter|AlignRight + + + hAlign + + + + QComboBox + + name + accountSelection + + + sizePolicy + + 3 + 0 + + + + + QLabel + + name + accountlabel + + + sizePolicy + + 1 + 1 + + + + text + Account: + + + alignment + AlignVCenter|AlignRight + + + hAlign + + + + + + Line + + name + Line1 + + + orientation + Horizontal + + + + QCheckBox + + name + newFoldersel + + + text + Create new folder + + + + QLineEdit + + name + newFolderedit + + + enabled + false + + + + QLabel + + name + newFolderLabel + + + text + Prefix will prepend, no need to enter it! + + + alignment + WordBreak|AlignCenter + + + hAlign + + + wordwrap + + + + Line + + name + Line2 + + + orientation + Horizontal + + + + QCheckBox + + name + selMove + + + text + Move mail(s) + + + + + name + Spacer2 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + + + selMove + clicked() + selectstoreui + slotMoveMail() + + + newFoldersel + clicked() + selectstoreui + slotCreateNewFolder() + + + accountSelection + activated(int) + selectstoreui + slotAccountselected(int) + + + folderSelection + activated(int) + selectstoreui + slotFolderSelected(int) + + slotFolderSelected(int) + slotAccountselected(int) + slotCreateNewFolder() + slotMoveMail() + + + accountSelection + folderSelection + newFoldersel + newFolderedit + selMove + + -- cgit v0.9.0.2