|
|
@ -24,9 +24,12 @@ class Ui_EmailGatewayDialog(object):
|
|
|
|
self.radioButtonRegister.setChecked(True)
|
|
|
|
self.radioButtonRegister.setChecked(True)
|
|
|
|
self.radioButtonRegister.setObjectName(_fromUtf8("radioButtonRegister"))
|
|
|
|
self.radioButtonRegister.setObjectName(_fromUtf8("radioButtonRegister"))
|
|
|
|
self.gridLayout.addWidget(self.radioButtonRegister, 1, 0, 1, 1)
|
|
|
|
self.gridLayout.addWidget(self.radioButtonRegister, 1, 0, 1, 1)
|
|
|
|
|
|
|
|
self.radioButtonStatus = QtGui.QRadioButton(EmailGatewayDialog)
|
|
|
|
|
|
|
|
self.radioButtonStatus.setObjectName(_fromUtf8("radioButtonStatus"))
|
|
|
|
|
|
|
|
self.gridLayout.addWidget(self.radioButtonStatus, 4, 0, 1, 1)
|
|
|
|
self.radioButtonUnregister = QtGui.QRadioButton(EmailGatewayDialog)
|
|
|
|
self.radioButtonUnregister = QtGui.QRadioButton(EmailGatewayDialog)
|
|
|
|
self.radioButtonUnregister.setObjectName(_fromUtf8("radioButtonUnregister"))
|
|
|
|
self.radioButtonUnregister.setObjectName(_fromUtf8("radioButtonUnregister"))
|
|
|
|
self.gridLayout.addWidget(self.radioButtonUnregister, 4, 0, 1, 1)
|
|
|
|
self.gridLayout.addWidget(self.radioButtonUnregister, 5, 0, 1, 1)
|
|
|
|
self.label = QtGui.QLabel(EmailGatewayDialog)
|
|
|
|
self.label = QtGui.QLabel(EmailGatewayDialog)
|
|
|
|
self.label.setWordWrap(True)
|
|
|
|
self.label.setWordWrap(True)
|
|
|
|
self.label.setObjectName(_fromUtf8("label"))
|
|
|
|
self.label.setObjectName(_fromUtf8("label"))
|
|
|
@ -43,12 +46,13 @@ class Ui_EmailGatewayDialog(object):
|
|
|
|
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
|
|
|
|
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
|
|
|
|
self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
|
|
|
|
self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
|
|
|
|
self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
|
|
|
|
self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
|
|
|
|
self.gridLayout.addWidget(self.buttonBox, 5, 0, 1, 1)
|
|
|
|
self.gridLayout.addWidget(self.buttonBox, 6, 0, 1, 1)
|
|
|
|
|
|
|
|
|
|
|
|
self.retranslateUi(EmailGatewayDialog)
|
|
|
|
self.retranslateUi(EmailGatewayDialog)
|
|
|
|
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), EmailGatewayDialog.accept)
|
|
|
|
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), EmailGatewayDialog.accept)
|
|
|
|
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), EmailGatewayDialog.reject)
|
|
|
|
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), EmailGatewayDialog.reject)
|
|
|
|
QtCore.QObject.connect(self.radioButtonRegister, QtCore.SIGNAL(_fromUtf8("clicked(bool)")), self.lineEditEmail.setEnabled)
|
|
|
|
QtCore.QObject.connect(self.radioButtonRegister, QtCore.SIGNAL(_fromUtf8("clicked(bool)")), self.lineEditEmail.setEnabled)
|
|
|
|
|
|
|
|
QtCore.QObject.connect(self.radioButtonStatus, QtCore.SIGNAL(_fromUtf8("clicked(bool)")), self.lineEditEmail.setDisabled)
|
|
|
|
QtCore.QObject.connect(self.radioButtonUnregister, QtCore.SIGNAL(_fromUtf8("clicked(bool)")), self.lineEditEmail.setDisabled)
|
|
|
|
QtCore.QObject.connect(self.radioButtonUnregister, QtCore.SIGNAL(_fromUtf8("clicked(bool)")), self.lineEditEmail.setDisabled)
|
|
|
|
QtCore.QMetaObject.connectSlotsByName(EmailGatewayDialog)
|
|
|
|
QtCore.QMetaObject.connectSlotsByName(EmailGatewayDialog)
|
|
|
|
EmailGatewayDialog.setTabOrder(self.radioButtonRegister, self.lineEditEmail)
|
|
|
|
EmailGatewayDialog.setTabOrder(self.radioButtonRegister, self.lineEditEmail)
|
|
|
@ -58,6 +62,7 @@ class Ui_EmailGatewayDialog(object):
|
|
|
|
def retranslateUi(self, EmailGatewayDialog):
|
|
|
|
def retranslateUi(self, EmailGatewayDialog):
|
|
|
|
EmailGatewayDialog.setWindowTitle(QtGui.QApplication.translate("EmailGatewayDialog", "Email gateway", None, QtGui.QApplication.UnicodeUTF8))
|
|
|
|
EmailGatewayDialog.setWindowTitle(QtGui.QApplication.translate("EmailGatewayDialog", "Email gateway", None, QtGui.QApplication.UnicodeUTF8))
|
|
|
|
self.radioButtonRegister.setText(QtGui.QApplication.translate("EmailGatewayDialog", "Register on email gateway", None, QtGui.QApplication.UnicodeUTF8))
|
|
|
|
self.radioButtonRegister.setText(QtGui.QApplication.translate("EmailGatewayDialog", "Register on email gateway", None, QtGui.QApplication.UnicodeUTF8))
|
|
|
|
|
|
|
|
self.radioButtonStatus.setText(QtGui.QApplication.translate("EmailGatewayDialog", "Account status at email gateway", None, QtGui.QApplication.UnicodeUTF8))
|
|
|
|
self.radioButtonUnregister.setText(QtGui.QApplication.translate("EmailGatewayDialog", "Unregister from email gateway", None, QtGui.QApplication.UnicodeUTF8))
|
|
|
|
self.radioButtonUnregister.setText(QtGui.QApplication.translate("EmailGatewayDialog", "Unregister from email gateway", None, QtGui.QApplication.UnicodeUTF8))
|
|
|
|
self.label.setText(QtGui.QApplication.translate("EmailGatewayDialog", "Email gateway allows you to communicate with email users. Currently, only the Mailchuck email gateway (@mailchuck.com) is available.", None, QtGui.QApplication.UnicodeUTF8))
|
|
|
|
self.label.setText(QtGui.QApplication.translate("EmailGatewayDialog", "Email gateway allows you to communicate with email users. Currently, only the Mailchuck email gateway (@mailchuck.com) is available.", None, QtGui.QApplication.UnicodeUTF8))
|
|
|
|
self.label_2.setText(QtGui.QApplication.translate("EmailGatewayDialog", "Desired email address (including @mailchuck.com):", None, QtGui.QApplication.UnicodeUTF8))
|
|
|
|
self.label_2.setText(QtGui.QApplication.translate("EmailGatewayDialog", "Desired email address (including @mailchuck.com):", None, QtGui.QApplication.UnicodeUTF8))
|
|
|
|