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)
评论列表
文章目录