mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
461a5ea571
commit
fe4f798c70
@ -93,14 +93,15 @@ class MessageBox(QDialog): # {{{
|
||||
tc.setObjectName("toggle_checkbox")
|
||||
l.addWidget(tc, 2, 0, 1, 2)
|
||||
|
||||
def __init__(self, type_, title, msg,
|
||||
det_msg='',
|
||||
q_icon=None,
|
||||
show_copy_button=True,
|
||||
parent=None, default_yes=True,
|
||||
yes_text=None, no_text=None, yes_icon=None, no_icon=None,
|
||||
add_abort_button=False,
|
||||
only_copy_details=False
|
||||
def __init__(
|
||||
self, type_, title, msg,
|
||||
det_msg='',
|
||||
q_icon=None,
|
||||
show_copy_button=True,
|
||||
parent=None, default_yes=True,
|
||||
yes_text=None, no_text=None, yes_icon=None, no_icon=None,
|
||||
add_abort_button=False,
|
||||
only_copy_details=False
|
||||
):
|
||||
super().__init__(parent)
|
||||
self.only_copy_details = only_copy_details
|
||||
|
Loading…
x
Reference in New Issue
Block a user