mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:49:04 +08:00
Make types specific
Remove unused imports CURA-9424
This commit is contained in:
parent
3a07d14b4b
commit
25ecb0e621
@ -3,11 +3,9 @@
|
||||
|
||||
import QtQuick 2.10
|
||||
import QtQuick.Controls 2.3
|
||||
import QtQuick.Layouts 1.3
|
||||
import QtQuick.Window 2.2
|
||||
|
||||
|
||||
import UM 1.5 as UM
|
||||
import Cura 1.1 as Cura
|
||||
|
||||
|
||||
Item
|
||||
@ -18,10 +16,8 @@ Item
|
||||
|
||||
property alias comboboxTitle: comboboxLabel.text
|
||||
property Component combobox: Item { visible: false }
|
||||
property var comboboxTooltipText: ""
|
||||
property var comboboxVisible: false
|
||||
|
||||
|
||||
property string comboboxTooltipText: ""
|
||||
property bool comboboxVisible: false
|
||||
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
|
Loading…
x
Reference in New Issue
Block a user