import QtQuick
import QtQuick.Controls 6.3
TextField {
width: 400
text: "0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZ"
}