File imgSeek-0.8.6-with-keyword.patch of Package imgSeek
--- imgSeekLib/RenameForm.py
+++ imgSeekLib/RenameForm.py
@@ -243,10 +243,10 @@
buttonGroup1Layout.addMultiCellWidget(self.seriescheck,5,5,0,4)
- self.with = QLabel(self.buttonGroup1,"with")
- self.with.setSizePolicy(QSizePolicy(QSizePolicy.Minimum,QSizePolicy.Preferred,0,0,self.with.sizePolicy().hasHeightForWidth()))
+ self.with_ = QLabel(self.buttonGroup1,"with")
+ self.with_.setSizePolicy(QSizePolicy(QSizePolicy.Minimum,QSizePolicy.Preferred,0,0,self.with_.sizePolicy().hasHeightForWidth()))
- buttonGroup1Layout.addWidget(self.with,4,3)
+ buttonGroup1Layout.addWidget(self.with_,4,3)
self.seriesedit = QLineEdit(self.buttonGroup1,"seriesedit")
self.seriesedit.setEnabled(0)
@@ -352,7 +352,7 @@
self.setTitle(self.source,self.tr("Choose a work batch. Rename operations will be applied to all images in this batch"))
self.buttonGroup1.setTitle(QString.null)
self.seriescheck.setText(self.tr("Name everything as a numeric series with this prefix:"))
- self.with.setText(self.tr("with"))
+ self.with_.setText(self.tr("with"))
self.appendcheck.setText(self.tr("Append to filenames"))
self.prependcheck.setText(self.tr("Prepend to filenames"))
self.lowercheck.setText(self.tr("Convert to lowercase"))