3 Star 0 Fork 1

openEuler-competition / Summer2021-No.100 为openEuler的UKUI桌面增加或适配日程管理应用

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
new_page.ui 3.71 KB
一键复制 编辑 原始数据 按行查看 历史
zhou 提交于 2021-09-23 01:09 . NEW weekCalendar UPDATE comment
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>new_page</class>
<widget class="QWidget" name="new_page">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<widget class="QLabel" name="date_Label">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>61</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>日期</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QDateEdit" name="date_Edit">
<property name="geometry">
<rect>
<x>110</x>
<y>60</y>
<width>121</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="time_Label">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>61</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>时间</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="yes_Button">
<property name="geometry">
<rect>
<x>170</x>
<y>260</y>
<width>89</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
<widget class="QTimeEdit" name="time_end_Edit">
<property name="geometry">
<rect>
<x>240</x>
<y>100</y>
<width>121</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QTextEdit" name="text_Edit">
<property name="geometry">
<rect>
<x>110</x>
<y>140</y>
<width>251</width>
<height>111</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="text_Label">
<property name="geometry">
<rect>
<x>30</x>
<y>140</y>
<width>61</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>日程信息</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="no_Button">
<property name="geometry">
<rect>
<x>270</x>
<y>260</y>
<width>89</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
<widget class="QTimeEdit" name="time_start_Edit">
<property name="geometry">
<rect>
<x>110</x>
<y>100</y>
<width>121</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="title">
<property name="geometry">
<rect>
<x>170</x>
<y>10</y>
<width>67</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>新增日程</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>240</x>
<y>60</y>
<width>121</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>注释</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
1
https://gitee.com/openeuler-competition/summer2021-100.git
git@gitee.com:openeuler-competition/summer2021-100.git
openeuler-competition
summer2021-100
Summer2021-No.100 为openEuler的UKUI桌面增加或适配日程管理应用
master

搜索帮助