Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>552</width>
<height>426</height>
</rect>
</property>
<property name="windowTitle">
<string>大学排课系统</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>220</x>
<y>40</y>
<width>381</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>AcadEref</family>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>WELCOME</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>60</x>
<y>140</y>
<width>171</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>AcadEref</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Add Cousres</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>280</x>
<y>140</y>
<width>231</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>AcadEref</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Delete Courses</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>80</x>
<y>250</y>
<width>141</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>AcadEref</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Timetable</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>280</x>
<y>250</y>
<width>231</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>AcadEref</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Change Courses</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>552</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>