This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from hamishwillee/hgw_fix_broken_fact_system_l…
…ink_and_other_minor_tidy Fix broken fact system link
- Loading branch information
Showing
17 changed files
with
92 additions
and
87 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# File Formats | ||
|
||
This section contains topics about the file formats used/supported by QGroundControl. | ||
This section contains topics about the file formats used/supported by *QGroundControl*. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# User Interface Design | ||
|
||
The main pattern for UI design in QGC is a UI page written in Qml, many times communicated with a custom "Controller" written in C++. This follows a somewhat hacked variant of the MVC design pattern. | ||
The main pattern for UI design in QGC is a UI page written in QML, many times communicated with a custom "Controller" written in C++. This follows a somewhat hacked variant of the MVC design pattern. | ||
|
||
The Qml code binds to information associated with the system through the following mechanisms: | ||
The QML code binds to information associated with the system through the following mechanisms: | ||
* The custom controller | ||
* The global QGroundControl object which provides access to things like the active Vehicle | ||
* The global ``QGroundControl`` object which provides access to things like the active Vehicle | ||
* The FactSystem which provides access to parameters and in some cases custom Facts. | ||
|
||
Note: Due to the complexity of the Qml used in QGC as well as it's reliance on communication with C++ objects to drive the ui it is not possible to use the Qml Designer provided by Qt to edit Qml. | ||
Note: Due to the complexity of the QML used in QGC as well as it's reliance on communication with C++ objects to drive the ui it is not possible to use the QML Designer provided by Qt to edit QML. |
Oops, something went wrong.