tree: 934c54e5800b47ee143bff8a71fb96fc30f4e643 [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. ItemDelegate.qml
  18. Label.qml
  19. Menu.qml
  20. MenuBar.qml
  21. MenuBarItem.qml
  22. MenuItem.qml
  23. MenuSeparator.qml
  24. Page.qml
  25. PageIndicator.qml
  26. Pane.qml
  27. plugins.qmltypes
  28. Popup.qml
  29. ProgressBar.qml
  30. qmldir
  31. qquickuniversalbusyindicator.cpp
  32. qquickuniversalbusyindicator_p.h
  33. qquickuniversalfocusrectangle.cpp
  34. qquickuniversalfocusrectangle_p.h
  35. qquickuniversalprogressbar.cpp
  36. qquickuniversalprogressbar_p.h
  37. qquickuniversalstyle.cpp
  38. qquickuniversalstyle_p.h
  39. qquickuniversaltheme.cpp
  40. qquickuniversaltheme_p.h
  41. qtquickcontrols2universalstyleplugin.cpp
  42. qtquickcontrols2universalstyleplugin.qrc
  43. RadioButton.qml
  44. RadioDelegate.qml
  45. RadioIndicator.qml
  46. RangeSlider.qml
  47. README.md
  48. RoundButton.qml
  49. ScrollBar.qml
  50. ScrollIndicator.qml
  51. Slider.qml
  52. SpinBox.qml
  53. SplitView.qml
  54. StackView.qml
  55. SwipeDelegate.qml
  56. Switch.qml
  57. SwitchDelegate.qml
  58. SwitchIndicator.qml
  59. TabBar.qml
  60. TabButton.qml
  61. TextArea.qml
  62. TextField.qml
  63. ToolBar.qml
  64. ToolButton.qml
  65. ToolSeparator.qml
  66. ToolTip.qml
  67. Tumbler.qml
  68. universal.pri
  69. universal.pro
qt-everywhere-src-5.14.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.