evadeflow/chat-demo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This folder contains a D-Bus/Qt-based chat Demo adapted from: - http://techbase.kde.org/Development/Tutorials/D-Bus/CustomTypes To build/run it, you can either change to the 'cpp' folder and type: qmake make ./DBusChat or, if you prefer CMake (and why wouldn't you!), execute these commands from the top-level folder: mkdir build && cd build cmake ../cpp make ./DBusChat If you start 'DBusChat', and then run 'test/test_chat.py', you'll see some of the UI being exercised...