hoverEnabled: true\r
visible: Systray.enableAddAccount\r
\r
- background: Item {\r
- height: parent.height\r
- width: parent.menu.width\r
- Rectangle {\r
- anchors.fill: parent\r
- anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.window\r
- }\r
- }\r
-\r
RowLayout {\r
anchors.fill: parent\r
spacing: 0\r
font.pixelSize: Style.topLinePixelSize\r
hoverEnabled: true\r
onClicked: Systray.syncIsPaused = !Systray.syncIsPaused\r
-\r
- background: Item {\r
- height: parent.height\r
- width: parent.menu.width\r
- Rectangle {\r
- anchors.fill: parent\r
- anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.window\r
- }\r
- }\r
-\r
Accessible.role: Accessible.MenuItem\r
Accessible.name: Systray.syncIsPaused ? qsTr("Resume sync for all") : qsTr("Pause sync for all")\r
Accessible.onPressAction: syncPauseButton.clicked()\r
font.pixelSize: Style.topLinePixelSize\r
hoverEnabled: true\r
onClicked: Systray.openSettings()\r
-\r
- background: Item {\r
- height: parent.height\r
- width: parent.menu.width\r
- Rectangle {\r
- anchors.fill: parent\r
- anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.window\r
- }\r
- }\r
-\r
Accessible.role: Accessible.MenuItem\r
Accessible.name: text\r
Accessible.onPressAction: settingsButton.clicked()\r
font.pixelSize: Style.topLinePixelSize\r
hoverEnabled: true\r
onClicked: Systray.shutdown()\r
-\r
- background: Item {\r
- height: parent.height\r
- width: parent.menu.width\r
- Rectangle {\r
- anchors.fill: parent\r
- anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.window\r
- }\r
- }\r
-\r
Accessible.role: Accessible.MenuItem\r
Accessible.name: text\r
Accessible.onPressAction: exitButton.clicked()\r
onTriggered: UserAppsModel.openAppUrl(appUrl)\r
hoverEnabled: true\r
\r
- background: Item {\r
- height: parent.height\r
- width: parent.width\r
- Rectangle {\r
- anchors.fill: parent\r
- anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.window\r
- }\r
- }\r
+ // background: Item {\r
+ // height: parent.height\r
+ // width: parent.width\r
+ // Rectangle {\r
+ // anchors.fill: parent\r
+ // anchors.margins: 1\r
+ // color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.window\r
+ // }\r
+ // }\r
\r
Accessible.role: Accessible.MenuItem\r
Accessible.name: qsTr("Open %1 in browser").arg(model.appName)\r