加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
clock.ui 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
zhoudisi 提交于 2023-04-08 20:52 . update tablet code
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Clock</class>
<widget class="QWidget" name="Clock">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>580</height>
</rect>
</property>
<property name="windowTitle">
<string>Alarm</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<item>
<widget class="KWidget" name="titileWidget" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
<action name="actionOn">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset>
<normaloff>:/Images/Images/NO.png</normaloff>:/Images/Images/NO.png</iconset>
</property>
<property name="text">
<string>On</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>KWidget</class>
<extends>QWidget</extends>
<header location="global">kwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化