mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-10 18:43:32 -06:00
* Update ui-architecture.md: Fix .xaml links * Update doc/devdocs/settingsv2/ui-architecture.md --------- Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
982 B
982 B
UI Architecture
The UI code is distributed between two projects: PowerToys.Settings and Settings.UI. PowerToys.Settings is a Windows App Sdk .net Unpackaged application. It contains the views for base navigation and modules. Parent display window and corresponding code is present in MainWindow.xaml. Fig 1 provides a description of the UI controls hierarchy and each of the controls have been summarized below :
ShellPage.xamlis a WinUI control, consisting of a side navigation panel with an icon for each module. Clicking on a module icon loads the correspondingsetting.jsonfile and displays the data in the UI.
