Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Control Feature #1414

Merged
merged 17 commits into from
Sep 17, 2022
Merged

Remote Control Feature #1414

merged 17 commits into from
Sep 17, 2022

Conversation

srcejon
Copy link
Collaborator

@srcejon srcejon commented Sep 16, 2022

This PR adds a Remote Control Feature, for remotely controlling and monitoring Smart Home / IoT devices such as plugs and switches, as well as VISA programmable test equipment, such as benchtop power supplies and spectrum analyzers.

This is so users can remotely control power to SDRs, power amplifiers, rotator controllers and the like from within SDRangel. (I'm trying to cut down on electricity usage!)

The GUI is customizable so users can choose which controls and sensors to display, as well as plot charts of sensor data over time.

image


combo->setToolTip("Set value for " + info->m_name);
combo->insertItems(0, info->m_values);
connect(combo, &QComboBox::textActivated,
Copy link
Owner

@f4exb f4exb Sep 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compile error (Qt 5.12): error: ‘textActivated’ is not a member of ‘QComboBox’
This is a Qt 5.14 feature: https://doc.qt.io/qt-5/qcombobox.html#textActivated
Edit #1416 opened to get rid of these compatibility issues

@f4exb f4exb merged commit 262e932 into f4exb:master Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants