I have Qt creator installed in my OpenSuse. I would like to view all the qt demos and examples, however Qt Creator says “Examples Not Installed.” Where do I find the examples and demos?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try installing the
libqt4-devel-docpackage:as root:
Most of the files provided by this package are located in
/usr/lib/qt4/demos(x86) and/usr/lib64/qt4/demos(x86_64). Once installed you can executeqtdemofrom your favorite terminal emulator (or from ALT+F2 run dialog).Probably you will also need/want the
libqt4-devel-doc-datapackage.