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

16 lines
254 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
textField.validator: IntValidator { bottom: 0 }
checkEmptyText: true
}