mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
CURA-5035 Added typings
This commit is contained in:
parent
9b556e9c86
commit
0944bba86b
5 changed files with 46 additions and 46 deletions
|
@ -2,19 +2,16 @@
|
|||
// Toolbox is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.2
|
||||
import QtQuick.Dialogs 1.1
|
||||
import QtQuick.Window 2.2
|
||||
import QtQuick.Controls 1.4
|
||||
import QtQuick.Controls.Styles 1.4
|
||||
import UM 1.1 as UM
|
||||
|
||||
// TODO: Switch to QtQuick.Controls 2.x and remove QtQuick.Controls.Styles
|
||||
|
||||
Column
|
||||
{
|
||||
id: base
|
||||
height: childrenRect.height
|
||||
spacing: UM.Theme.getSize("toolbox_showcase_spacing").width
|
||||
width: parent.width
|
||||
Label
|
||||
{
|
||||
id: heading
|
||||
|
@ -31,7 +28,6 @@ Column
|
|||
{
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
|
||||
Repeater
|
||||
{
|
||||
model: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue