Check out this quick tour to find the best demos and examples for you, and to see how the Felgo SDK can help you to develop your next app or game!
Defines style of the Navigation's AppDrawer. More...
Import Statement: | import Felgo 3.0 |
Inherits: |
This type is used in the global Theme object for the appearance of Navigation's AppDrawer. The settings can be accessed with the Theme::navigationAppDrawer property.
activeTextColor : color |
The text color of the text in the row when the item is active. By default the text color matches Theme::listItem.activeTextColor.
backgroundColor : color |
The background color of the app drawer. It matches Theme::listItem.backgroundColor by default.
badgeBackgroundColor : color |
The background color of the displayed badge value. By default the background color matches Theme::listItem.badgeTextColor.
This property was introduced in Felgo 2.16.1.
badgeFontSize : real |
The font size of the displayed SimpleRow::badgeValue. By default the font size matches Theme::listItem.badgeFontSize.
This property was introduced in Felgo 2.16.1.
badgeRadius : real |
The corner radius of the background of the displayed badge value. By default the radius matches Theme::listItem.badgeBackgroundColor.
This property was introduced in Felgo 2.16.1.
badgeTextColor : color |
The text color of the displayed badge value. By default the text color matches Theme::listItem.badgeFontSize.
This property was introduced in Felgo 2.16.1.
desktopBaseColor : color |
The base color to use for the background of the navigation drawer on desktop.
The default value is Qt.darker(Theme.navigationBar.backgroundColor,1.15)
This property was introduced in Felgo 3.3.0.
desktopBaseTextColor : color |
The base color to use for the text and icons of the navigation drawer on desktop.
The default value is "#fff"
This property was introduced in Felgo 3.3.0.
disabledTextColor : color |
dividerColor : color |
The color of the row divider line. By default the divider color is Theme::listItem.dividerColor.
dividerHeight : real |
The height of the row divider line. The default value matches Theme::listItem.dividerHeight.
itemActiveBackgroundColor : color |
The background color of the item when it is active. Matches the itemBackgroundColor by default.
This property was introduced in Felgo 2.17.0.
itemBackgroundColor : color |
The background color of the navigation items. By default the background color matches Theme::listItem.backgroundColor.
itemSelectedBackgroundColor : color |
The background color of the item while it is being selected. By default it matches Theme::listItem.selectedBackgroundColor.
rowSpacing : real |
The spacing on top and bottom of the text labels within the row. The default value matches Theme::listItem.spacing.
selectedTextColor : color |
textColor : color |
The text color of the text in the row. By default the text color matches Theme::listItem.textColor.