aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/BoxShadow.qml
Commit message (Collapse)AuthorAgeFilesLines
* Material: Add proper elevation supportMichael Spencer2016-05-041-0/+69
- Added an ElevationEffect component based on elevation shadows from Angular Material - Use it on Button, ToolBar, ComboBox, Drawer, Pane, Popup, Menu, and Switch - Add an elevation property to the Material attached object - Update the button colors based on the elevation property Change-Id: I5152e1a56bdcb1016cc4f945a16ef510e0cdece6 Task-number: QTBUG-51276 Reviewed-by: Nikita Krupenko <krnekit@gmail.com> Reviewed-by: J-P Nurmi <jpnurmi@qt.io>