Merged
Conversation
Collaborator
DonLakeFlyer
commented
Dec 7, 2025
- Altitude field uses new FactTextFieldSlider control which allows for simpler value changes on mobile. Usage of this control will all fields in planning will come in a later pull.
- Added new userMin/Max properties to the FactSystem as well as MissionCmdParamInfo. Example usage is for a ui slider to adjust Fact values. They differ from the existing min/max properties in that they are user focused as opposed to being the ultimate validated min/max for a Fact. So far example on the Altitude field in mission planning, userMin is set to 0 and userMax is set to 400 feet. This provides a slider which can adjust the altitude to reasonable values for typical use. But you can still type in an altitude value above 400, or below 0 if you need that.
- QGCSlider has two new properties:
- showBoundaryValues - true: will show the from/to values below to slider
- mouseWheelSupport - false: using the mouse wheel is disabled for slider adjustment
- Changed the Qml coding style example to move the public properties/signals to the top of the control which is the more common style. It's more common since it's more useful for viewing qml source so you can see what is public at the top instead of having to look past other crap first to find them.

2df0606 to
0bb5520
Compare
* mouseWheelSupport - false: mouse wheel does not adjust slider value * showBoundaryValues - true: from/to value is shown below slider * removed indicatorBarVisible which is no longer supported
0bb5520 to
ad25711
Compare
Renamed previous FactTextFieldSlider control to FactTextFieldSlider2
ad25711 to
5b820a8
Compare
These are used to create ui (like a slider) for adjusting values within reasonable limits. They can be smaller than the ultimate validation limits of min/max. If they are not specified they are kept to NaN for invalid so the ui can do intelligent things based on their availability
5b820a8 to
89d54df
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.