home *** CD-ROM | disk | FTP | other *** search
Wrap
# Source Generated with Decompyle++ # File: in.pyc (Python 2.6) from PyQt4 import QtCore, QtGui try: _fromUtf8 = QtCore.QString.fromUtf8 except AttributeError: _fromUtf8 = lambda s: s class Ui_Form(object): def setupUi(self, Form): Form.setObjectName(_fromUtf8('Form')) Form.resize(660, 351) self.verticalLayout = QtGui.QVBoxLayout(Form) self.verticalLayout.setObjectName(_fromUtf8('verticalLayout')) self.label_18 = QtGui.QLabel(Form) self.label_18.setWordWrap(True) self.label_18.setObjectName(_fromUtf8('label_18')) self.verticalLayout.addWidget(self.label_18) self.groupBox_6 = QtGui.QGroupBox(Form) self.groupBox_6.setObjectName(_fromUtf8('groupBox_6')) self.gridLayout_11 = QtGui.QGridLayout(self.groupBox_6) self.gridLayout_11.setObjectName(_fromUtf8('gridLayout_11')) self.default_tweaks = QtGui.QPlainTextEdit(self.groupBox_6) self.default_tweaks.setReadOnly(True) self.default_tweaks.setObjectName(_fromUtf8('default_tweaks')) self.gridLayout_11.addWidget(self.default_tweaks, 0, 0, 1, 1) self.verticalLayout.addWidget(self.groupBox_6) self.groupBox_7 = QtGui.QGroupBox(Form) self.groupBox_7.setObjectName(_fromUtf8('groupBox_7')) self.gridLayout_10 = QtGui.QGridLayout(self.groupBox_7) self.gridLayout_10.setObjectName(_fromUtf8('gridLayout_10')) self.current_tweaks = QtGui.QPlainTextEdit(self.groupBox_7) self.current_tweaks.setObjectName(_fromUtf8('current_tweaks')) self.gridLayout_10.addWidget(self.current_tweaks, 0, 0, 1, 1) self.verticalLayout.addWidget(self.groupBox_7) self.retranslateUi(Form) QtCore.QMetaObject.connectSlotsByName(Form) def retranslateUi(self, Form): Form.setWindowTitle(_('Form')) self.label_18.setText(_('Values for the tweaks are shown below. Edit them to change the behavior of calibre. Your changes will only take effect after a restart of calibre.')) self.groupBox_6.setTitle(_('All available tweaks')) self.groupBox_7.setTitle(_('&Current tweaks'))