![]() |
BuildmLearn Toolkit
2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
|

Signals | |
| void | nextCardRequested () |
| void | previousCardRequested () |
Public Member Functions | |
| FlashCardItem (QWidget *parent=0) | |
| void | reset () |
| void | setQuestion (const FlashCardQuestion &question, int question_number, int total_questions) |
| Sets new question for this widget. More... | |
Definition at line 45 of file flashcarditem.h.
| void FlashCardItem::setQuestion | ( | const FlashCardQuestion & | question, |
| int | question_number, | ||
| int | total_questions | ||
| ) |
Sets new question for this widget.
| question | Question object. |
| question_number | Number of the question. |
Definition at line 57 of file flashcarditem.cpp.