mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1d4964b366
commit
62e7a7416a
@ -229,7 +229,7 @@ class InterfaceAction(QObject):
|
|||||||
an UUID to it.
|
an UUID to it.
|
||||||
:param text: The text of the action.
|
:param text: The text of the action.
|
||||||
:param icon: Either a QIcon or a file name. The file name is passed to
|
:param icon: Either a QIcon or a file name. The file name is passed to
|
||||||
the I() builtin, so you do not need to pass the full path to the images
|
the QIcon.ic() builtin, so you do not need to pass the full path to the images
|
||||||
folder.
|
folder.
|
||||||
:param shortcut: A string, a list of strings, None or False. If False,
|
:param shortcut: A string, a list of strings, None or False. If False,
|
||||||
no keyboard shortcut is registered for this action. If None, a keyboard
|
no keyboard shortcut is registered for this action. If None, a keyboard
|
||||||
|
@ -352,7 +352,7 @@ class ProceedQuestion(QWidget):
|
|||||||
:param focus_action: If True, the action button will be focused instead of the Yes button
|
:param focus_action: If True, the action button will be focused instead of the Yes button
|
||||||
:param show_det: If True, the Detailed message will be shown initially
|
:param show_det: If True, the Detailed message will be shown initially
|
||||||
:param show_ok: If True, OK will be shown instead of YES/NO
|
:param show_ok: If True, OK will be shown instead of YES/NO
|
||||||
:param icon: The icon to be used for this popop (defaults to question mark). Can be either a QIcon or a string to be used with I()
|
:param icon: The icon to be used for this popop (defaults to question mark). Can be either a QIcon or a string to be used with QIcon.ic()
|
||||||
:log_viewer_unique_name: If set, ViewLog will remember/reuse its size for this name in calibre.gui2.gprefs
|
:log_viewer_unique_name: If set, ViewLog will remember/reuse its size for this name in calibre.gui2.gprefs
|
||||||
'''
|
'''
|
||||||
question = Question(
|
question = Question(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user