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_())
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"))
グラフィック オブジェクトとそのシンボルは強調表示された形式でリストされます (Web も可能)。
以上がフロントエンドのみの PyQtsntの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。