Skip to content

Commit

Permalink
bugfix && replace format with f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
taseikyo committed Jun 7, 2020
1 parent a570de4 commit 5be20ce
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 100 deletions.
4 changes: 2 additions & 2 deletions missevan-kit/missevan-kit/missevan-kit.pro
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#-------------------------------------------------
#
# Project created by Lewis Tian 2018-08-25T11:50:41
# Email: lewissmith@126.com
# Link: https://lewistian.github.io/
# Email: taseikyo@gmail.com
# Link: https://taseikyo.github.io/
#
#-------------------------------------------------

Expand Down
21 changes: 14 additions & 7 deletions missevan-kit/missevan-kit/mwin.ui
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</font>
</property>
<property name="windowTitle">
<string>猫耳FM 1.0 - ©Tich</string>
<string>猫耳FM</string>
</property>
<property name="windowIcon">
<iconset resource="res.qrc">
Expand Down Expand Up @@ -207,12 +207,12 @@
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>250</number>
</attribute>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>50</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>250</number>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
Expand All @@ -222,12 +222,12 @@
<attribute name="verticalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>30</number>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>35</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>35</number>
</attribute>
<attribute name="verticalHeaderShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
Expand Down Expand Up @@ -323,6 +323,13 @@
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="clearBtn">
<property name="text">
<string>清除已完成</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
Expand Down
Loading

0 comments on commit 5be20ce

Please sign in to comment.