226 lines
17 KiB
Python
226 lines
17 KiB
Python
# -*- coding: utf-8 -*-
|
|
|
|
# Form implementation generated from reading ui file 'settings.ui'
|
|
#
|
|
# Created: Tue Apr 30 12:34:58 2013
|
|
# by: PyQt4 UI code generator 4.9.4
|
|
#
|
|
# WARNING! All changes made in this file will be lost!
|
|
|
|
from PyQt4 import QtCore, QtGui
|
|
|
|
try:
|
|
_fromUtf8 = QtCore.QString.fromUtf8
|
|
except AttributeError:
|
|
_fromUtf8 = lambda s: s
|
|
|
|
class Ui_settingsDialog(object):
|
|
def setupUi(self, settingsDialog):
|
|
settingsDialog.setObjectName(_fromUtf8("settingsDialog"))
|
|
settingsDialog.resize(445, 343)
|
|
self.gridLayout = QtGui.QGridLayout(settingsDialog)
|
|
self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
|
|
self.buttonBox = QtGui.QDialogButtonBox(settingsDialog)
|
|
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
|
|
self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
|
|
self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
|
|
self.gridLayout.addWidget(self.buttonBox, 1, 0, 1, 1)
|
|
self.tabWidgetSettings = QtGui.QTabWidget(settingsDialog)
|
|
self.tabWidgetSettings.setObjectName(_fromUtf8("tabWidgetSettings"))
|
|
self.tabUserInterface = QtGui.QWidget()
|
|
self.tabUserInterface.setEnabled(True)
|
|
self.tabUserInterface.setObjectName(_fromUtf8("tabUserInterface"))
|
|
self.gridLayout_5 = QtGui.QGridLayout(self.tabUserInterface)
|
|
self.gridLayout_5.setObjectName(_fromUtf8("gridLayout_5"))
|
|
self.checkBoxStartOnLogon = QtGui.QCheckBox(self.tabUserInterface)
|
|
self.checkBoxStartOnLogon.setObjectName(_fromUtf8("checkBoxStartOnLogon"))
|
|
self.gridLayout_5.addWidget(self.checkBoxStartOnLogon, 0, 0, 1, 1)
|
|
self.checkBoxStartInTray = QtGui.QCheckBox(self.tabUserInterface)
|
|
self.checkBoxStartInTray.setObjectName(_fromUtf8("checkBoxStartInTray"))
|
|
self.gridLayout_5.addWidget(self.checkBoxStartInTray, 1, 0, 1, 1)
|
|
self.checkBoxMinimizeToTray = QtGui.QCheckBox(self.tabUserInterface)
|
|
self.checkBoxMinimizeToTray.setChecked(True)
|
|
self.checkBoxMinimizeToTray.setObjectName(_fromUtf8("checkBoxMinimizeToTray"))
|
|
self.gridLayout_5.addWidget(self.checkBoxMinimizeToTray, 2, 0, 1, 1)
|
|
self.checkBoxShowTrayNotifications = QtGui.QCheckBox(self.tabUserInterface)
|
|
self.checkBoxShowTrayNotifications.setObjectName(_fromUtf8("checkBoxShowTrayNotifications"))
|
|
self.gridLayout_5.addWidget(self.checkBoxShowTrayNotifications, 3, 0, 1, 1)
|
|
self.checkBoxPortableMode = QtGui.QCheckBox(self.tabUserInterface)
|
|
self.checkBoxPortableMode.setObjectName(_fromUtf8("checkBoxPortableMode"))
|
|
self.gridLayout_5.addWidget(self.checkBoxPortableMode, 4, 0, 1, 1)
|
|
self.label_7 = QtGui.QLabel(self.tabUserInterface)
|
|
self.label_7.setWordWrap(True)
|
|
self.label_7.setObjectName(_fromUtf8("label_7"))
|
|
self.gridLayout_5.addWidget(self.label_7, 5, 0, 1, 1)
|
|
self.labelSettingsNote = QtGui.QLabel(self.tabUserInterface)
|
|
self.labelSettingsNote.setText(_fromUtf8(""))
|
|
self.labelSettingsNote.setWordWrap(True)
|
|
self.labelSettingsNote.setObjectName(_fromUtf8("labelSettingsNote"))
|
|
self.gridLayout_5.addWidget(self.labelSettingsNote, 6, 0, 1, 1)
|
|
spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
|
|
self.gridLayout_5.addItem(spacerItem, 7, 0, 1, 1)
|
|
self.tabWidgetSettings.addTab(self.tabUserInterface, _fromUtf8(""))
|
|
self.tabNetworkSettings = QtGui.QWidget()
|
|
self.tabNetworkSettings.setObjectName(_fromUtf8("tabNetworkSettings"))
|
|
self.gridLayout_4 = QtGui.QGridLayout(self.tabNetworkSettings)
|
|
self.gridLayout_4.setObjectName(_fromUtf8("gridLayout_4"))
|
|
self.groupBox = QtGui.QGroupBox(self.tabNetworkSettings)
|
|
self.groupBox.setObjectName(_fromUtf8("groupBox"))
|
|
self.gridLayout_3 = QtGui.QGridLayout(self.groupBox)
|
|
self.gridLayout_3.setObjectName(_fromUtf8("gridLayout_3"))
|
|
spacerItem1 = QtGui.QSpacerItem(125, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
|
|
self.gridLayout_3.addItem(spacerItem1, 0, 0, 1, 1)
|
|
self.label = QtGui.QLabel(self.groupBox)
|
|
self.label.setObjectName(_fromUtf8("label"))
|
|
self.gridLayout_3.addWidget(self.label, 0, 1, 1, 1)
|
|
self.lineEditTCPPort = QtGui.QLineEdit(self.groupBox)
|
|
self.lineEditTCPPort.setObjectName(_fromUtf8("lineEditTCPPort"))
|
|
self.gridLayout_3.addWidget(self.lineEditTCPPort, 0, 2, 1, 1)
|
|
self.gridLayout_4.addWidget(self.groupBox, 0, 0, 1, 1)
|
|
self.groupBox_2 = QtGui.QGroupBox(self.tabNetworkSettings)
|
|
self.groupBox_2.setObjectName(_fromUtf8("groupBox_2"))
|
|
self.gridLayout_2 = QtGui.QGridLayout(self.groupBox_2)
|
|
self.gridLayout_2.setObjectName(_fromUtf8("gridLayout_2"))
|
|
self.label_2 = QtGui.QLabel(self.groupBox_2)
|
|
self.label_2.setObjectName(_fromUtf8("label_2"))
|
|
self.gridLayout_2.addWidget(self.label_2, 0, 0, 1, 1)
|
|
self.comboBoxProxyType = QtGui.QComboBox(self.groupBox_2)
|
|
self.comboBoxProxyType.setObjectName(_fromUtf8("comboBoxProxyType"))
|
|
self.comboBoxProxyType.addItem(_fromUtf8(""))
|
|
self.comboBoxProxyType.addItem(_fromUtf8(""))
|
|
self.comboBoxProxyType.addItem(_fromUtf8(""))
|
|
self.gridLayout_2.addWidget(self.comboBoxProxyType, 0, 1, 1, 1)
|
|
self.label_3 = QtGui.QLabel(self.groupBox_2)
|
|
self.label_3.setObjectName(_fromUtf8("label_3"))
|
|
self.gridLayout_2.addWidget(self.label_3, 1, 1, 1, 1)
|
|
self.lineEditSocksHostname = QtGui.QLineEdit(self.groupBox_2)
|
|
self.lineEditSocksHostname.setObjectName(_fromUtf8("lineEditSocksHostname"))
|
|
self.gridLayout_2.addWidget(self.lineEditSocksHostname, 1, 2, 1, 2)
|
|
self.label_4 = QtGui.QLabel(self.groupBox_2)
|
|
self.label_4.setObjectName(_fromUtf8("label_4"))
|
|
self.gridLayout_2.addWidget(self.label_4, 1, 4, 1, 1)
|
|
self.lineEditSocksPort = QtGui.QLineEdit(self.groupBox_2)
|
|
self.lineEditSocksPort.setObjectName(_fromUtf8("lineEditSocksPort"))
|
|
self.gridLayout_2.addWidget(self.lineEditSocksPort, 1, 5, 1, 1)
|
|
self.checkBoxAuthentication = QtGui.QCheckBox(self.groupBox_2)
|
|
self.checkBoxAuthentication.setObjectName(_fromUtf8("checkBoxAuthentication"))
|
|
self.gridLayout_2.addWidget(self.checkBoxAuthentication, 2, 1, 1, 1)
|
|
self.label_5 = QtGui.QLabel(self.groupBox_2)
|
|
self.label_5.setObjectName(_fromUtf8("label_5"))
|
|
self.gridLayout_2.addWidget(self.label_5, 2, 2, 1, 1)
|
|
self.lineEditSocksUsername = QtGui.QLineEdit(self.groupBox_2)
|
|
self.lineEditSocksUsername.setEnabled(False)
|
|
self.lineEditSocksUsername.setObjectName(_fromUtf8("lineEditSocksUsername"))
|
|
self.gridLayout_2.addWidget(self.lineEditSocksUsername, 2, 3, 1, 1)
|
|
self.label_6 = QtGui.QLabel(self.groupBox_2)
|
|
self.label_6.setObjectName(_fromUtf8("label_6"))
|
|
self.gridLayout_2.addWidget(self.label_6, 2, 4, 1, 1)
|
|
self.lineEditSocksPassword = QtGui.QLineEdit(self.groupBox_2)
|
|
self.lineEditSocksPassword.setEnabled(False)
|
|
self.lineEditSocksPassword.setInputMethodHints(QtCore.Qt.ImhHiddenText|QtCore.Qt.ImhNoAutoUppercase|QtCore.Qt.ImhNoPredictiveText)
|
|
self.lineEditSocksPassword.setEchoMode(QtGui.QLineEdit.Password)
|
|
self.lineEditSocksPassword.setObjectName(_fromUtf8("lineEditSocksPassword"))
|
|
self.gridLayout_2.addWidget(self.lineEditSocksPassword, 2, 5, 1, 1)
|
|
self.gridLayout_4.addWidget(self.groupBox_2, 1, 0, 1, 1)
|
|
spacerItem2 = QtGui.QSpacerItem(20, 70, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
|
|
self.gridLayout_4.addItem(spacerItem2, 2, 0, 1, 1)
|
|
self.tabWidgetSettings.addTab(self.tabNetworkSettings, _fromUtf8(""))
|
|
self.tab = QtGui.QWidget()
|
|
self.tab.setObjectName(_fromUtf8("tab"))
|
|
self.gridLayout_6 = QtGui.QGridLayout(self.tab)
|
|
self.gridLayout_6.setObjectName(_fromUtf8("gridLayout_6"))
|
|
self.label_8 = QtGui.QLabel(self.tab)
|
|
self.label_8.setWordWrap(True)
|
|
self.label_8.setObjectName(_fromUtf8("label_8"))
|
|
self.gridLayout_6.addWidget(self.label_8, 0, 0, 1, 3)
|
|
spacerItem3 = QtGui.QSpacerItem(203, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
|
|
self.gridLayout_6.addItem(spacerItem3, 1, 0, 1, 1)
|
|
self.label_9 = QtGui.QLabel(self.tab)
|
|
self.label_9.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
|
|
self.label_9.setObjectName(_fromUtf8("label_9"))
|
|
self.gridLayout_6.addWidget(self.label_9, 1, 1, 1, 1)
|
|
self.lineEditTotalDifficulty = QtGui.QLineEdit(self.tab)
|
|
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
|
|
sizePolicy.setHorizontalStretch(0)
|
|
sizePolicy.setVerticalStretch(0)
|
|
sizePolicy.setHeightForWidth(self.lineEditTotalDifficulty.sizePolicy().hasHeightForWidth())
|
|
self.lineEditTotalDifficulty.setSizePolicy(sizePolicy)
|
|
self.lineEditTotalDifficulty.setMaximumSize(QtCore.QSize(70, 16777215))
|
|
self.lineEditTotalDifficulty.setObjectName(_fromUtf8("lineEditTotalDifficulty"))
|
|
self.gridLayout_6.addWidget(self.lineEditTotalDifficulty, 1, 2, 1, 1)
|
|
spacerItem4 = QtGui.QSpacerItem(203, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
|
|
self.gridLayout_6.addItem(spacerItem4, 3, 0, 1, 1)
|
|
self.label_11 = QtGui.QLabel(self.tab)
|
|
self.label_11.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
|
|
self.label_11.setObjectName(_fromUtf8("label_11"))
|
|
self.gridLayout_6.addWidget(self.label_11, 3, 1, 1, 1)
|
|
self.lineEditSmallMessageDifficulty = QtGui.QLineEdit(self.tab)
|
|
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
|
|
sizePolicy.setHorizontalStretch(0)
|
|
sizePolicy.setVerticalStretch(0)
|
|
sizePolicy.setHeightForWidth(self.lineEditSmallMessageDifficulty.sizePolicy().hasHeightForWidth())
|
|
self.lineEditSmallMessageDifficulty.setSizePolicy(sizePolicy)
|
|
self.lineEditSmallMessageDifficulty.setMaximumSize(QtCore.QSize(70, 16777215))
|
|
self.lineEditSmallMessageDifficulty.setObjectName(_fromUtf8("lineEditSmallMessageDifficulty"))
|
|
self.gridLayout_6.addWidget(self.lineEditSmallMessageDifficulty, 3, 2, 1, 1)
|
|
self.label_12 = QtGui.QLabel(self.tab)
|
|
self.label_12.setWordWrap(True)
|
|
self.label_12.setObjectName(_fromUtf8("label_12"))
|
|
self.gridLayout_6.addWidget(self.label_12, 4, 0, 1, 3)
|
|
self.label_10 = QtGui.QLabel(self.tab)
|
|
self.label_10.setWordWrap(True)
|
|
self.label_10.setObjectName(_fromUtf8("label_10"))
|
|
self.gridLayout_6.addWidget(self.label_10, 2, 0, 1, 3)
|
|
self.tabWidgetSettings.addTab(self.tab, _fromUtf8(""))
|
|
self.gridLayout.addWidget(self.tabWidgetSettings, 0, 0, 1, 1)
|
|
|
|
self.retranslateUi(settingsDialog)
|
|
self.tabWidgetSettings.setCurrentIndex(0)
|
|
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), settingsDialog.accept)
|
|
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), settingsDialog.reject)
|
|
QtCore.QObject.connect(self.checkBoxAuthentication, QtCore.SIGNAL(_fromUtf8("toggled(bool)")), self.lineEditSocksUsername.setEnabled)
|
|
QtCore.QObject.connect(self.checkBoxAuthentication, QtCore.SIGNAL(_fromUtf8("toggled(bool)")), self.lineEditSocksPassword.setEnabled)
|
|
QtCore.QMetaObject.connectSlotsByName(settingsDialog)
|
|
settingsDialog.setTabOrder(self.tabWidgetSettings, self.checkBoxStartOnLogon)
|
|
settingsDialog.setTabOrder(self.checkBoxStartOnLogon, self.checkBoxStartInTray)
|
|
settingsDialog.setTabOrder(self.checkBoxStartInTray, self.checkBoxMinimizeToTray)
|
|
settingsDialog.setTabOrder(self.checkBoxMinimizeToTray, self.checkBoxShowTrayNotifications)
|
|
settingsDialog.setTabOrder(self.checkBoxShowTrayNotifications, self.lineEditTCPPort)
|
|
settingsDialog.setTabOrder(self.lineEditTCPPort, self.comboBoxProxyType)
|
|
settingsDialog.setTabOrder(self.comboBoxProxyType, self.lineEditSocksHostname)
|
|
settingsDialog.setTabOrder(self.lineEditSocksHostname, self.lineEditSocksPort)
|
|
settingsDialog.setTabOrder(self.lineEditSocksPort, self.checkBoxAuthentication)
|
|
settingsDialog.setTabOrder(self.checkBoxAuthentication, self.lineEditSocksUsername)
|
|
settingsDialog.setTabOrder(self.lineEditSocksUsername, self.lineEditSocksPassword)
|
|
settingsDialog.setTabOrder(self.lineEditSocksPassword, self.buttonBox)
|
|
|
|
def retranslateUi(self, settingsDialog):
|
|
settingsDialog.setWindowTitle(QtGui.QApplication.translate("settingsDialog", "Settings", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.checkBoxStartOnLogon.setText(QtGui.QApplication.translate("settingsDialog", "Start Bitmessage on user login", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.checkBoxStartInTray.setText(QtGui.QApplication.translate("settingsDialog", "Start Bitmessage in the tray (don\'t show main window)", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.checkBoxMinimizeToTray.setText(QtGui.QApplication.translate("settingsDialog", "Minimize to tray", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.checkBoxShowTrayNotifications.setText(QtGui.QApplication.translate("settingsDialog", "Show notification when message received and minimzed to tray", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.checkBoxPortableMode.setText(QtGui.QApplication.translate("settingsDialog", "Run in Portable Mode", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label_7.setText(QtGui.QApplication.translate("settingsDialog", "In Portable Mode, messages and config files are stored in the same directory as the program rather than the normal application-data folder. This makes it convenient to run Bitmessage from a USB thumb drive.", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.tabWidgetSettings.setTabText(self.tabWidgetSettings.indexOf(self.tabUserInterface), QtGui.QApplication.translate("settingsDialog", "User Interface", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.groupBox.setTitle(QtGui.QApplication.translate("settingsDialog", "Listening port", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label.setText(QtGui.QApplication.translate("settingsDialog", "Listen for connections on port:", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.groupBox_2.setTitle(QtGui.QApplication.translate("settingsDialog", "Proxy server / Tor", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label_2.setText(QtGui.QApplication.translate("settingsDialog", "Type:", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.comboBoxProxyType.setItemText(0, QtGui.QApplication.translate("settingsDialog", "none", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.comboBoxProxyType.setItemText(1, QtGui.QApplication.translate("settingsDialog", "SOCKS4a", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.comboBoxProxyType.setItemText(2, QtGui.QApplication.translate("settingsDialog", "SOCKS5", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label_3.setText(QtGui.QApplication.translate("settingsDialog", "Server hostname:", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label_4.setText(QtGui.QApplication.translate("settingsDialog", "Port:", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.checkBoxAuthentication.setText(QtGui.QApplication.translate("settingsDialog", "Authentication", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label_5.setText(QtGui.QApplication.translate("settingsDialog", "Username:", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label_6.setText(QtGui.QApplication.translate("settingsDialog", "Pass:", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.tabWidgetSettings.setTabText(self.tabWidgetSettings.indexOf(self.tabNetworkSettings), QtGui.QApplication.translate("settingsDialog", "Network Settings", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label_8.setText(QtGui.QApplication.translate("settingsDialog", "When someone sends you a message, their computer must first complete some work. The difficulty of this work, by default, is 1. You may raise this default for new addresses you create by changing the values here. Any new addresses you create will require senders to meet the higher difficulty. There is one exception: if you add a friend or acquaintance to your address book, Bitmessage will automatically notify them when you next send a message that they need only complete the minimum amount of work: difficulty 1. ", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label_9.setText(QtGui.QApplication.translate("settingsDialog", "Total difficulty:", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label_11.setText(QtGui.QApplication.translate("settingsDialog", "Small message difficulty:", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label_12.setText(QtGui.QApplication.translate("settingsDialog", "The \'Small message difficulty\' mostly only affects the difficulty of sending small messages. Doubling this value makes it almost twice as difficult to send a small message but doesn\'t really affect large messages.", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.label_10.setText(QtGui.QApplication.translate("settingsDialog", "The \'Total difficulty\' affects the absolute amount of work the sender must complete. Doubling this value doubles the amount of work.", None, QtGui.QApplication.UnicodeUTF8))
|
|
self.tabWidgetSettings.setTabText(self.tabWidgetSettings.indexOf(self.tab), QtGui.QApplication.translate("settingsDialog", "Demanded difficulty", None, QtGui.QApplication.UnicodeUTF8))
|
|
|