Fade out segment controls which will likely not be needed

This was done to give some hints which controls will likely need to be
used to avoid mistakenly clicking on the action controls when editing
conditions.
This commit is contained in:
WarmUpTill
2022-02-25 23:08:35 +01:00
committed by WarmUpTill
parent ae13a68cae
commit 4253c99cf2
4 changed files with 82 additions and 0 deletions

View File

@@ -153,6 +153,11 @@ public slots:
void RemoveMacroCondition(int idx);
void MoveMacroConditionUp(int idx);
void MoveMacroConditionDown(int idx);
void FadeOutActionControls();
void FadeOutConditionControls();
void ResetOpacityActionControls();
void ResetOpacityConditionControls();
void HighlightControls();
void HighlightMatchedMacros();
void MacroDragDropReorder(QModelIndex, int, int, QModelIndex, int);