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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from PyQt4 import QtCore, QtGui
  5.  
  6. class Ui_WizardPage(object):
  7.     
  8.     def setupUi(self, WizardPage):
  9.         WizardPage.setObjectName('WizardPage')
  10.         WizardPage.resize(400, 300)
  11.         icon = QtGui.QIcon()
  12.         icon.addPixmap(QtGui.QPixmap(I('wizard.svg')), QtGui.QIcon.Normal, QtGui.QIcon.Off)
  13.         WizardPage.setWindowIcon(icon)
  14.         self.gridLayout = QtGui.QGridLayout(WizardPage)
  15.         self.gridLayout.setObjectName('gridLayout')
  16.         self.label = QtGui.QLabel(WizardPage)
  17.         self.label.setWordWrap(True)
  18.         self.label.setObjectName('label')
  19.         self.gridLayout.addWidget(self.label, 0, 0, 1, 2)
  20.         self.groupBox = QtGui.QGroupBox(WizardPage)
  21.         self.groupBox.setObjectName('groupBox')
  22.         self.verticalLayout = QtGui.QVBoxLayout(self.groupBox)
  23.         self.verticalLayout.setObjectName('verticalLayout')
  24.         self.manufacturer_view = QtGui.QListView(self.groupBox)
  25.         self.manufacturer_view.setSelectionBehavior(QtGui.QAbstractItemView.SelectRows)
  26.         self.manufacturer_view.setObjectName('manufacturer_view')
  27.         self.verticalLayout.addWidget(self.manufacturer_view)
  28.         self.gridLayout.addWidget(self.groupBox, 1, 0, 1, 1)
  29.         self.groupBox_2 = QtGui.QGroupBox(WizardPage)
  30.         self.groupBox_2.setObjectName('groupBox_2')
  31.         self.verticalLayout_2 = QtGui.QVBoxLayout(self.groupBox_2)
  32.         self.verticalLayout_2.setObjectName('verticalLayout_2')
  33.         self.device_view = QtGui.QListView(self.groupBox_2)
  34.         self.device_view.setSelectionBehavior(QtGui.QAbstractItemView.SelectRows)
  35.         self.device_view.setObjectName('device_view')
  36.         self.verticalLayout_2.addWidget(self.device_view)
  37.         self.gridLayout.addWidget(self.groupBox_2, 1, 1, 1, 1)
  38.         self.retranslateUi(WizardPage)
  39.         QtCore.QMetaObject.connectSlotsByName(WizardPage)
  40.  
  41.     
  42.     def retranslateUi(self, WizardPage):
  43.         WizardPage.setWindowTitle(_('Welcome to calibre'))
  44.         WizardPage.setTitle(_('Welcome to calibre'))
  45.         WizardPage.setSubTitle(_('The one stop solution to all your e-book needs.'))
  46.         self.label.setText(_('Choose your book reader. This will set the conversion options to produce books optimized for your device.'))
  47.         self.groupBox.setTitle(_('&Manufacturers'))
  48.         self.groupBox_2.setTitle(_('&Devices'))
  49.  
  50.  
  51.