mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
CURA-5035 UI pretty much built
This commit is contained in:
parent
138fc668a7
commit
f63e67dc22
10 changed files with 254 additions and 52 deletions
|
@ -6,13 +6,14 @@ import QtQuick.Dialogs 1.1
|
|||
import QtQuick.Window 2.2
|
||||
import QtQuick.Controls 1.4
|
||||
import QtQuick.Controls.Styles 1.4
|
||||
import QtQuick.Layouts 1.3
|
||||
import UM 1.1 as UM
|
||||
|
||||
Item
|
||||
{
|
||||
id: base
|
||||
width: parent.columnSize
|
||||
height: childrenRect.height
|
||||
Layout.fillWidth: true
|
||||
Row
|
||||
{
|
||||
width: parent.width
|
||||
|
@ -21,8 +22,8 @@ Item
|
|||
Rectangle
|
||||
{
|
||||
id: thumbnail
|
||||
width: UM.Theme.getSize("base_unit").width * 6
|
||||
height: UM.Theme.getSize("base_unit").height * 6
|
||||
width: UM.Theme.getSize("toolbox_thumbnail_small").width
|
||||
height: UM.Theme.getSize("toolbox_thumbnail_small").height
|
||||
color: "white"
|
||||
border.width: 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue