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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from PyQt4 import QtCore, QtGui
  5.  
  6. class Ui_Form(object):
  7.     
  8.     def setupUi(self, Form):
  9.         Form.setObjectName('Form')
  10.         Form.resize(400, 300)
  11.         self.gridLayout = QtGui.QGridLayout(Form)
  12.         self.gridLayout.setObjectName('gridLayout')
  13.         spacerItem = QtGui.QSpacerItem(20, 246, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
  14.         self.gridLayout.addItem(spacerItem, 1, 0, 1, 1)
  15.         self.opt_inline_toc = QtGui.QCheckBox(Form)
  16.         self.opt_inline_toc.setObjectName('opt_inline_toc')
  17.         self.gridLayout.addWidget(self.opt_inline_toc, 0, 0, 1, 1)
  18.         self.retranslateUi(Form)
  19.         QtCore.QMetaObject.connectSlotsByName(Form)
  20.  
  21.     
  22.     def retranslateUi(self, Form):
  23.         Form.setWindowTitle(_('Form'))
  24.         self.opt_inline_toc.setText(_('&Inline TOC'))
  25.  
  26.  
  27.