Files
amnezia-client/client/ui/qml/Components/AwgTextField.qml
T

14 lines
201 B
QML
Raw Normal View History

2025-07-07 12:03:25 +08:00
pragma ComponentBehavior: Bound
import QtQuick
import QtQuick.Layouts
import "../Controls2"
TextFieldWithHeaderType {
Layout.fillWidth: true
Layout.topMargin: 16
checkEmptyText: true
}