mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Make types specific
Remove unused imports CURA-9424
This commit is contained in:
parent
3a07d14b4b
commit
25ecb0e621
1 changed files with 3 additions and 7 deletions
|
@ -3,11 +3,9 @@
|
||||||
|
|
||||||
import QtQuick 2.10
|
import QtQuick 2.10
|
||||||
import QtQuick.Controls 2.3
|
import QtQuick.Controls 2.3
|
||||||
import QtQuick.Layouts 1.3
|
|
||||||
import QtQuick.Window 2.2
|
|
||||||
|
|
||||||
import UM 1.5 as UM
|
import UM 1.5 as UM
|
||||||
import Cura 1.1 as Cura
|
|
||||||
|
|
||||||
|
|
||||||
Item
|
Item
|
||||||
|
@ -18,10 +16,8 @@ Item
|
||||||
|
|
||||||
property alias comboboxTitle: comboboxLabel.text
|
property alias comboboxTitle: comboboxLabel.text
|
||||||
property Component combobox: Item { visible: false }
|
property Component combobox: Item { visible: false }
|
||||||
property var comboboxTooltipText: ""
|
property string comboboxTooltipText: ""
|
||||||
property var comboboxVisible: false
|
property bool comboboxVisible: false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue