Qt5 doesn’t grab keyboard strokes
I already posted this message, but perhaps in the wrong sub forum… I made a small test app in C++ (no QML). The main widget is a QWidget. It has 1 QLineEdit, 1 QSpinBox and 2 QPushButton. One to quit,...
View ArticleCMake Generators
Qt Creator doesn’t appear to be able to to find any generators for CMake on my Pi. I know CMake is present and I have used it in a terminal to generate Unix Makefiles. I can even then import the...
View ArticleQtonPi Events
Hi All, I would like to start a thread dedicated to events related to Raspberry Pi and Qt around the World :) The following events will take place in the USA in 6 days. I’m in Europe and I won’t be...
View ArticleQt on Pi -"Qt version not installed properly" again!
I read this [qt-project.org] and tried to install Qt5 on RaspberryPi use script [gitorious.org]. He executed, but when trying to configure Qt Creator 2.6.2, add Qt Versions, I get “Qt version not...
View ArticleWhere to get full Qt 5.0.1 IDE on raspberry
Hi there, welcome new noob :D recently i bought raspberry i found a Qt IDE for it. It’s one great thing to use it! i must tell in the beginning that i am a windows guy, so i installed Qt 5.0.1 on...
View ArticleNoob question..... qtwebkit for web acceleration on RPi?
I would like to use the Pi to display a webpage that has Javascript and sliding images. Can I use something like qtwebkit/webview to “accelerate” the performance?
View Articlekeyboard switch
Hi, i have a problem with keyboard layout(raspbian).English only.Ubuntu12.10+Raspbian+qt5.0.1+qml. I need to add an option in the config?May be necessary to study ckbcomp,kmap2qmap? Collected according...
View Articlebakeqtpi.bash build error in qtquick1
Hi I’ve used bakeqtpi.bash (from gitorious repo), but it fails with during qtquick1 build: qdeclarativeview_plugin.h:45:53: fatal error: QtDesigner/QDesignerCustomWidgetInterface: No such file or...
View ArticleProblems getting QAuidioOutput working on Pi
Hi, first I apologize for the massive post…, I’m dividing it in 2 parts, I hope I don’t break rules with that… I just think it’s best to be as detailed as possible. I intend to start developing on Qt 5...
View ArticleProblem with cross compiled code on raspberry pi
Hello, I am having problems with a Qt GUI application I created. Basically I created the application in my ubuntu to check if it compiles and works properly, however, if I set up the cross compiler...
View ArticleQt5 for Raspberry && VNC
Hi all, I finally built Qt 5.0.2 for my Raspberry. I also compiled my first Qt app for the raspberry and it run in the board without problem. With Qt4 I executed the application this way: ...
View Article[SOLVED]Raspberry: QT5 simple MainWindow example : Segmentation Fault.
Hi, I have compiled qt5 for raspberry by using bakeqtpi.bash and add Raspberry Kit in QtCreator (cross compilation). Everything looks ok. “Hello world!” example compiled and works fine on Raspberry....
View ArticleProblem with Qt5 on pi while applying the qtjsbackend patch
Hi, I followed steps to build qt5 for raspberry pi as per http://qt-project.org/wiki/RaspberryPi_Beginners_guide But while applying qtjsbackend patch (git cherry-pick FETCH_HEAD), i am getting bellow...
View ArticleQt5 / XRDP / Remote Desktop / DISPLAY not taken into account or other...
Hi I set up the Qt for Pi toolchain using bakeqtpi. I mostly got things working. I am using xrdp (X Remote Desktop Protocol) and I connect from Windows where I have a virtual Ubuntu machine on which I...
View ArticleQtCreator && RaspBerry PI && deploy to device
Hi all, I’m configuring QtCreator to deploy aplpication to my Raspi. I added the correct Kit and the Generic Linux Device. The deployment works fine if I set the Generic Linux Device with root account...
View ArticleCompile GDB with pythron script support using crosstool-ng
Hi, I am developing an app running on the RPi. So far I was not able to debug properly because cannot read the built in QtObjects to make sense (like QtSring etc). If I’ve understood correctly, this is...
View ArticleQt5.1 on Rasberry Pi (full install not cross-compile)
Hi. I would like to install Qt5.1 on my RPi. My RPi has Raspbian. I don’t want to cross-compile. I really want a full installation on the RPi. Can anyone help me with this? The only info i found is...
View ArticleQt 5 cross compiled application not working on Raspberry Pi
I used the ./bakeqtpi.bash script to install toolchain for Raspberry Pi by reading this page http://qt-project.org/wiki/RaspberryPi_Beginners_guide I also configured the Qt Creator as mentioned in the...
View ArticleSimple QtWebKit Application Crashes w/ Segmentation Fault
DISCLAIMER: I’m an absolute newb, and I am happy to RTFM if this is an obvious question, just point me where. :) I’ve got Qt5 cross compiled for the Raspberry Pi. Simple QML apps (display “Hello...
View ArticleIntegrating Raspberry Pi Camera with Qt application
I am making a hobby project of digital still camera based on Raspberry Pi using Qt. I have cross compiled Qt on Pi and able to successfully run a normal test Qt application on Pi. Also the raspistill...
View Article