From 25c579926b10fdfacc7032e4118a4cfa13f30d5b Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Thu, 30 Jan 2020 16:59:03 -0800 Subject: [PATCH] radioCram --- qt/aqt/customstudy.py | 2 +- qt/designer/customstudy.ui | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt/aqt/customstudy.py b/qt/aqt/customstudy.py index c2c2512bf..ffe8571c1 100644 --- a/qt/aqt/customstudy.py +++ b/qt/aqt/customstudy.py @@ -42,7 +42,7 @@ class CustomStudy(QDialog): f.radioForgot.clicked.connect(lambda: self.onRadioChange(RADIO_FORGOT)) f.radioAhead.clicked.connect(lambda: self.onRadioChange(RADIO_AHEAD)) f.radioPreview.clicked.connect(lambda: self.onRadioChange(RADIO_PREVIEW)) - f.radio6.clicked.connect(lambda: self.onRadioChange(6)) + f.radioCram.clicked.connect(lambda: self.onRadioChange(RADIO_CRAM)) def onRadioChange(self, idx): f = self.form diff --git a/qt/designer/customstudy.ui b/qt/designer/customstudy.ui index 803fd30d5..e2fae9dc9 100644 --- a/qt/designer/customstudy.ui +++ b/qt/designer/customstudy.ui @@ -45,7 +45,7 @@ - + Study by card state or tag @@ -168,7 +168,7 @@ radioForgot radioAhead radioPreview - radio6 + radioCram spin buttonBox