time/addevent.ui

357 lines
7.7 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AddEvent</class>
<widget class="QDialog" name="AddEvent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>530</height>
</rect>
</property>
<property name="windowTitle">
<string>添加事件</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>20</y>
<width>400</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>添加事件</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>100</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>事件名称:</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>100</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>时间:</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>281</y>
<width>100</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>事件描述:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>78</y>
<width>260</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QTimeEdit" name="timeEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>120</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QTimeEdit" name="timeEdit_2">
<property name="geometry">
<rect>
<x>260</x>
<y>120</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>20</x>
<y>306</y>
<width>360</width>
<height>161</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>50</x>
<y>481</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>250</x>
<y>481</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>230</x>
<y>120</y>
<width>20</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>~</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>120</x>
<y>160</y>
<width>40</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>星期</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>170</x>
<y>158</y>
<width>24</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>20</x>
<y>241</y>
<width>100</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>事件类型:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>120</x>
<y>240</y>
<width>100</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>学习类</string>
</property>
</item>
<item>
<property name="text">
<string>娱乐类</string>
</property>
</item>
<item>
<property name="text">
<string>生活类</string>
</property>
</item>
<item>
<property name="text">
<string>保留时间</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="comboBox_2">
<property name="geometry">
<rect>
<x>250</x>
<y>240</y>
<width>100</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>专业课</string>
</property>
</item>
<item>
<property name="text">
<string>公共课</string>
</property>
</item>
<item>
<property name="text">
<string>任选课</string>
</property>
</item>
<item>
<property name="text">
<string>自习</string>
</property>
</item>
<item>
<property name="text">
<string>读书</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>20</x>
<y>200</y>
<width>100</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>完成效果:</string>
</property>
</widget>
<widget class="QLineEdit" name="Score">
<property name="geometry">
<rect>
<x>120</x>
<y>198</y>
<width>51</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>190</x>
<y>200</y>
<width>100</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>0~100</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>