Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wordwrap not enabled for the questions in quiz template(quizitem.ui file) #64

Open
manjyot opened this issue Mar 19, 2015 · 0 comments
Open

Comments

@manjyot
Copy link

manjyot commented Mar 19, 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.

KKcorps added a commit to KKcorps/BuildmLearn-Toolkit that referenced this issue Mar 22, 2015
Enabled Word Wrap in quizitem.cpp rather than quizitem.ui so that it can be easily removed if not required.
martinrotter added a commit that referenced this issue Mar 23, 2015
Fixed Issue #64 BuildmLearn Toolkit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant