home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_1255 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  2.3 KB  |  48 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from PyQt4 import QtCore, QtGui
  5.  
  6. class Ui_DeleteMatchingFromDeviceDialog(object):
  7.     
  8.     def setupUi(self, DeleteMatchingFromDeviceDialog):
  9.         DeleteMatchingFromDeviceDialog.setObjectName('DeleteMatchingFromDeviceDialog')
  10.         DeleteMatchingFromDeviceDialog.resize(730, 342)
  11.         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.MinimumExpanding)
  12.         sizePolicy.setHorizontalStretch(0)
  13.         sizePolicy.setVerticalStretch(0)
  14.         sizePolicy.setHeightForWidth(DeleteMatchingFromDeviceDialog.sizePolicy().hasHeightForWidth())
  15.         DeleteMatchingFromDeviceDialog.setSizePolicy(sizePolicy)
  16.         self.verticalLayout = QtGui.QVBoxLayout(DeleteMatchingFromDeviceDialog)
  17.         self.verticalLayout.setObjectName('verticalLayout')
  18.         self.explanation = QtGui.QLabel(DeleteMatchingFromDeviceDialog)
  19.         self.explanation.setObjectName('explanation')
  20.         self.verticalLayout.addWidget(self.explanation)
  21.         self.table = QtGui.QTableWidget(DeleteMatchingFromDeviceDialog)
  22.         sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)
  23.         sizePolicy.setHorizontalStretch(0)
  24.         sizePolicy.setVerticalStretch(0)
  25.         sizePolicy.setHeightForWidth(self.table.sizePolicy().hasHeightForWidth())
  26.         self.table.setSizePolicy(sizePolicy)
  27.         self.table.setColumnCount(0)
  28.         self.table.setObjectName('table')
  29.         self.table.setColumnCount(0)
  30.         self.table.setRowCount(0)
  31.         self.verticalLayout.addWidget(self.table)
  32.         self.buttonBox = QtGui.QDialogButtonBox(DeleteMatchingFromDeviceDialog)
  33.         self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
  34.         self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel | QtGui.QDialogButtonBox.Ok)
  35.         self.buttonBox.setCenterButtons(True)
  36.         self.buttonBox.setObjectName('buttonBox')
  37.         self.verticalLayout.addWidget(self.buttonBox)
  38.         self.retranslateUi(DeleteMatchingFromDeviceDialog)
  39.         QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL('accepted()'), DeleteMatchingFromDeviceDialog.accept)
  40.         QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL('rejected()'), DeleteMatchingFromDeviceDialog.reject)
  41.         QtCore.QMetaObject.connectSlotsByName(DeleteMatchingFromDeviceDialog)
  42.  
  43.     
  44.     def retranslateUi(self, DeleteMatchingFromDeviceDialog):
  45.         DeleteMatchingFromDeviceDialog.setWindowTitle(_('Delete from device'))
  46.  
  47.  
  48.