22
33# Form implementation generated from reading ui file 'bitmessageui.ui'
44#
5- # Created: Thu Jun 13 01:02:50 2013
6- # by: PyQt4 UI code generator 4.10.1
5+ # Created: Fri Jul 12 01:59:15 2013
6+ # by: PyQt4 UI code generator 4.10
77#
88# WARNING! All changes made in this file will be lost!
99
@@ -54,6 +54,21 @@ def setupUi(self, MainWindow):
5454 self .inbox .setObjectName (_fromUtf8 ("inbox" ))
5555 self .verticalLayout_2 = QtGui .QVBoxLayout (self .inbox )
5656 self .verticalLayout_2 .setObjectName (_fromUtf8 ("verticalLayout_2" ))
57+ self .horizontalLayoutSearch = QtGui .QHBoxLayout ()
58+ self .horizontalLayoutSearch .setContentsMargins (- 1 , 0 , - 1 , - 1 )
59+ self .horizontalLayoutSearch .setObjectName (_fromUtf8 ("horizontalLayoutSearch" ))
60+ self .searchLineEdit = QtGui .QLineEdit (self .inbox )
61+ self .searchLineEdit .setObjectName (_fromUtf8 ("searchLineEdit" ))
62+ self .horizontalLayoutSearch .addWidget (self .searchLineEdit )
63+ self .searchOptionCB = QtGui .QComboBox (self .inbox )
64+ self .searchOptionCB .setObjectName (_fromUtf8 ("searchOptionCB" ))
65+ self .searchOptionCB .addItem (_fromUtf8 ("" ))
66+ self .searchOptionCB .addItem (_fromUtf8 ("" ))
67+ self .searchOptionCB .addItem (_fromUtf8 ("" ))
68+ self .searchOptionCB .addItem (_fromUtf8 ("" ))
69+ self .searchOptionCB .addItem (_fromUtf8 ("" ))
70+ self .horizontalLayoutSearch .addWidget (self .searchOptionCB )
71+ self .verticalLayout_2 .addLayout (self .horizontalLayoutSearch )
5772 self .tableWidgetInbox = QtGui .QTableWidget (self .inbox )
5873 self .tableWidgetInbox .setAlternatingRowColors (True )
5974 self .tableWidgetInbox .setSelectionMode (QtGui .QAbstractItemView .ExtendedSelection )
@@ -392,7 +407,7 @@ def setupUi(self, MainWindow):
392407 self .gridLayout .addWidget (self .tabWidget , 0 , 0 , 1 , 1 )
393408 MainWindow .setCentralWidget (self .centralwidget )
394409 self .menubar = QtGui .QMenuBar (MainWindow )
395- self .menubar .setGeometry (QtCore .QRect (0 , 0 , 795 , 18 ))
410+ self .menubar .setGeometry (QtCore .QRect (0 , 0 , 795 , 20 ))
396411 self .menubar .setObjectName (_fromUtf8 ("menubar" ))
397412 self .menuFile = QtGui .QMenu (self .menubar )
398413 self .menuFile .setObjectName (_fromUtf8 ("menuFile" ))
@@ -467,6 +482,11 @@ def setupUi(self, MainWindow):
467482
468483 def retranslateUi (self , MainWindow ):
469484 MainWindow .setWindowTitle (_translate ("MainWindow" , "Bitmessage" , None ))
485+ self .searchOptionCB .setItemText (0 , _translate ("MainWindow" , "All" , None ))
486+ self .searchOptionCB .setItemText (1 , _translate ("MainWindow" , "To" , None ))
487+ self .searchOptionCB .setItemText (2 , _translate ("MainWindow" , "From" , None ))
488+ self .searchOptionCB .setItemText (3 , _translate ("MainWindow" , "Subject" , None ))
489+ self .searchOptionCB .setItemText (4 , _translate ("MainWindow" , "Received" , None ))
470490 self .tableWidgetInbox .setSortingEnabled (True )
471491 item = self .tableWidgetInbox .horizontalHeaderItem (0 )
472492 item .setText (_translate ("MainWindow" , "To" , None ))
@@ -484,8 +504,8 @@ def retranslateUi(self, MainWindow):
484504 self .textEditMessage .setHtml (_translate ("MainWindow" , "<!DOCTYPE HTML PUBLIC \" -//W3C//DTD HTML 4.0//EN\" \" http://www.w3.org/TR/REC-html40/strict.dtd\" >\n "
485505"<html><head><meta name=\" qrichtext\" content=\" 1\" /><style type=\" text/css\" >\n "
486506"p, li { white-space: pre-wrap; }\n "
487- "</style></head><body style=\" font-family:\' MS Shell Dlg 2 \' ; font-size:9pt; font-weight:400; font-style:normal;\" >\n "
488- "<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 ))
507+ "</style></head><body style=\" font-family:\' Sans Serif \' ; font-size:9pt; font-weight:400; font-style:normal;\" >\n "
508+ "<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 ))
489509 self .label .setText (_translate ("MainWindow" , "To:" , None ))
490510 self .label_2 .setText (_translate ("MainWindow" , "From:" , None ))
491511 self .radioButtonBroadcast .setText (_translate ("MainWindow" , "Broadcast to everyone who is subscribed to your address" , None ))
0 commit comments