-
Notifications
You must be signed in to change notification settings - Fork 6
Home
The Pothos widgets toolkit is a component of the Pothos data-flow framework. The toolkit contains a family of blocks that implement graphical control widgets, providing simple GUI controls, and status monitors for live control and feedback. Widget blocks tie into the topology though the signals and slots system, but also have a associated widget that can be displayed and manipulated within the Pothos GUI.
- For graphical plotting widgets, checkout the plotters toolkit.
Widgets table of contents
The planar select widget allows a user to select a point in a 2D space. An example use cause is visually adjusting a complex calibration value.
The numeric entry widget is a combined slider and text box widget.
The slider widget is a linear slider to control floating point values.
The widgets allow selection from set of options using radio buttons.
The widgets allow selection from set of options using a drop down (or combo box).
Displays strings and numbers passed from a signal port.
Instant message like interface for demonstrating messaging.
Individual spin-based digit control over an integer number. An example use case is precise frequency entry in Hz. The odometer can also be used to display values.
- Project overview
- Getting started
- FAQ
- Video screencasts
- Demo applications
- Features summary
- Versioned releases
- Miscellaneous links
- Help and support
- Pothos users' group
- Twitter @pothosware
- IRC chat #pothos
- Slack workspace
- Contract services
- Developer blog
- Contributing
- Donate
- Build guide
- GUI Tutorial
- SDR Tutorial
- Filter Tutorial
- Doxygen docs
- PothosUtil Guide
- Blocks coding guide
- Scheduler explained
- Remote control guide
- Extending serialization