Lay out new client structure
This commit is contained in:
parent
6c4bfe2752
commit
7da4bf36d5
21 changed files with 174 additions and 1137 deletions
11
cheuph/user_list_widget.py
Normal file
11
cheuph/user_list_widget.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
__all__ = ["UserListWidget"]
|
||||
|
||||
class UserListWidget:
|
||||
"""
|
||||
This widget displays the users currently connected to a Room.
|
||||
|
||||
It must be notified of changes in the user list by the RoomWidget it is a
|
||||
part of.
|
||||
"""
|
||||
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue