refactor: move `StyledButton` to ui/shared/controls
This commit is contained in:
parent
ed73651db8
commit
e57454d631
|
@ -3,6 +3,7 @@ import QtQuick.Controls 2.13
|
||||||
import QtQml 2.14
|
import QtQml 2.14
|
||||||
|
|
||||||
import utils 1.0
|
import utils 1.0
|
||||||
|
import "../"
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
property string label: "My button"
|
property string label: "My button"
|
|
@ -1,4 +1,3 @@
|
||||||
StyledButton 1.0 StyledButton.qml
|
|
||||||
TextWithLabel 1.0 TextWithLabel.qml
|
TextWithLabel 1.0 TextWithLabel.qml
|
||||||
Input 1.0 Input.qml
|
Input 1.0 Input.qml
|
||||||
Select 1.0 Select.qml
|
Select 1.0 Select.qml
|
||||||
|
|
Loading…
Reference in New Issue