What do you think about my projects?
-
wrote on 29 Oct 2018, 13:43 last edited by aha_1980
Hi, i have written a few desktop aplications in C++ with Qt libary: https://github.com/arkadiusz97 I need advice what should i do next with my project, what should i add, etc. Also i want to know what do you think about these projects as usual user. BTW. I hope, this subforum is good for this topic. Greetings :)
-
Hi, i have written a few desktop aplications in C++ with Qt libary: https://github.com/arkadiusz97 I need advice what should i do next with my project, what should i add, etc. Also i want to know what do you think about these projects as usual user. BTW. I hope, this subforum is good for this topic. Greetings :)
wrote on 29 Oct 2018, 14:07 last edited by Gojir4@arkadiusz97 Hi,
Your link is wrong and results to a 404 error. The
I
of "I need" is included in the URL -
Hi
The apps looks fine and code is easy to read so would provide as good examples
of various Qt methods. Including Combox delegate and use of QJson and QRegularExpression
and other Qt classes.Regarding what you should add.
One idea was to use
http://doc.qt.io/qt-5/qnetworkaccessmanager.html
and make Quizzes report back to Teachers app to collect results pr "user"
The result could be stored in a SQlite database to show of that class.
However, UniversalBot does show net usage so not sure how good idea is.What would you yourself find interesting to add ?
also, thank you for sharing.
-
Hi
The apps looks fine and code is easy to read so would provide as good examples
of various Qt methods. Including Combox delegate and use of QJson and QRegularExpression
and other Qt classes.Regarding what you should add.
One idea was to use
http://doc.qt.io/qt-5/qnetworkaccessmanager.html
and make Quizzes report back to Teachers app to collect results pr "user"
The result could be stored in a SQlite database to show of that class.
However, UniversalBot does show net usage so not sure how good idea is.What would you yourself find interesting to add ?
also, thank you for sharing.
wrote on 29 Oct 2018, 20:21 last edited by@mrjj said in What do you think about my projects?:
and make Quizzes report back to Teachers app to collect results pr "user"
The result could be stored in a SQlite database to show of that class.Thanks for idea, i will do this. Also i'm thinking about add to VfNotes synchronization with remote database, but i'm not sure it is good idea.
-
@mrjj said in What do you think about my projects?:
and make Quizzes report back to Teachers app to collect results pr "user"
The result could be stored in a SQlite database to show of that class.Thanks for idea, i will do this. Also i'm thinking about add to VfNotes synchronization with remote database, but i'm not sure it is good idea.
@arkadiusz97
That could also show of database usage.
So not bad idea, IMHO
5/5