You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
324 lines
6.7 KiB
324 lines
6.7 KiB
6 months ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>class_table</class>
|
||
|
<widget class="QWidget" name="class_table">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>800</width>
|
||
|
<height>480</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<widget class="QLabel" name="label_11">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>420</y>
|
||
|
<width>40</width>
|
||
|
<height>40</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>18:00</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="Line" name="line_3">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>160</y>
|
||
|
<width>41</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="Line" name="line_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>60</y>
|
||
|
<width>41</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_4">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>180</y>
|
||
|
<width>40</width>
|
||
|
<height>40</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>9:55</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>380</y>
|
||
|
<width>40</width>
|
||
|
<height>40</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>16:25</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QTableView" name="tableView">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>40</x>
|
||
|
<y>40</y>
|
||
|
<width>761</width>
|
||
|
<height>441</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">QHeaderView::section {
|
||
|
font: 20px "微软雅黑";
|
||
|
font-weight:bold;
|
||
|
color: rgb(24, 100, 249);
|
||
|
padding-left: 4px;
|
||
|
border: 1px solid #e2e2e2;
|
||
|
background-color:#cddffe;
|
||
|
}
|
||
|
|
||
|
QTableView{
|
||
|
border:none;
|
||
|
color: rgb(119, 119, 119);
|
||
|
gridline-color:#e2e2e2;
|
||
|
}
|
||
|
|
||
|
QTableView::item::selected{
|
||
|
background-color:#cddffe;
|
||
|
color:rgb(51, 51, 51);
|
||
|
}
|
||
|
|
||
|
/*QTableView 左上角样式*/
|
||
|
QTableView QTableCornerButton::section {
|
||
|
background-color:#cddffe;
|
||
|
border: 1px solid #e2e2e2;
|
||
|
}
|
||
|
</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_8">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>120</y>
|
||
|
<width>40</width>
|
||
|
<height>40</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>9:35</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_14">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>680</x>
|
||
|
<y>0</y>
|
||
|
<width>41</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">border-image: url(:/photos/rest.png);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>60</x>
|
||
|
<y>10</y>
|
||
|
<width>191</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>2022-2023学年第二学期</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="Line" name="line_4">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>260</y>
|
||
|
<width>41</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_3">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>80</y>
|
||
|
<width>40</width>
|
||
|
<height>40</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>8:00</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="Line" name="line">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>30</x>
|
||
|
<y>40</y>
|
||
|
<width>20</width>
|
||
|
<height>441</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_9">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>220</y>
|
||
|
<width>40</width>
|
||
|
<height>40</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>11:30</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>280</x>
|
||
|
<y>0</y>
|
||
|
<width>201</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>25</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>第五周</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>290</y>
|
||
|
<width>40</width>
|
||
|
<height>40</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>14:30</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_13">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>41</width>
|
||
|
<height>61</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">border-image: url(:/photos/attend.png);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_12">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>750</x>
|
||
|
<y>0</y>
|
||
|
<width>41</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">border-image: url(:/photos/class1.png);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_7">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>480</x>
|
||
|
<y>10</y>
|
||
|
<width>171</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>2023-3-25 星期五</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_10">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>330</y>
|
||
|
<width>40</width>
|
||
|
<height>40</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>16:05</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|