代码拉取完成,页面将自动刷新
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'ui_exelibsvm.ui'
#
# Created: Tue Jul 14 20:35:19 2015
# by: PyQt4 UI code generator 4.8.3
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui
try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
_fromUtf8 = lambda s: s
class Ui_ExeLibSVM(object):
def setupUi(self, ExeLibSVM):
ExeLibSVM.setObjectName(_fromUtf8("ExeLibSVM"))
ExeLibSVM.resize(573, 324)
self.verticalLayout_4 = QtGui.QVBoxLayout(ExeLibSVM)
self.verticalLayout_4.setObjectName(_fromUtf8("verticalLayout_4"))
self.verticalLayout_3 = QtGui.QVBoxLayout()
self.verticalLayout_3.setObjectName(_fromUtf8("verticalLayout_3"))
self.titleLabel = QtGui.QLabel(ExeLibSVM)
font = QtGui.QFont()
font.setPointSize(11)
font.setWeight(75)
font.setBold(True)
self.titleLabel.setFont(font)
self.titleLabel.setObjectName(_fromUtf8("titleLabel"))
self.verticalLayout_3.addWidget(self.titleLabel)
self.spacelabel = QtGui.QLabel(ExeLibSVM)
self.spacelabel.setText(_fromUtf8(""))
self.spacelabel.setObjectName(_fromUtf8("spacelabel"))
self.verticalLayout_3.addWidget(self.spacelabel)
self.inputLayout = QtGui.QVBoxLayout()
self.inputLayout.setObjectName(_fromUtf8("inputLayout"))
self.inputLabel = QtGui.QLabel(ExeLibSVM)
self.inputLabel.setObjectName(_fromUtf8("inputLabel"))
self.inputLayout.addWidget(self.inputLabel)
self.horizontalLayout = QtGui.QHBoxLayout()
self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
self.inputLineEdit = QtGui.QLineEdit(ExeLibSVM)
self.inputLineEdit.setObjectName(_fromUtf8("inputLineEdit"))
self.horizontalLayout.addWidget(self.inputLineEdit)
self.inputButton = QtGui.QPushButton(ExeLibSVM)
self.inputButton.setObjectName(_fromUtf8("inputButton"))
self.horizontalLayout.addWidget(self.inputButton)
self.inputLayout.addLayout(self.horizontalLayout)
self.verticalLayout_3.addLayout(self.inputLayout)
self.percentLayout = QtGui.QVBoxLayout()
self.percentLayout.setObjectName(_fromUtf8("percentLayout"))
self.labelTrain = QtGui.QLabel(ExeLibSVM)
self.labelTrain.setObjectName(_fromUtf8("labelTrain"))
self.percentLayout.addWidget(self.labelTrain)
self.percentForTrainninglineEdit = QtGui.QLineEdit(ExeLibSVM)
self.percentForTrainninglineEdit.setObjectName(_fromUtf8("percentForTrainninglineEdit"))
self.percentLayout.addWidget(self.percentForTrainninglineEdit)
self.verticalLayout_3.addLayout(self.percentLayout)
self.projectionSrcVerticalLayout = QtGui.QVBoxLayout()
self.projectionSrcVerticalLayout.setObjectName(_fromUtf8("projectionSrcVerticalLayout"))
self.projLabel = QtGui.QLabel(ExeLibSVM)
self.projLabel.setObjectName(_fromUtf8("projLabel"))
self.projectionSrcVerticalLayout.addWidget(self.projLabel)
self.projectionSrchorizontalLayout = QtGui.QHBoxLayout()
self.projectionSrchorizontalLayout.setObjectName(_fromUtf8("projectionSrchorizontalLayout"))
self.projectionSrcLineEdit = QtGui.QLineEdit(ExeLibSVM)
self.projectionSrcLineEdit.setObjectName(_fromUtf8("projectionSrcLineEdit"))
self.projectionSrchorizontalLayout.addWidget(self.projectionSrcLineEdit)
self.projectionSrcPushButton = QtGui.QPushButton(ExeLibSVM)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
sizePolicy.setHorizontalStretch(0)
sizePolicy.setVerticalStretch(0)
sizePolicy.setHeightForWidth(self.projectionSrcPushButton.sizePolicy().hasHeightForWidth())
self.projectionSrcPushButton.setSizePolicy(sizePolicy)
self.projectionSrcPushButton.setObjectName(_fromUtf8("projectionSrcPushButton"))
self.projectionSrchorizontalLayout.addWidget(self.projectionSrcPushButton)
self.projectionSrcVerticalLayout.addLayout(self.projectionSrchorizontalLayout)
self.verticalLayout_3.addLayout(self.projectionSrcVerticalLayout)
self.outputLayout = QtGui.QVBoxLayout()
self.outputLayout.setObjectName(_fromUtf8("outputLayout"))
self.outputLabel = QtGui.QLabel(ExeLibSVM)
self.outputLabel.setObjectName(_fromUtf8("outputLabel"))
self.outputLayout.addWidget(self.outputLabel)
self.horizontalLayout_2 = QtGui.QHBoxLayout()
self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2"))
self.outputLineEdit = QtGui.QLineEdit(ExeLibSVM)
self.outputLineEdit.setObjectName(_fromUtf8("outputLineEdit"))
self.horizontalLayout_2.addWidget(self.outputLineEdit)
self.outputButton = QtGui.QPushButton(ExeLibSVM)
self.outputButton.setObjectName(_fromUtf8("outputButton"))
self.horizontalLayout_2.addWidget(self.outputButton)
self.outputLayout.addLayout(self.horizontalLayout_2)
self.verticalLayout_3.addLayout(self.outputLayout)
spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
self.verticalLayout_3.addItem(spacerItem)
self.buttonLayout = QtGui.QHBoxLayout()
self.buttonLayout.setObjectName(_fromUtf8("buttonLayout"))
spacerItem1 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
self.buttonLayout.addItem(spacerItem1)
self.cancelButton = QtGui.QPushButton(ExeLibSVM)
self.cancelButton.setObjectName(_fromUtf8("cancelButton"))
self.buttonLayout.addWidget(self.cancelButton)
self.okButton = QtGui.QPushButton(ExeLibSVM)
self.okButton.setObjectName(_fromUtf8("okButton"))
self.buttonLayout.addWidget(self.okButton)
self.verticalLayout_3.addLayout(self.buttonLayout)
self.verticalLayout_4.addLayout(self.verticalLayout_3)
self.retranslateUi(ExeLibSVM)
QtCore.QMetaObject.connectSlotsByName(ExeLibSVM)
def retranslateUi(self, ExeLibSVM):
ExeLibSVM.setWindowTitle(QtGui.QApplication.translate("ExeLibSVM", "ExeLibSVM", None, QtGui.QApplication.UnicodeUTF8))
self.titleLabel.setText(QtGui.QApplication.translate("ExeLibSVM", "Execute SVM For Image libSVM Data", None, QtGui.QApplication.UnicodeUTF8))
self.inputLabel.setText(QtGui.QApplication.translate("ExeLibSVM", "libSVM Format Data", None, QtGui.QApplication.UnicodeUTF8))
self.inputButton.setText(QtGui.QApplication.translate("ExeLibSVM", "...", None, QtGui.QApplication.UnicodeUTF8))
self.labelTrain.setText(QtGui.QApplication.translate("ExeLibSVM", "Percent For Trainning (0-100%):", None, QtGui.QApplication.UnicodeUTF8))
self.projLabel.setText(QtGui.QApplication.translate("ExeLibSVM", "projection and outupt image size info src", None, QtGui.QApplication.UnicodeUTF8))
self.projectionSrcPushButton.setText(QtGui.QApplication.translate("ExeLibSVM", "...", None, QtGui.QApplication.UnicodeUTF8))
self.outputLabel.setText(QtGui.QApplication.translate("ExeLibSVM", "Output Probability Image", None, QtGui.QApplication.UnicodeUTF8))
self.outputButton.setText(QtGui.QApplication.translate("ExeLibSVM", "...", None, QtGui.QApplication.UnicodeUTF8))
self.cancelButton.setText(QtGui.QApplication.translate("ExeLibSVM", "Cancel", None, QtGui.QApplication.UnicodeUTF8))
self.okButton.setText(QtGui.QApplication.translate("ExeLibSVM", "OK", None, QtGui.QApplication.UnicodeUTF8))
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。