height: width\r
anchors.bottom: accountAvatar.bottom\r
anchors.right: accountAvatar.right\r
- color: userLine.hovered || userLine.visualFocus ? "#f6f6f6" : "white"\r
radius: width*0.5\r
}\r
\r
\r
Image {\r
anchors.fill: parent\r
- source: "image://svgimage-custom-color/more.svg" + "/" + palette.buttonText\r
+ source: "image://svgimage-custom-color/more.svg/"\r
fillMode: Image.PreserveAspectFit\r
}\r
\r
accountMenu.close()\r
}\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 ? palette.highlight : palette.window\r
- }\r
- }\r
-\r
Accessible.role: Accessible.Button\r
Accessible.name: model.isConnected ? qsTr("Log out") : qsTr("Log in")\r
\r
accountMenu.close()\r
}\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 ? palette.highlight : palette.window\r
- }\r
- }\r
-\r
Accessible.role: Accessible.Button\r
Accessible.name: text\r
Accessible.onPressAction: removeAccountButton.clicked()\r