mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 20:28:11 -05:00
Add option to set and check list source settings by name
This makes it easier to select the intended settings value as the underlying value often has no direct connection to the user facing name. It also makes it possible to select list entries whos underlying value changes frequently, but the user facing value does not. (E.g. device IDs based on the input port compared to the device name)
This commit is contained in:
@@ -20,6 +20,11 @@ int FindIdxInRagne(QComboBox *list, int start, int stop,
|
||||
return -1;
|
||||
}
|
||||
|
||||
void SetRowMatchingValueVisible(QComboBox *list, const QString &value,
|
||||
bool show)
|
||||
{
|
||||
}
|
||||
|
||||
bool DisplayMessage(const QString &msg, bool question, bool modal)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user