3 Star 0 Fork 1

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
widget.ui 11.81 KB
一键复制 编辑 原始数据 按行查看 历史
zhou 提交于 2021-09-28 12:25 . update: End For Version 1.0
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>schedule</class>
<widget class="QWidget" name="schedule">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>590</width>
<height>678</height>
</rect>
</property>
<property name="windowTitle">
<string>KirinSchedule</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="widget_1" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>590</width>
<height>678</height>
</rect>
</property>
<widget class="QWidget" name="widget_2" native="true">
<property name="geometry">
<rect>
<x>40</x>
<y>50</y>
<width>511</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QPushButton" name="newButton">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:rgb(46, 52, 54);
color:rgb(186, 189, 182);
</string>
</property>
<property name="text">
<string>新建日程</string>
</property>
</widget>
<widget class="QPushButton" name="month_Button">
<property name="geometry">
<rect>
<x>150</x>
<y>10</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:rgb(46, 52, 54);
color:rgb(186, 189, 182);
</string>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="QPushButton" name="week_Button">
<property name="geometry">
<rect>
<x>220</x>
<y>10</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:rgb(46, 52, 54);
color:rgb(186, 189, 182);
</string>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="QPushButton" name="schedule_Button">
<property name="geometry">
<rect>
<x>290</x>
<y>10</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:rgb(46, 52, 54);
color:rgb(186, 189, 182);
</string>
</property>
<property name="text">
<string>日程线</string>
</property>
</widget>
<widget class="QPushButton" name="user_Button">
<property name="geometry">
<rect>
<x>470</x>
<y>10</y>
<width>40</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:rgb(46, 52, 54);
color:rgb(186, 189, 182);
</string>
</property>
<property name="text">
<string>用户</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget_3" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>590</width>
<height>40</height>
</rect>
</property>
<widget class="QPushButton" name="exit_Button">
<property name="geometry">
<rect>
<x>550</x>
<y>0</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:rgb(46, 52, 54);</string>
</property>
<property name="text">
<string>X</string>
</property>
</widget>
<widget class="QPushButton" name="mini_Button">
<property name="geometry">
<rect>
<x>510</x>
<y>0</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:rgb(46, 52, 54);</string>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
</widget>
<widget class="QStackedWidget" name="stackedWidget">
<property name="geometry">
<rect>
<x>40</x>
<y>150</y>
<width>511</width>
<height>500</height>
</rect>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="page">
<widget class="MainCalendar" name="calendar" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>511</width>
<height>500</height>
</rect>
</property>
</widget>
</widget>
<widget class="QWidget" name="page_2">
<widget class="weekCalendar" name="wcalendar" native="true">
<property name="geometry">
<rect>
<x>49</x>
<y>30</y>
<width>462</width>
<height>470</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>80</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>00:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>0</x>
<y>130</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>03:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>0</x>
<y>180</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>06:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>0</x>
<y>230</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>09:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>0</x>
<y>280</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>12:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>0</x>
<y>330</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>15:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>0</x>
<y>380</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>18:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>0</x>
<y>430</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>21:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>0</x>
<y>480</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>24:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="preButton">
<property name="geometry">
<rect>
<x>140</x>
<y>0</y>
<width>50</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-radius:20px;
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="nextButton">
<property name="geometry">
<rect>
<x>320</x>
<y>0</y>
<width>50</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-radius:20px;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="weekButton">
<property name="geometry">
<rect>
<x>210</x>
<y>0</y>
<width>91</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Week</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="page_3">
<widget class="QWidget" name="lineWidget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>-1</y>
<width>511</width>
<height>500</height>
</rect>
</property>
<widget class="lineCalendar" name="listWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>511</width>
<height>470</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="lineButton">
<property name="geometry">
<rect>
<x>210</x>
<y>0</y>
<width>91</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-radius:20px;
</string>
</property>
<property name="text">
<string>Week</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QPushButton" name="yearButton">
<property name="geometry">
<rect>
<x>40</x>
<y>110</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>YEAR</string>
</property>
</widget>
<widget class="QPushButton" name="timeButton">
<property name="geometry">
<rect>
<x>410</x>
<y>110</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>TIME</string>
</property>
</widget>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>MainCalendar</class>
<extends>QWidget</extends>
<header>mainCalendar.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>weekCalendar</class>
<extends>QWidget</extends>
<header>weekcalendar.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>lineCalendar</class>
<extends>QListWidget</extends>
<header>linecalendar.h</header>
</customwidget>
</customwidgets>
<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

搜索帮助