TSP_gui.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:GeneticAlgorithmLibraryPython 作者: ibarbech 项目源码 文件源码
def setupUi(self, Dialog):
        Dialog.setObjectName(_fromUtf8("Dialog"))
        Dialog.resize(950, 537)
        self.verticalLayout = QtGui.QVBoxLayout(Dialog)
        self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
        self.dist = QtGui.QLabel(Dialog)
        self.dist.setObjectName(_fromUtf8("dist"))
        self.verticalLayout.addWidget(self.dist)
        self.graphicsView = QtGui.QGraphicsView(Dialog)
        self.graphicsView.setObjectName(_fromUtf8("graphicsView"))
        self.verticalLayout.addWidget(self.graphicsView)
        self.horizontalLayout = QtGui.QHBoxLayout()
        self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
        self.stop = QtGui.QPushButton(Dialog)
        self.stop.setObjectName(_fromUtf8("stop"))
        self.horizontalLayout.addWidget(self.stop)
        self.init = QtGui.QPushButton(Dialog)
        self.init.setObjectName(_fromUtf8("init"))
        self.horizontalLayout.addWidget(self.init)
        self.start = QtGui.QPushButton(Dialog)
        self.start.setObjectName(_fromUtf8("start"))
        self.horizontalLayout.addWidget(self.start)
        self.verticalLayout.addLayout(self.horizontalLayout)

        self.retranslateUi(Dialog)
        QtCore.QMetaObject.connectSlotsByName(Dialog)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号