|
|
|
@ -1,7 +1,7 @@
|
|
|
|
module MeuiKit
|
|
|
|
module MeuiKit
|
|
|
|
plugin MeuiKit
|
|
|
|
plugin MeuiKit
|
|
|
|
classname MeuiKit
|
|
|
|
classname MeuiKit
|
|
|
|
depends QtQuick.Controls 2.13
|
|
|
|
depends QtQuick.Controls 2.12
|
|
|
|
depends QtQuick.Controls.Private 2.10
|
|
|
|
depends QtQuick.Controls.Private 2.10
|
|
|
|
depends QtQuick.Controls 2.10
|
|
|
|
depends QtQuick.Controls 2.10
|
|
|
|
depends QtGraphicalEffects 1.0
|
|
|
|
depends QtGraphicalEffects 1.0
|
|
|
|
@ -12,4 +12,9 @@ typeinfo plugins.qmltypes
|
|
|
|
singleton Theme 1.0 Theme.qml
|
|
|
|
singleton Theme 1.0 Theme.qml
|
|
|
|
singleton Units 1.0 Units.qml
|
|
|
|
singleton Units 1.0 Units.qml
|
|
|
|
|
|
|
|
|
|
|
|
PopupTips 1.0 PopupTips.qml
|
|
|
|
BusyIndicator 1.0 BusyIndicator.qml
|
|
|
|
|
|
|
|
Icon 1.0 Icon.qml
|
|
|
|
|
|
|
|
PopupTips 1.0 PopupTips.qml
|
|
|
|
|
|
|
|
RoundedRect 1.0 RoundedRect.qml
|
|
|
|
|
|
|
|
Window 1.0 Window.qml
|
|
|
|
|
|
|
|
WindowButton 1.0 WindowButton.qml
|
|
|
|
|