ui.components.usercard#

Module Contents#

Classes#

UserCard

Represents an user card on the welcome screen.

class ui.components.usercard.UserCard(username, profile_pic_url, userid, delete_callback, **kwargs)#

Bases: kivymd.uix.card.MDCard, kivy.uix.behaviors.ButtonBehavior

Represents an user card on the welcome screen. Displays data such as username, last active and profile picture

username: kivy.properties.StringProperty#
profile_pic_url: kivy.properties.StringProperty#
userid: kivy.properties.NumericProperty#
delete_callback#