Skip to content

Instantly share code, notes, and snippets.

@ShawnMcCool
Created March 1, 2015 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShawnMcCool/6dbaae88f2701388c519 to your computer and use it in GitHub Desktop.
Save ShawnMcCool/6dbaae88f2701388c519 to your computer and use it in GitHub Desktop.
SailfishOS QML Theme Properties
fontFamilyHeading : string
fontFamily : string
fontSizeTiny : int
fontSizeExtraSmall : int
fontSizeSmall : int
fontSizeMedium : int
fontSizeLarge : int
fontSizeExtraLarge : int
fontSizeHuge : int
itemSizeExtraSmall : float
itemSizeSmall : float
itemSizeMedium : float
itemSizeLarge : float
itemSizeExtraLarge : float
iconSizeSmall : float
iconSizeMedium : float
iconSizeLarge : float
iconSizeLauncher : float
coverSizeSmall : QSize
coverSizeLarge : QSize
paddingSmall : float
paddingMedium : float
paddingLarge : float
flickDeceleration : float
maximumFlickVelocity : float
pixelRatio : float
pageStackIndicatorWidth : float
highlightBackgroundOpacity : float
highlightColor : QColor
highlightBackgroundColor : QColor
highlightDimmerColor : QColor
primaryColor : QColor
secondaryColor : QColor
secondaryHighlightColor : QColor
backgroundImage : QUrl
startDragDistance : int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment