2012-11-19 20:45:05 +01:00
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'settings.ui'
#
2013-02-27 06:04:25 +01:00
# Created: Wed Feb 27 00:00:12 2013
# by: PyQt4 UI code generator 4.9.5
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 " ) )
2012-12-18 19:09:10 +01:00
settingsDialog . resize ( 476 , 340 )
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 )
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 )
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 ( " " ) )
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 )
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 ) )
self . checkBoxShowTrayNotifications . setText ( QtGui . QApplication . translate ( " settingsDialog " , " Show notification when message received and minimzed to tray " , 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 ) )