You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Layout.fillWidth:true// use with width for uniform spacingLayout.fillHeight:truehorizontalAlignment :Text.AlignLeft (Default)
Text.AlignRightText.AlignHCenterverticalAlignment :Text.AlignTopText.AlignTopText.AlignBottomText.AlignVCenter (Default)
Layout.alignment:Qt.AlignLeft// Qt.AlignRight // Qt.AlignVCenter // Qt.AlignHCenter
Fonts
font.family:config.displayFont// default theme font font.family:theme.displayFont// default theme font font.family:NotoSans font.weight:Font.Black font.pointSize:12 antialiasing :true font.bold:true font.italic:true textFormat:Text.RichText// use for inline html //Text.AutoText//Text.PlainText//Text.MarkdownText wrapMode:Text.WordWrap font.capitalization:Font.Capitalize// capital first letter of text string
Colors
color:Theme.textColor// default theme color color:Theme.viewTextColor color:config.textColor// user selectedTheme.highlightColorTheme.highlightedTextColorTheme.backgroundColorTheme.buttonHoverColorTheme.viewHoverColor color:transparent color:ColorScope.textColor