How to create a chat contact like messenger
Unsolved
General and Desktop
-
Can anyone guide me to create a chat contact similar to the photo with QT
-
Create a new widget with a layout and add some space for the icon/profile pic, some labels for name and number and one for the last sent message.
The online/offline red and green dot can be custom drawn onto the widget or placed as an image.
Also you might want to have a look atQListWidget
andQListView
I bet there are also some Qt chat and messenger examples around.