1 Star 1 Fork 1

zhukwxy / xyphone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
widget.ui 5.87 KB
一键复制 编辑 原始数据 按行查看 历史
zhukwxy 提交于 2020-06-01 23:19 . project
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>320</width>
<height>533</height>
</rect>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>320</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="closeBtn">
<property name="geometry">
<rect>
<x>290</x>
<y>8</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_2">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>201</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(200, 199, 196);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="btn_1">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>1</string>
</property>
</widget>
<widget class="QPushButton" name="btn_2">
<property name="geometry">
<rect>
<x>60</x>
<y>10</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>2</string>
</property>
</widget>
<widget class="QPushButton" name="btn_3">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>3</string>
</property>
</widget>
<widget class="QPushButton" name="btn_4">
<property name="geometry">
<rect>
<x>160</x>
<y>10</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>4</string>
</property>
</widget>
<widget class="QPushButton" name="btn_5">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>5</string>
</property>
</widget>
<widget class="QPushButton" name="btn_6">
<property name="geometry">
<rect>
<x>60</x>
<y>60</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>6</string>
</property>
</widget>
<widget class="QPushButton" name="btn_7">
<property name="geometry">
<rect>
<x>110</x>
<y>60</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>7</string>
</property>
</widget>
<widget class="QPushButton" name="btn_8">
<property name="geometry">
<rect>
<x>160</x>
<y>60</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>8</string>
</property>
</widget>
<widget class="QPushButton" name="btn_9">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>9</string>
</property>
</widget>
<widget class="QPushButton" name="btn_A">
<property name="geometry">
<rect>
<x>160</x>
<y>110</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>#</string>
</property>
</widget>
<widget class="QPushButton" name="btn_0">
<property name="geometry">
<rect>
<x>60</x>
<y>110</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QPushButton" name="btn_B">
<property name="geometry">
<rect>
<x>110</x>
<y>110</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>*</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="btn_dial">
<property name="geometry">
<rect>
<x>220</x>
<y>80</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>拨打</string>
</property>
</widget>
<widget class="QPushButton" name="btn_hangup">
<property name="geometry">
<rect>
<x>220</x>
<y>120</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>挂断</string>
</property>
</widget>
<widget class="QPushButton" name="btn_register">
<property name="geometry">
<rect>
<x>220</x>
<y>40</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>注册</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>220</x>
<y>160</y>
<width>80</width>
<height>26</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhukwxy/xyphone.git
git@gitee.com:zhukwxy/xyphone.git
zhukwxy
xyphone
xyphone
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891