@ -2,8 +2,8 @@
# Form implementation generated from reading ui file 'bitmessageui.ui'
#
# Created: Sat Sep 21 15:59:3 9 2013
# by: PyQt4 UI code generator 4.10 .2
# Created: Sat Nov 2 18:01:0 9 2013
# by: PyQt4 UI code generator 4.10
#
# WARNING! All changes made in this file will be lost!
@ -26,7 +26,7 @@ except AttributeError:
class Ui_MainWindow ( object ) :
def setupUi ( self , MainWindow ) :
MainWindow . setObjectName ( _fromUtf8 ( " MainWindow " ) )
MainWindow . resize ( 79 5, 580 )
MainWindow . resize ( 88 5, 580 )
icon = QtGui . QIcon ( )
icon . addPixmap ( QtGui . QPixmap ( _fromUtf8 ( " :/newPrefix/images/can-icon-24px.png " ) ) , QtGui . QIcon . Normal , QtGui . QIcon . Off )
MainWindow . setWindowIcon ( icon )
@ -439,7 +439,7 @@ class Ui_MainWindow(object):
self . gridLayout . addWidget ( self . tabWidget , 0 , 0 , 1 , 1 )
MainWindow . setCentralWidget ( self . centralwidget )
self . menubar = QtGui . QMenuBar ( MainWindow )
self . menubar . setGeometry ( QtCore . QRect ( 0 , 0 , 795, 18 ) )
self . menubar . setGeometry ( QtCore . QRect ( 0 , 0 , 885, 27 ) )
self . menubar . setObjectName ( _fromUtf8 ( " menubar " ) )
self . menuFile = QtGui . QMenu ( self . menubar )
self . menuFile . setObjectName ( _fromUtf8 ( " menuFile " ) )
@ -557,8 +557,8 @@ class Ui_MainWindow(object):
self . textEditMessage . setHtml ( _translate ( " MainWindow " , " <!DOCTYPE HTML PUBLIC \" -//W3C//DTD HTML 4.0//EN \" \" http://www.w3.org/TR/REC-html40/strict.dtd \" > \n "
" <html><head><meta name= \" qrichtext \" content= \" 1 \" /><style type= \" text/css \" > \n "
" p, li { white-space: pre-wrap; } \n "
" </style></head><body style= \" font-family: \' MS Shell Dlg 2 \' ; font-size:9pt; font-weight:400; font-style:normal; \" > \n "
" <p style= \" -qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; \" ><br /></p></body></html> " , None ) )
" </style></head><body style= \" font-family: \' Sans \' ; font-size:9pt; font-weight:400; font-style:normal; \" > \n "
" <p style= \" -qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:\' MS Shell Dlg 2 \' ; \" ><br /></p></body></html> " , None ) )
self . label . setText ( _translate ( " MainWindow " , " To: " , None ) )
self . label_2 . setText ( _translate ( " MainWindow " , " From: " , None ) )
self . radioButtonBroadcast . setText ( _translate ( " MainWindow " , " Broadcast to everyone who is subscribed to your address " , None ) )
@ -642,13 +642,3 @@ class Ui_MainWindow(object):
self . actionJoinChan . setText ( _translate ( " MainWindow " , " Join / Create chan " , None ) )
import bitmessage_icons_rc
if __name__ == " __main__ " :
import sys
app = QtGui . QApplication ( sys . argv )
MainWindow = QtGui . QMainWindow ( )
ui = Ui_MainWindow ( )
ui . setupUi ( MainWindow )
MainWindow . show ( )
sys . exit ( app . exec_ ( ) )