tree: efa9a5cbabb0a53a2bdc92186d9165be54878e8e [path history] [tgz]
  1. images/
  2. ApplicationWindow.qml
  3. BusyIndicator.qml
  4. Button.qml
  5. CheckBox.qml
  6. CheckDelegate.qml
  7. CheckIndicator.qml
  8. ComboBox.qml
  9. DelayButton.qml
  10. dependencies.json
  11. Dial.qml
  12. Dialog.qml
  13. DialogButtonBox.qml
  14. Drawer.qml
  15. Frame.qml
  16. GroupBox.qml
  17. HorizontalHeaderView.qml
  18. ItemDelegate.qml
  19. Label.qml
  20. Menu.qml
  21. MenuBar.qml
  22. MenuBarItem.qml
  23. MenuItem.qml
  24. MenuSeparator.qml
  25. Page.qml
  26. PageIndicator.qml
  27. Pane.qml
  28. plugins.qmltypes
  29. Popup.qml
  30. ProgressBar.qml
  31. qmldir
  32. qquickuniversalbusyindicator.cpp
  33. qquickuniversalbusyindicator_p.h
  34. qquickuniversalfocusrectangle.cpp
  35. qquickuniversalfocusrectangle_p.h
  36. qquickuniversalprogressbar.cpp
  37. qquickuniversalprogressbar_p.h
  38. qquickuniversalstyle.cpp
  39. qquickuniversalstyle_p.h
  40. qquickuniversaltheme.cpp
  41. qquickuniversaltheme_p.h
  42. qtquickcontrols2universalstyleplugin.cpp
  43. qtquickcontrols2universalstyleplugin.qrc
  44. RadioButton.qml
  45. RadioDelegate.qml
  46. RadioIndicator.qml
  47. RangeSlider.qml
  48. README.md
  49. RoundButton.qml
  50. ScrollBar.qml
  51. ScrollIndicator.qml
  52. Slider.qml
  53. SpinBox.qml
  54. SplitView.qml
  55. StackView.qml
  56. SwipeDelegate.qml
  57. Switch.qml
  58. SwitchDelegate.qml
  59. SwitchIndicator.qml
  60. TabBar.qml
  61. TabButton.qml
  62. TextArea.qml
  63. TextField.qml
  64. ToolBar.qml
  65. ToolButton.qml
  66. ToolSeparator.qml
  67. ToolTip.qml
  68. Tumbler.qml
  69. universal.pri
  70. universal.pro
  71. VerticalHeaderView.qml
qt-everywhere-src-5.15.1/qtquickcontrols2/src/imports/controls/universal/README.md

Universal Style

This style is based on the Microsoft Universal Design Guidelines.

The colors and metrics used all around the QML and C++ files originate from the Windows 10 SDK. The files are called generic.xaml and themeresources.xml, and they are located in the following folder:

\(Program Files)\Windows Kits\10\DesignTime\CommonConfiguration\Neutral\UAP\<SDK version>\Generic

See also XAML theme resources.