home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- from PyQt4 import QtCore, QtGui
-
- class Ui_DeleteMatchingFromDeviceDialog(object):
-
- def setupUi(self, DeleteMatchingFromDeviceDialog):
- DeleteMatchingFromDeviceDialog.setObjectName('DeleteMatchingFromDeviceDialog')
- DeleteMatchingFromDeviceDialog.resize(730, 342)
- sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.MinimumExpanding)
- sizePolicy.setHorizontalStretch(0)
- sizePolicy.setVerticalStretch(0)
- sizePolicy.setHeightForWidth(DeleteMatchingFromDeviceDialog.sizePolicy().hasHeightForWidth())
- DeleteMatchingFromDeviceDialog.setSizePolicy(sizePolicy)
- self.verticalLayout = QtGui.QVBoxLayout(DeleteMatchingFromDeviceDialog)
- self.verticalLayout.setObjectName('verticalLayout')
- self.explanation = QtGui.QLabel(DeleteMatchingFromDeviceDialog)
- self.explanation.setObjectName('explanation')
- self.verticalLayout.addWidget(self.explanation)
- self.table = QtGui.QTableWidget(DeleteMatchingFromDeviceDialog)
- sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)
- sizePolicy.setHorizontalStretch(0)
- sizePolicy.setVerticalStretch(0)
- sizePolicy.setHeightForWidth(self.table.sizePolicy().hasHeightForWidth())
- self.table.setSizePolicy(sizePolicy)
- self.table.setColumnCount(0)
- self.table.setObjectName('table')
- self.table.setColumnCount(0)
- self.table.setRowCount(0)
- self.verticalLayout.addWidget(self.table)
- self.buttonBox = QtGui.QDialogButtonBox(DeleteMatchingFromDeviceDialog)
- self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
- self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel | QtGui.QDialogButtonBox.Ok)
- self.buttonBox.setCenterButtons(True)
- self.buttonBox.setObjectName('buttonBox')
- self.verticalLayout.addWidget(self.buttonBox)
- self.retranslateUi(DeleteMatchingFromDeviceDialog)
- QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL('accepted()'), DeleteMatchingFromDeviceDialog.accept)
- QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL('rejected()'), DeleteMatchingFromDeviceDialog.reject)
- QtCore.QMetaObject.connectSlotsByName(DeleteMatchingFromDeviceDialog)
-
-
- def retranslateUi(self, DeleteMatchingFromDeviceDialog):
- DeleteMatchingFromDeviceDialog.setWindowTitle(_('Delete from device'))
-
-
-