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>addDialog</class>
<widget class="QDialog" name="addDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>444</width>
<height>344</height>
</rect>
</property>
<property name="windowTitle">
<string>增加课程</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>80</x>
<y>290</y>
<width>341</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>90</x>
<y>30</y>
<width>281</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>AcadEref</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Please enter information</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>AcadEref</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Course:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>80</x>
<y>130</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>AcadEref</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Lecturer:</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>80</x>
<y>220</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>AcadEref</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Time:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_name">
<property name="geometry">
<rect>
<x>180</x>
<y>90</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2_lec">
<property name="geometry">
<rect>
<x>180</x>
<y>140</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="days">
<property name="geometry">
<rect>
<x>160</x>
<y>230</y>
<width>101</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>Monday</string>
</property>
</item>
<item>
<property name="text">
<string>Tuesday</string>
</property>
</item>
<item>
<property name="text">
<string>Wednesday</string>
</property>
</item>
<item>
<property name="text">
<string>Thursday</string>
</property>
</item>
<item>
<property name="text">
<string>Friday</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="lessons">
<property name="geometry">
<rect>
<x>270</x>
<y>230</y>
<width>141</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>9:00am-10:00am</string>
</property>
</item>
<item>
<property name="text">
<string>10:00am-11:00am</string>
</property>
</item>
<item>
<property name="text">
<string>11:00am-12:00am</string>
</property>
</item>
<item>
<property name="text">
<string>12:00am-1:00pm</string>
</property>
</item>
<item>
<property name="text">
<string>1:00pm-2:00pm</string>
</property>
</item>
<item>
<property name="text">
<string>2:00pm-3:00pm</string>
</property>
</item>
<item>
<property name="text">
<string>3:00pm-4:00pm</string>
</property>
</item>
<item>
<property name="text">
<string>4:00pm-5:00pm</string>
</property>
</item>
<item>
<property name="text">
<string>5:00pm-6:00pm</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>80</x>
<y>170</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>AcadEref</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Room:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2_class">
<property name="geometry">
<rect>
<x>180</x>
<y>180</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>addDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>addDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>