width: parent.width * 0.8
anchors.centerIn: parent
text: qsTr("No recent emojis")
- color: palette.midlight
wrapMode: Text.Wrap
font.bold: true
visible: emojiView.count === 0
text: root.text
wrapMode: Text.Wrap
- color: root.colored ? palette.brightText : palette.buttonText
font.bold: root.primary
}
text: root.secondaryText
wrapMode: Text.Wrap
- color: palette.midlight
visible: root.secondaryText !== ""
}
}
Layout.rightMargin: headerGridLayout.textRightMargin
text: `${root.fileDetails.sizeString} ยท ${root.fileDetails.lastChangedString}`
- color: palette.midlight
wrapMode: Text.Wrap
}
Layout.rightMargin: headerGridLayout.textRightMargin
text: root.fileDetails.lockExpireString
- color: palette.midlight
wrapMode: Text.Wrap
visible: headerGridLayout.showFileLockedString
}
color: palette.base
}
- color: palette.midlight
elide: Text.ElideRight
padding: Style.smallSpacing
}
Layout.fillWidth: true
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
- color: tabButtonLayout.elementColors
text: tabButton.text
font.bold: tabButton.checked
}
Layout.column: 1
text: root.detailText
- color: palette.midlight
elide: Text.ElideRight
visible: text !== ""
}
Layout.rightMargin: root.padding
text: root.fileDetails.name
- color: palette.midlight
wrapMode: Text.Wrap
}
}
id: sharingDisabledLabel
width: parent.width
text: qsTr("Sharing is disabled")
- color: palette.midlight
wrapMode: Text.Wrap
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
EnforcedPlainTextLabel {
width: parent.width
text: qsTr("This item cannot be shared.")
- color: palette.midlight
wrapMode: Text.Wrap
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
EnforcedPlainTextLabel {
width: parent.width
text: qsTr("Sharing is disabled.")
- color: palette.midlight
wrapMode: Text.Wrap
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
wrapMode: Text.Wrap
maximumLineCount: 2
font.pixelSize: Style.topLinePixelSize
- color: palette.midlight
visible: text !== ""
}
EnforcedPlainTextLabel {
width: parent.width
text: qsTr("No activities yet")
- color: palette.midlight
font.bold: true
wrapMode: Text.Wrap
horizontalAlignment: Text.AlignHCenter
EnforcedPlainTextLabel {
id: message
text: root.subject
- color: root.usingUserAvatar ? palette.brightText : palette.windowText
font.pixelSize: Style.topLinePixelSize
wrapMode: Text.WordWrap
horizontalAlignment: Text.AlignHCenter
text: root.lineText
elide: Text.ElideRight
font.pixelSize: root.titleFontSize
- color: root.titleColor
}
EnforcedPlainTextLabel {
id: subline
visible: text !== ""
elide: Text.ElideRight
font.pixelSize: root.sublineFontSize
- color: root.sublineColor
}
}
contentItem: EnforcedPlainTextLabel {
text: toolTip.text
wrapMode: Text.Wrap
- color: palette.toolTipText
}
}
text: syncStatus.syncStatusDetailString
visible: syncStatus.syncStatusDetailString !== ""
- color: palette.midlight
font.pixelSize: Style.subLinePixelSize
wrapMode: Text.Wrap
}
text: qsTr("Load more results")
wrapMode: Text.Wrap
font.pixelSize: unifiedSearchResultItemFetchMore.fontSize
- color: unifiedSearchResultItemFetchMore.textColor
visible: !unifiedSearchResultItemFetchMore.isFetchMoreInProgress
}
EnforcedPlainTextLabel {
id: unifiedSearchResultsNoResultsLabel
text: qsTr("No results for")
- color: palette.dark
font.pixelSize: Style.subLinePixelSize * 1.25
wrapMode: Text.Wrap
Layout.fillWidth: true
text: section
font.pixelSize: Style.unifiedSearchResultTitleFontSize
- color: UserModel.currentUser.accentColor
Accessible.role: Accessible.Separator
Accessible.name: qsTr("Search results section %1").arg(section)
width: Style.currentAccountLabelWidth\r
text: UserModel.currentUser ? UserModel.currentUser.name : ""\r
elide: Text.ElideRight\r
- color: Style.currentUserHeaderTextColor\r
\r
font.pixelSize: Style.topLinePixelSize\r
font.bold: true\r
width: Style.currentAccountLabelWidth\r
text: UserModel.currentUser ? UserModel.currentUser.server : ""\r
elide: Text.ElideRight\r
- color: Style.currentUserHeaderTextColor\r
visible: UserModel.numUsers() > 1\r
}\r
\r
? UserModel.currentUser.statusMessage\r
: UserModel.currentUser ? UserModel.currentUser.server : ""\r
elide: Text.ElideRight\r
- color: Style.currentUserHeaderTextColor\r
font.pixelSize: Style.subLinePixelSize\r
}\r
}\r