1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
Go to file
2014-06-26 19:45:47 +02:00
img Initial commit 2014-06-24 22:11:11 +02:00
res Fix DHT bootstraping 2014-06-26 13:09:08 +02:00
.gitignore Add file sending (silently, send only) 2014-06-25 22:43:28 +02:00
addfriendform.cpp Initial commit 2014-06-24 22:11:11 +02:00
addfriendform.h Initial commit 2014-06-24 22:11:11 +02:00
chatform.cpp Implement file reception, improve sending 2014-06-26 19:45:47 +02:00
chatform.h Implement file reception, improve sending 2014-06-26 19:45:47 +02:00
chattextedit.cpp Initial commit 2014-06-24 22:11:11 +02:00
chattextedit.h Initial commit 2014-06-24 22:11:11 +02:00
copyableelidelabel.cpp Initial commit 2014-06-24 22:11:11 +02:00
copyableelidelabel.h Initial commit 2014-06-24 22:11:11 +02:00
core.cpp Implement file reception, improve sending 2014-06-26 19:45:47 +02:00
core.h Implement file reception, improve sending 2014-06-26 19:45:47 +02:00
editablelabelwidget.cpp Initial commit 2014-06-24 22:11:11 +02:00
editablelabelwidget.h Initial commit 2014-06-24 22:11:11 +02:00
elidelabel.cpp Initial commit 2014-06-24 22:11:11 +02:00
elidelabel.h Initial commit 2014-06-24 22:11:11 +02:00
esclineedit.cpp Initial commit 2014-06-24 22:11:11 +02:00
esclineedit.h Initial commit 2014-06-24 22:11:11 +02:00
filetransfertwidget.cpp Implement file reception, improve sending 2014-06-26 19:45:47 +02:00
filetransfertwidget.h Implement file reception, improve sending 2014-06-26 19:45:47 +02:00
friend.cpp Initial commit 2014-06-24 22:11:11 +02:00
friend.h Initial commit 2014-06-24 22:11:11 +02:00
friendlist.cpp Initial commit 2014-06-24 22:11:11 +02:00
friendlist.h Initial commit 2014-06-24 22:11:11 +02:00
friendrequestdialog.cpp Initial commit 2014-06-24 22:11:11 +02:00
friendrequestdialog.h Initial commit 2014-06-24 22:11:11 +02:00
friendwidget.cpp Initial commit 2014-06-24 22:11:11 +02:00
friendwidget.h Initial commit 2014-06-24 22:11:11 +02:00
group.cpp Initial commit 2014-06-24 22:11:11 +02:00
group.h Initial commit 2014-06-24 22:11:11 +02:00
groupchatform.cpp Initial commit 2014-06-24 22:11:11 +02:00
groupchatform.h Initial commit 2014-06-24 22:11:11 +02:00
grouplist.cpp Initial commit 2014-06-24 22:11:11 +02:00
grouplist.h Initial commit 2014-06-24 22:11:11 +02:00
groupwidget.cpp Initial commit 2014-06-24 22:11:11 +02:00
groupwidget.h Initial commit 2014-06-24 22:11:11 +02:00
main.cpp Implement file reception, improve sending 2014-06-26 19:45:47 +02:00
README.md Update README.md 2014-06-24 22:21:34 +02:00
res.qrc Initial commit 2014-06-24 22:11:11 +02:00
settings.cpp Fix DHT bootstraping 2014-06-26 13:09:08 +02:00
settings.h Fix DHT bootstraping 2014-06-26 13:09:08 +02:00
settingsform.cpp Initial commit 2014-06-24 22:11:11 +02:00
settingsform.h Initial commit 2014-06-24 22:11:11 +02:00
status.cpp Initial commit 2014-06-24 22:11:11 +02:00
status.h Initial commit 2014-06-24 22:11:11 +02:00
toxgui.pro Simple file transfer widget 2014-06-26 00:30:24 +02:00
widget.cpp Implement file reception, improve sending 2014-06-26 19:45:47 +02:00
widget.h Implement file reception, improve sending 2014-06-26 19:45:47 +02:00
widget.ui Fix missing files 2014-06-25 08:30:03 +02:00

toxgui

For-fun Tox client that tries to follow the Tox UI mockup while running on all major systems.
This GUI uses code from @nurupo's ProjectTox-Qt-GUI, in particular the "Core" Toxcore wrapper.
However, it is not a fork.

Features

  • Friends chat
  • Group chats (experimental, can only accept invitations)

Requirements

This client will run on Windows, Linux and Mac natively, but binairies will only be provided for Windows.
Linux and Mac users will have compile the source code themselves.

Screenshot