代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NormalKeyboard</class>
<widget class="QWidget" name="NormalKeyboard">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>982</width>
<height>315</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>10</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="KeyboardRow1">
<item>
<widget class="QPushButton" name="Q">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sizeIncrement">
<size>
<width>4</width>
<height>3</height>
</size>
</property>
<property name="baseSize">
<size>
<width>80</width>
<height>60</height>
</size>
</property>
<property name="text">
<string>Q</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="W">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>W</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="E">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>E</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="R">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>R</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="T">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>T</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="Y">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Y</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="U">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>U</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="I">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>I</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="O">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>O</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="P">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>P</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="backspace">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/images/backspace.png</normaloff>:/images/backspace.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="autoRepeat">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="KeyboardRow2">
<item>
<widget class="QWidget" name="widget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="A">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>A</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="S">
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>S</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="D">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>D</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="F">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>F</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="G">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>G</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="H">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>H</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="J">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>J</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="K">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>K</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="L">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>L</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="enter">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>5</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sizeIncrement">
<size>
<width>5</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/images/enter.png</normaloff>:/images/enter.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="KeyboardRow3">
<item>
<widget class="QPushButton" name="shiftl">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/images/shift.png</normaloff>:/images/shift.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="Z">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Z</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="X">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>X</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="C">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>C</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="V">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>V</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="B">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>B</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="N">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>N</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="M">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>M</string>
</property>
<attribute name="buttonGroup">
<string notr="true">groupLetter</string>
</attribute>
</widget>
</item>
<item>
<widget class="QPushButton" name="at">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>@</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="period">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>.</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="shiftr">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/images/shift.png</normaloff>:/images/shift.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="KeyboardRow4">
<item>
<widget class="QPushButton" name="symbol">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>4</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>.?123</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="language">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/images/globe.png</normaloff>:/images/globe.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="space">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>17</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>English</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="apostrophe">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>'</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="minus">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="hide">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>4</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/images/hidekeyboard.png</normaloff>:/images/hidekeyboard.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
<buttongroups>
<buttongroup name="groupLetter"/>
</buttongroups>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。