# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'fetchDCdialog.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_fetchDCdialog(object): def setupUi(self, fetchDCdialog): fetchDCdialog.setObjectName("fetchDCdialog") fetchDCdialog.resize(327, 193) self.verticalLayout = QtGui.QVBoxLayout(fetchDCdialog) self.verticalLayout.setObjectName("verticalLayout") self.groupBox = QtGui.QGroupBox(fetchDCdialog) self.groupBox.setObjectName("groupBox") self.verticalLayout_2 = QtGui.QVBoxLayout(self.groupBox) self.verticalLayout_2.setObjectName("verticalLayout_2") self.listWidget = QtGui.QListWidget(self.groupBox) self.listWidget.setObjectName("listWidget") self.verticalLayout_2.addWidget(self.listWidget) self.verticalLayout.addWidget(self.groupBox) self.buttonBox = QtGui.QDialogButtonBox(fetchDCdialog) self.buttonBox.setOrientation(QtCore.Qt.Horizontal) self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok) self.buttonBox.setObjectName("buttonBox") self.verticalLayout.addWidget(self.buttonBox) self.retranslateUi(fetchDCdialog) QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("accepted()"), fetchDCdialog.accept) QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("rejected()"), fetchDCdialog.reject) QtCore.QMetaObject.connectSlotsByName(fetchDCdialog) def retranslateUi(self, fetchDCdialog): fetchDCdialog.setWindowTitle(QtGui.QApplication.translate("fetchDCdialog", "Dialog", None, QtGui.QApplication.UnicodeUTF8)) self.groupBox.setTitle(QtGui.QApplication.translate("fetchDCdialog", "available datacenter configurations", None, QtGui.QApplication.UnicodeUTF8))