@@ -138,7 +138,7 @@ def setupUi(self, MainWindow):
138138 self .verticalLayout_2 .setStretch (3 , 20 )
139139 MainWindow .setCentralWidget (self .centralwidget )
140140 self .menubar = QtWidgets .QMenuBar (MainWindow )
141- self .menubar .setGeometry (QtCore .QRect (0 , 0 , 600 , 23 ))
141+ self .menubar .setGeometry (QtCore .QRect (0 , 0 , 600 , 26 ))
142142 self .menubar .setObjectName ("menubar" )
143143 MainWindow .setMenuBar (self .menubar )
144144 self .statusbar = QtWidgets .QStatusBar (MainWindow )
@@ -170,9 +170,9 @@ def retranslateUi(self, MainWindow):
170170"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\" ><span style=\" font-family:\' -apple-system\' ; color:#24292e; background-color:#ffffff;\" >4.选择待查重代码的语言</span></p>\n "
171171"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\" ><span style=\" font-family:\' -apple-system\' ; color:#24292e; background-color:#ffffff;\" >5.点击进行查重</span></p>\n "
172172"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\" ><span style=\" font-family:\' -apple-system\' ; color:#24292e; background-color:#ffffff;\" >6.查重结果以文本文件的形式保存在所选择的目录下。</span></p>\n "
173- "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\" ><span style=\" font-family:\' -apple-system\' ; color:#24292e; background-color:#ffffff;\" >sim_res.txt 保存大致结果,sim_res_all.txt 保存详细结果,程序界面只输出大致结果。 </span></p>\n "
173+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\" ><span style=\" font-family:\' -apple-system\' ; color:#24292e; background-color:#ffffff;\" >sim_res.txt 保存大致结果,sim_res_all.txt 保存详细结果</span></p>\n "
174174"<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:\' -apple-system\' ; color:#24292e;\" ><br /></p>\n "
175- "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\" ><span style=\" font-family:\' -apple-system\' ; color:#24292e;\" > Made by ZXF</span></p></body></html>" ))
175+ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\" ><span style=\" font-family:\' -apple-system\' ; color:#24292e;\" >Made by ZXF</span></p></body></html>" ))
176176 self .languageLabel .setText (_translate ("MainWindow" , "选择待查重程序语言" ))
177177 self .languageComboBox .setItemText (0 , _translate ("MainWindow" , "C" ))
178178 self .languageComboBox .setItemText (1 , _translate ("MainWindow" , "C++" ))
0 commit comments