You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the question is longer than the width of the device/simulator, it comes in a single line instead of multiple lines. As a result, the text which should in the second line gets hidden. I managed to solve this by enabling word-wrap property for the QLabel widget named 'm_lblQuestionText' in the file quizitem.ui line number 32.
The text was updated successfully, but these errors were encountered:
KKcorps
added a commit
to KKcorps/BuildmLearn-Toolkit
that referenced
this issue
Mar 22, 2015
If the question is longer than the width of the device/simulator, it comes in a single line instead of multiple lines. As a result, the text which should in the second line gets hidden. I managed to solve this by enabling word-wrap property for the QLabel widget named 'm_lblQuestionText' in the file quizitem.ui line number 32.
The text was updated successfully, but these errors were encountered: