mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
14 lines
201 B
QML
14 lines
201 B
QML
|
|
pragma ComponentBehavior: Bound
|
||
|
|
|
||
|
|
import QtQuick
|
||
|
|
import QtQuick.Layouts
|
||
|
|
|
||
|
|
import "../Controls2"
|
||
|
|
|
||
|
|
TextFieldWithHeaderType {
|
||
|
|
Layout.fillWidth: true
|
||
|
|
Layout.topMargin: 16
|
||
|
|
|
||
|
|
checkEmptyText: true
|
||
|
|
}
|