mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:52:17 +02:00
turn all input controls to uit-based
This commit is contained in:
parent
cdc9a325eb
commit
7723d0f306
1 changed files with 3 additions and 11 deletions
|
@ -1,23 +1,15 @@
|
|||
import "../../controls" as HifiControls
|
||||
import "../../controls-uit" as HifiControlsUit
|
||||
import "../../styles-uit"
|
||||
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Controls 2.2
|
||||
|
||||
TextField {
|
||||
HifiControlsUit.TextField {
|
||||
id: control
|
||||
font.family: "Fira Sans"
|
||||
font.pixelSize: 15;
|
||||
color: 'black'
|
||||
|
||||
AvatarAppStyle {
|
||||
id: style
|
||||
}
|
||||
|
||||
background: Rectangle {
|
||||
implicitWidth: 200
|
||||
implicitHeight: 40
|
||||
color: style.colors.inputFieldBackground
|
||||
border.color: style.colors.lightGray
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue