Skip to content

Commit

Permalink
删去“新增课程”功能
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyu-coder committed Dec 27, 2020
1 parent 3249e1e commit e576f55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions adminwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ private slots:

void on_DeleteStudentButton_clicked();


private:
Ui::AdminWindow *ui;

Expand Down
11 changes: 0 additions & 11 deletions adminwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -180,17 +180,6 @@ hover{ background-color: rgba(255, 255, 255, 150);border:2px solid white;border-
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="AddLessonButton">
<property name="styleSheet">
<string notr="true">background-color: rgba(255, 255, 255, 0);border:2px solid white;border-radius:10px;
hover{ background-color: rgba(255, 255, 255, 150);border:2px solid white;border-radius:10px;background-color: rgba(255, 255, 255, 150);border:2px solid white;border-radius:10px;}</string>
</property>
<property name="text">
<string>新增课程</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
Expand Down

0 comments on commit e576f55

Please sign in to comment.