home *** CD-ROM | disk | FTP | other *** search
Wrap
# Source Generated with Decompyle++ # File: in.pyc (Python 2.6) from PyQt4 import QtCore, QtGui class Ui_Form(object): def setupUi(self, Form): Form.setObjectName('Form') Form.resize(400, 300) self.verticalLayout = QtGui.QVBoxLayout(Form) self.verticalLayout.setObjectName('verticalLayout') self.groupBox = QtGui.QGroupBox(Form) self.groupBox.setObjectName('groupBox') self.gridLayout_2 = QtGui.QGridLayout(self.groupBox) self.gridLayout_2.setObjectName('gridLayout_2') self.label_4 = QtGui.QLabel(self.groupBox) self.label_4.setWordWrap(True) self.label_4.setObjectName('label_4') self.gridLayout_2.addWidget(self.label_4, 0, 0, 1, 1) self.label_5 = QtGui.QLabel(self.groupBox) self.label_5.setObjectName('label_5') self.gridLayout_2.addWidget(self.label_5, 2, 0, 1, 1) self.template_variables = QtGui.QTextBrowser(self.groupBox) self.template_variables.setObjectName('template_variables') self.gridLayout_2.addWidget(self.template_variables, 3, 0, 1, 1) self.opt_template = HistoryBox(self.groupBox) self.opt_template.setObjectName('opt_template') self.gridLayout_2.addWidget(self.opt_template, 1, 0, 1, 1) self.verticalLayout.addWidget(self.groupBox) self.retranslateUi(Form) QtCore.QMetaObject.connectSlotsByName(Form) def retranslateUi(self, Form): Form.setWindowTitle(_('Form')) self.groupBox.setTitle(_('Save &template')) self.label_4.setText(_('By adjusting the template below, you can control what folders the files are saved in and what filenames they are given. You can use the / character to indicate sub-folders. Available metadata variables are described below. If a particular book does not have some metadata, the variable will be replaced by the empty string.')) self.label_5.setText(_('Available variables:')) from calibre.gui2.dialogs.config.history import HistoryBox