aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-03-12 13:24:16 -0700
committerChris Robinson <[email protected]>2017-03-12 13:24:16 -0700
commit097ed84a871dbf467342740de6eea1c8f53f898e (patch)
tree0df6e08534b380e16d0dd0dffde12f6258b49660 /utils/alsoft-config/mainwindow.h
parentf276e83c8d136b12d5f61c323d340aee47ff88d5 (diff)
Handle the nfc-ref-delay config option
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r--utils/alsoft-config/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.h b/utils/alsoft-config/mainwindow.h
index 8b763845..766c138c 100644
--- a/utils/alsoft-config/mainwindow.h
+++ b/utils/alsoft-config/mainwindow.h
@@ -35,6 +35,9 @@ private slots:
void updatePeriodCountEdit(int size);
void updatePeriodCountSlider();
+ void updateRefDelayEdit(int delay);
+ void updateRefDelaySlider();
+
void selectQuadDecoderFile();
void select51DecoderFile();
void select61DecoderFile();
@@ -63,6 +66,7 @@ private:
QValidator *mPeriodSizeValidator;
QValidator *mPeriodCountValidator;
+ QValidator *mRefDelayValidator;
QValidator *mSourceCountValidator;
QValidator *mEffectSlotValidator;
QValidator *mSourceSendValidator;