22
33# Form implementation generated from reading ui file 'bitmessageui.ui'
44#
5- # Created: Fri Jul 12 04:40:47 2013
6- # by: PyQt4 UI code generator 4.10
5+ # Created: Sat Jul 13 20:23:44 2013
6+ # by: PyQt4 UI code generator 4.10.2
77#
88# WARNING! All changes made in this file will be lost!
99
@@ -422,7 +422,7 @@ def setupUi(self, MainWindow):
422422 self .gridLayout .addWidget (self .tabWidget , 0 , 0 , 1 , 1 )
423423 MainWindow .setCentralWidget (self .centralwidget )
424424 self .menubar = QtGui .QMenuBar (MainWindow )
425- self .menubar .setGeometry (QtCore .QRect (0 , 0 , 795 , 25 ))
425+ self .menubar .setGeometry (QtCore .QRect (0 , 0 , 795 , 18 ))
426426 self .menubar .setObjectName (_fromUtf8 ("menubar" ))
427427 self .menuFile = QtGui .QMenu (self .menubar )
428428 self .menuFile .setObjectName (_fromUtf8 ("menuFile" ))
@@ -497,6 +497,7 @@ def setupUi(self, MainWindow):
497497
498498 def retranslateUi (self , MainWindow ):
499499 MainWindow .setWindowTitle (_translate ("MainWindow" , "Bitmessage" , None ))
500+ self .inboxSearchLineEdit .setPlaceholderText (_translate ("MainWindow" , "Search" , None ))
500501 self .inboxSearchOptionCB .setItemText (0 , _translate ("MainWindow" , "All" , None ))
501502 self .inboxSearchOptionCB .setItemText (1 , _translate ("MainWindow" , "To" , None ))
502503 self .inboxSearchOptionCB .setItemText (2 , _translate ("MainWindow" , "From" , None ))
@@ -519,14 +520,15 @@ def retranslateUi(self, MainWindow):
519520 self .textEditMessage .setHtml (_translate ("MainWindow" , "<!DOCTYPE HTML PUBLIC \" -//W3C//DTD HTML 4.0//EN\" \" http://www.w3.org/TR/REC-html40/strict.dtd\" >\n "
520521"<html><head><meta name=\" qrichtext\" content=\" 1\" /><style type=\" text/css\" >\n "
521522"p, li { white-space: pre-wrap; }\n "
522- "</style></head><body style=\" font-family:\' Sans \' ; font-size:9pt; font-weight:400; font-style:normal;\" >\n "
523- "<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 ))
523+ "</style></head><body style=\" font-family:\' MS Shell Dlg 2 \' ; font-size:9pt; font-weight:400; font-style:normal;\" >\n "
524+ "<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 ))
524525 self .label .setText (_translate ("MainWindow" , "To:" , None ))
525526 self .label_2 .setText (_translate ("MainWindow" , "From:" , None ))
526527 self .radioButtonBroadcast .setText (_translate ("MainWindow" , "Broadcast to everyone who is subscribed to your address" , None ))
527528 self .pushButtonSend .setText (_translate ("MainWindow" , "Send" , None ))
528529 self .labelSendBroadcastWarning .setText (_translate ("MainWindow" , "Be aware that broadcasts are only encrypted with your address. Anyone who knows your address can read them." , None ))
529530 self .tabWidget .setTabText (self .tabWidget .indexOf (self .send ), _translate ("MainWindow" , "Send" , None ))
531+ self .sentSearchLineEdit .setPlaceholderText (_translate ("MainWindow" , "Search" , None ))
530532 self .sentSearchOptionCB .setItemText (0 , _translate ("MainWindow" , "All" , None ))
531533 self .sentSearchOptionCB .setItemText (1 , _translate ("MainWindow" , "To" , None ))
532534 self .sentSearchOptionCB .setItemText (2 , _translate ("MainWindow" , "From" , None ))
@@ -599,13 +601,3 @@ def retranslateUi(self, MainWindow):
599601 self .actionDeleteAllTrashedMessages .setText (_translate ("MainWindow" , "Delete all trashed messages" , None ))
600602
601603import bitmessage_icons_rc
602-
603- if __name__ == "__main__" :
604- import sys
605- app = QtGui .QApplication (sys .argv )
606- MainWindow = QtGui .QMainWindow ()
607- ui = Ui_MainWindow ()
608- ui .setupUi (MainWindow )
609- MainWindow .show ()
610- sys .exit (app .exec_ ())
611-
0 commit comments