if __name__ == "__main__": import sys app = QtWidgets.QApplication(sys.argv) MainWindow = QtWidgets.QMainWindow() ui = Ui_MainWindow() ui.setupUi(MainWindow) MainWindow.show() sys.exit(app.exec_())
Tâches QT :
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget> <p>Databases not linked to SQL are displayed manually using table forms. All field headers and their contents are listed here in XML format and their characteristics in the system.<br> </p> <pre class="brush:php;toolbar:false">def retranslateUi(self, MainWindow): _translate = QtCore.QCoreApplication.translate MainWindow.setWindowTitle(_translate("MainWindow", "Security analysis of the Smart Home system")) self.label.setText(_translate("MainWindow", "Select Smart Home options")) self.label_2.setText(_translate("MainWindow", "Smart lighting solutions:")) self.label_3.setText(_translate("MainWindow", "Smart home appliances:")) self.label_4.setText(_translate("MainWindow", "Control modules:")) self.label_5.setText(_translate("MainWindow", "Smart CCTV Cameras:")) self.label_6.setText(_translate("MainWindow", "Smart Garage Door Openers:")) self.label_7.setText(_translate("MainWindow", "Smart Home Sensors:")) self.pushButton.setText(_translate("MainWindow", "Analyze"))
Les objets graphiques et leurs symboles sont répertoriés sous une forme mise en évidence (web possible).
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!