nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
341 stars 116 forks source link

QML support #19

Closed Alek900 closed 11 years ago

Alek900 commented 11 years ago

Started on some QML support for the core par. Moved Core::start() to a slot in core.hpp. *Fixed spelling mistake in core.hpp.

Schlumpf commented 11 years ago

We should decide if we write this with in QML or QtWidgets. I would prefer QtWidgets for now.

nurupo commented 11 years ago

We already decided to do everything in QtWidgets.

Thanks for pointing out the typo.