mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0ae052cd4a
commit
3a1d39422a
@ -40,8 +40,6 @@ class PluginWidget(QWidget,Ui_Form):
|
||||
|
||||
def options(self):
|
||||
# Save/return the current options
|
||||
# getattr() returns text value of QLineEdit control
|
||||
print "gui2.catalog.catalog_epub_mobi:options(): Saving options"
|
||||
opts_dict = {}
|
||||
for opt in self.OPTION_FIELDS:
|
||||
opt_value = unicode(getattr(self, opt[0]).text())
|
||||
|
Loading…
x
Reference in New Issue
Block a user