This commit is contained in:
Kovid Goyal 2022-06-06 08:24:46 +05:30
parent 0a6dbad59e
commit 491f57b071
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -326,6 +326,7 @@ class CreateCustomColumn(QDialog):
# bool formatting
h1 = QHBoxLayout()
def add_bool_radio_button(txt):
b = QRadioButton(txt)
b.clicked.connect(partial(self.bool_radio_button_clicked, b))