2012-11-19 20:45:05 +01:00
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'settings.ui'
#
2013-06-11 00:53:15 +02:00
# Created: Mon Jun 10 11:31:56 2013
# by: PyQt4 UI code generator 4.9.4
2012-11-19 20:45:05 +01:00
#
# 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 " ) )
2013-04-25 22:11:00 +02:00
settingsDialog . resize ( 445 , 343 )
2012-11-19 20:45:05 +01:00
self . gridLayout = QtGui . QGridLayout ( settingsDialog )
self . gridLayout . setObjectName ( _fromUtf8 ( " gridLayout " ) )
2012-12-18 19:09:10 +01:00
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 )
2012-11-19 20:45:05 +01:00
self . tabWidgetSettings = QtGui . QTabWidget ( settingsDialog )
self . tabWidgetSettings . setObjectName ( _fromUtf8 ( " tabWidgetSettings " ) )
self . tabUserInterface = QtGui . QWidget ( )
self . tabUserInterface . setEnabled ( True )
self . tabUserInterface . setObjectName ( _fromUtf8 ( " tabUserInterface " ) )
2013-02-27 06:04:25 +01:00
self . gridLayout_5 = QtGui . QGridLayout ( self . tabUserInterface )
self . gridLayout_5 . setObjectName ( _fromUtf8 ( " gridLayout_5 " ) )
2012-11-19 20:45:05 +01:00
self . checkBoxStartOnLogon = QtGui . QCheckBox ( self . tabUserInterface )
self . checkBoxStartOnLogon . setObjectName ( _fromUtf8 ( " checkBoxStartOnLogon " ) )
2013-02-27 06:04:25 +01:00
self . gridLayout_5 . addWidget ( self . checkBoxStartOnLogon , 0 , 0 , 1 , 1 )
2012-11-19 20:45:05 +01:00
self . checkBoxStartInTray = QtGui . QCheckBox ( self . tabUserInterface )
self . checkBoxStartInTray . setObjectName ( _fromUtf8 ( " checkBoxStartInTray " ) )
2013-02-27 06:04:25 +01:00
self . gridLayout_5 . addWidget ( self . checkBoxStartInTray , 1 , 0 , 1 , 1 )
2012-11-19 20:45:05 +01:00
self . checkBoxMinimizeToTray = QtGui . QCheckBox ( self . tabUserInterface )
self . checkBoxMinimizeToTray . setChecked ( True )
self . checkBoxMinimizeToTray . setObjectName ( _fromUtf8 ( " checkBoxMinimizeToTray " ) )
2013-02-27 06:04:25 +01:00
self . gridLayout_5 . addWidget ( self . checkBoxMinimizeToTray , 2 , 0 , 1 , 1 )
2012-11-19 20:45:05 +01:00
self . checkBoxShowTrayNotifications = QtGui . QCheckBox ( self . tabUserInterface )
self . checkBoxShowTrayNotifications . setObjectName ( _fromUtf8 ( " checkBoxShowTrayNotifications " ) )
2013-02-27 06:04:25 +01:00
self . gridLayout_5 . addWidget ( self . checkBoxShowTrayNotifications , 3 , 0 , 1 , 1 )
2013-02-26 21:07:51 +01:00
self . checkBoxPortableMode = QtGui . QCheckBox ( self . tabUserInterface )
self . checkBoxPortableMode . setObjectName ( _fromUtf8 ( " checkBoxPortableMode " ) )
2013-02-27 06:04:25 +01:00
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 )
2012-11-19 20:45:05 +01:00
self . labelSettingsNote = QtGui . QLabel ( self . tabUserInterface )
self . labelSettingsNote . setText ( _fromUtf8 ( " " ) )
self . labelSettingsNote . setWordWrap ( True )
self . labelSettingsNote . setObjectName ( _fromUtf8 ( " labelSettingsNote " ) )
2013-02-27 06:04:25 +01:00
self . gridLayout_5 . addWidget ( self . labelSettingsNote , 6 , 0 , 1 , 1 )
2013-02-26 21:07:51 +01:00
spacerItem = QtGui . QSpacerItem ( 20 , 40 , QtGui . QSizePolicy . Minimum , QtGui . QSizePolicy . Expanding )
2013-02-27 06:04:25 +01:00
self . gridLayout_5 . addItem ( spacerItem , 7 , 0 , 1 , 1 )
2012-11-19 20:45:05 +01:00
self . tabWidgetSettings . addTab ( self . tabUserInterface , _fromUtf8 ( " " ) )
self . tabNetworkSettings = QtGui . QWidget ( )
self . tabNetworkSettings . setObjectName ( _fromUtf8 ( " tabNetworkSettings " ) )
2012-12-18 19:09:10 +01:00
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 )
2012-11-19 20:45:05 +01:00
self . label . setObjectName ( _fromUtf8 ( " label " ) )
2012-12-18 19:09:10 +01:00
self . gridLayout_3 . addWidget ( self . label , 0 , 1 , 1 , 1 )
self . lineEditTCPPort = QtGui . QLineEdit ( self . groupBox )
2013-06-11 00:53:15 +02:00
self . lineEditTCPPort . setMaximumSize ( QtCore . QSize ( 70 , 16777215 ) )
2012-11-19 20:45:05 +01:00
self . lineEditTCPPort . setObjectName ( _fromUtf8 ( " lineEditTCPPort " ) )
2012-12-18 19:09:10 +01:00
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 )
2013-03-22 20:44:02 +01:00
self . lineEditSocksPassword . setInputMethodHints ( QtCore . Qt . ImhHiddenText | QtCore . Qt . ImhNoAutoUppercase | QtCore . Qt . ImhNoPredictiveText )
self . lineEditSocksPassword . setEchoMode ( QtGui . QLineEdit . Password )
2012-12-18 19:09:10 +01:00
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 )
2012-11-19 20:45:05 +01:00
self . tabWidgetSettings . addTab ( self . tabNetworkSettings , _fromUtf8 ( " " ) )
2013-04-25 22:11:00 +02:00
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 ( " " ) )
2013-06-11 00:53:15 +02:00
self . tab_2 = QtGui . QWidget ( )
self . tab_2 . setObjectName ( _fromUtf8 ( " tab_2 " ) )
self . gridLayout_7 = QtGui . QGridLayout ( self . tab_2 )
self . gridLayout_7 . setObjectName ( _fromUtf8 ( " gridLayout_7 " ) )
self . label_15 = QtGui . QLabel ( self . tab_2 )
self . label_15 . setWordWrap ( True )
self . label_15 . setObjectName ( _fromUtf8 ( " label_15 " ) )
self . gridLayout_7 . addWidget ( self . label_15 , 0 , 0 , 1 , 3 )
spacerItem5 = QtGui . QSpacerItem ( 102 , 20 , QtGui . QSizePolicy . Expanding , QtGui . QSizePolicy . Minimum )
self . gridLayout_7 . addItem ( spacerItem5 , 1 , 0 , 1 , 1 )
self . label_13 = QtGui . QLabel ( self . tab_2 )
self . label_13 . setLayoutDirection ( QtCore . Qt . LeftToRight )
self . label_13 . setAlignment ( QtCore . Qt . AlignRight | QtCore . Qt . AlignTrailing | QtCore . Qt . AlignVCenter )
self . label_13 . setObjectName ( _fromUtf8 ( " label_13 " ) )
self . gridLayout_7 . addWidget ( self . label_13 , 1 , 1 , 1 , 1 )
self . lineEditMaxAcceptableTotalDifficulty = QtGui . QLineEdit ( self . tab_2 )
sizePolicy = QtGui . QSizePolicy ( QtGui . QSizePolicy . Fixed , QtGui . QSizePolicy . Fixed )
sizePolicy . setHorizontalStretch ( 0 )
sizePolicy . setVerticalStretch ( 0 )
sizePolicy . setHeightForWidth ( self . lineEditMaxAcceptableTotalDifficulty . sizePolicy ( ) . hasHeightForWidth ( ) )
self . lineEditMaxAcceptableTotalDifficulty . setSizePolicy ( sizePolicy )
self . lineEditMaxAcceptableTotalDifficulty . setMaximumSize ( QtCore . QSize ( 70 , 16777215 ) )
self . lineEditMaxAcceptableTotalDifficulty . setObjectName ( _fromUtf8 ( " lineEditMaxAcceptableTotalDifficulty " ) )
self . gridLayout_7 . addWidget ( self . lineEditMaxAcceptableTotalDifficulty , 1 , 2 , 1 , 1 )
spacerItem6 = QtGui . QSpacerItem ( 102 , 20 , QtGui . QSizePolicy . Expanding , QtGui . QSizePolicy . Minimum )
self . gridLayout_7 . addItem ( spacerItem6 , 2 , 0 , 1 , 1 )
self . label_14 = QtGui . QLabel ( self . tab_2 )
self . label_14 . setAlignment ( QtCore . Qt . AlignRight | QtCore . Qt . AlignTrailing | QtCore . Qt . AlignVCenter )
self . label_14 . setObjectName ( _fromUtf8 ( " label_14 " ) )
self . gridLayout_7 . addWidget ( self . label_14 , 2 , 1 , 1 , 1 )
self . lineEditMaxAcceptableSmallMessageDifficulty = QtGui . QLineEdit ( self . tab_2 )
sizePolicy = QtGui . QSizePolicy ( QtGui . QSizePolicy . Fixed , QtGui . QSizePolicy . Fixed )
sizePolicy . setHorizontalStretch ( 0 )
sizePolicy . setVerticalStretch ( 0 )
sizePolicy . setHeightForWidth ( self . lineEditMaxAcceptableSmallMessageDifficulty . sizePolicy ( ) . hasHeightForWidth ( ) )
self . lineEditMaxAcceptableSmallMessageDifficulty . setSizePolicy ( sizePolicy )
self . lineEditMaxAcceptableSmallMessageDifficulty . setMaximumSize ( QtCore . QSize ( 70 , 16777215 ) )
self . lineEditMaxAcceptableSmallMessageDifficulty . setObjectName ( _fromUtf8 ( " lineEditMaxAcceptableSmallMessageDifficulty " ) )
self . gridLayout_7 . addWidget ( self . lineEditMaxAcceptableSmallMessageDifficulty , 2 , 2 , 1 , 1 )
spacerItem7 = QtGui . QSpacerItem ( 20 , 147 , QtGui . QSizePolicy . Minimum , QtGui . QSizePolicy . Expanding )
self . gridLayout_7 . addItem ( spacerItem7 , 3 , 1 , 1 , 1 )
self . tabWidgetSettings . addTab ( self . tab_2 , _fromUtf8 ( " " ) )
2012-11-19 20:45:05 +01:00
self . gridLayout . addWidget ( self . tabWidgetSettings , 0 , 0 , 1 , 1 )
self . retranslateUi ( settingsDialog )
2013-04-26 19:20:30 +02:00
self . tabWidgetSettings . setCurrentIndex ( 0 )
2012-11-19 20:45:05 +01:00
QtCore . QObject . connect ( self . buttonBox , QtCore . SIGNAL ( _fromUtf8 ( " accepted() " ) ) , settingsDialog . accept )
QtCore . QObject . connect ( self . buttonBox , QtCore . SIGNAL ( _fromUtf8 ( " rejected() " ) ) , settingsDialog . reject )
2012-12-18 19:09:10 +01:00
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 )
2012-11-19 20:45:05 +01:00
QtCore . QMetaObject . connectSlotsByName ( settingsDialog )
2012-12-18 19:09:10 +01:00
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 )
2012-11-19 20:45:05 +01:00
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 ) )
2013-05-25 19:35:13 +02:00
self . checkBoxShowTrayNotifications . setText ( QtGui . QApplication . translate ( " settingsDialog " , " Show notification when message received " , None , QtGui . QApplication . UnicodeUTF8 ) )
2013-02-26 21:07:51 +01:00
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 ) )
2012-11-19 20:45:05 +01:00
self . tabWidgetSettings . setTabText ( self . tabWidgetSettings . indexOf ( self . tabUserInterface ) , QtGui . QApplication . translate ( " settingsDialog " , " User Interface " , None , QtGui . QApplication . UnicodeUTF8 ) )
2012-12-18 19:09:10 +01:00
self . groupBox . setTitle ( QtGui . QApplication . translate ( " settingsDialog " , " Listening port " , None , QtGui . QApplication . UnicodeUTF8 ) )
2012-11-19 20:45:05 +01:00
self . label . setText ( QtGui . QApplication . translate ( " settingsDialog " , " Listen for connections on port: " , None , QtGui . QApplication . UnicodeUTF8 ) )
2012-12-18 19:09:10 +01:00
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 ) )
2012-11-19 20:45:05 +01:00
self . tabWidgetSettings . setTabText ( self . tabWidgetSettings . indexOf ( self . tabNetworkSettings ) , QtGui . QApplication . translate ( " settingsDialog " , " Network Settings " , None , QtGui . QApplication . UnicodeUTF8 ) )
2013-04-30 21:22:36 +02:00
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 ) )
2013-04-25 22:11:00 +02:00
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 ) )
2013-06-11 00:53:15 +02:00
self . label_15 . setText ( QtGui . QApplication . translate ( " settingsDialog " , " Here you may set the maximum amount of work you are willing to do to send a message to another person. Setting these values to 0 means that any value is acceptable. " , None , QtGui . QApplication . UnicodeUTF8 ) )
self . label_13 . setText ( QtGui . QApplication . translate ( " settingsDialog " , " Maximum acceptable total difficulty: " , None , QtGui . QApplication . UnicodeUTF8 ) )
self . label_14 . setText ( QtGui . QApplication . translate ( " settingsDialog " , " Maximum acceptable small message difficulty: " , None , QtGui . QApplication . UnicodeUTF8 ) )
self . tabWidgetSettings . setTabText ( self . tabWidgetSettings . indexOf ( self . tab_2 ) , QtGui . QApplication . translate ( " settingsDialog " , " Max acceptable difficulty " , None , QtGui . QApplication . UnicodeUTF8 ) )
2012-11-19 20:45:05 +01:00