mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
pep8
This commit is contained in:
parent
0a6dbad59e
commit
491f57b071
@ -326,6 +326,7 @@ class CreateCustomColumn(QDialog):
|
|||||||
|
|
||||||
# bool formatting
|
# bool formatting
|
||||||
h1 = QHBoxLayout()
|
h1 = QHBoxLayout()
|
||||||
|
|
||||||
def add_bool_radio_button(txt):
|
def add_bool_radio_button(txt):
|
||||||
b = QRadioButton(txt)
|
b = QRadioButton(txt)
|
||||||
b.clicked.connect(partial(self.bool_radio_button_clicked, b))
|
b.clicked.connect(partial(self.bool_radio_button_clicked, b))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user