Skip to content

Commit

Permalink
Merge pull request #158 from NekoSilverFox/MengJianing
Browse files Browse the repository at this point in the history
Meng jianing
  • Loading branch information
nekosilverfox authored Mar 13, 2024
2 parents a159824 + c634d34 commit d8373eb
Show file tree
Hide file tree
Showing 6 changed files with 1,222 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ui_*.h
*.jsc
Makefile*
*build-*
*.qm
# *.qm
*.prl

# Qt unit tests
Expand Down
9 changes: 8 additions & 1 deletion App/chatboxwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,17 @@
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="lbTrNumOnlineUser">
<property name="text">
<string>Number of online user: </string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lbNumberOnlineUse">
<property name="text">
<string>Number of online user: 0</string>
<string>0</string>
</property>
</widget>
</item>
Expand Down
Loading

0 comments on commit d8373eb

Please sign in to comment.