mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 17:36:03 +01:00
...
This commit is contained in:
parent
0b3488319e
commit
cebaee7f23
1 changed files with 5 additions and 3 deletions
|
|
@ -414,7 +414,8 @@ def get_file(self, path, outfile, end_session=True):
|
|||
@classmethod
|
||||
def config_widget(cls):
|
||||
'''
|
||||
Should return a QWidget. The QWidget contains the settings for the device interface
|
||||
Should return a QWidget. The QWidget contains the settings for the
|
||||
device interface
|
||||
'''
|
||||
raise NotImplementedError()
|
||||
|
||||
|
|
@ -429,8 +430,9 @@ def save_settings(cls, settings_widget):
|
|||
@classmethod
|
||||
def settings(cls):
|
||||
'''
|
||||
Should return an opts object. The opts object should have at least one attribute
|
||||
`format_map` which is an ordered list of formats for the device.
|
||||
Should return an opts object. The opts object should have at least one
|
||||
attribute `format_map` which is an ordered list of formats for the
|
||||
device.
|
||||
'''
|
||||
raise NotImplementedError()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue