# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'integrityCheckDialog.ui' # # Created by: PyQt4 UI code generator 4.7.3 # # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore, QtGui class Ui_IntegrityCheckForm(object): def setupUi(self, IntegrityCheckForm): IntegrityCheckForm.setObjectName("IntegrityCheckForm") IntegrityCheckForm.resize(600, 300) self.verticalLayout_2 = QtGui.QVBoxLayout(IntegrityCheckForm) self.verticalLayout_2.setObjectName("verticalLayout_2") self.groupBox = QtGui.QGroupBox(IntegrityCheckForm) self.groupBox.setObjectName("groupBox") self.verticalLayout = QtGui.QVBoxLayout(self.groupBox) self.verticalLayout.setObjectName("verticalLayout") self.listWidget = QtGui.QListWidget(self.groupBox) self.listWidget.setObjectName("listWidget") self.verticalLayout.addWidget(self.listWidget) self.verticalLayout_2.addWidget(self.groupBox) self.retranslateUi(IntegrityCheckForm) QtCore.QMetaObject.connectSlotsByName(IntegrityCheckForm) def retranslateUi(self, IntegrityCheckForm): IntegrityCheckForm.setWindowTitle(QtGui.QApplication.translate("IntegrityCheckForm", "Form", None, QtGui.QApplication.UnicodeUTF8)) self.groupBox.setTitle(QtGui.QApplication.translate("IntegrityCheckForm", "Integritycheck results", None, QtGui.QApplication.UnicodeUTF8))