mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Create an AvatarImage component that will show the profile image of the
user. Still WIP. Create an AccountWidget (WIP) that shows the avatar image and the dropdown menu to manage accounts. Contributes to CURA-5784.
This commit is contained in:
parent
41add97b13
commit
2ffcf03f43
7 changed files with 193 additions and 3 deletions
|
@ -9,6 +9,8 @@ import QtQuick.Layouts 1.1
|
|||
import UM 1.4 as UM
|
||||
import Cura 1.0 as Cura
|
||||
|
||||
import "components"
|
||||
|
||||
// This item contains the views selector, a combobox that is dinamically created from
|
||||
// the list of available Views (packages that create different visualizactions of the
|
||||
// scene. Aside the selector, there is a row of buttons that change the orientation of the view.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue