Thank you that worked.
Type: Posts; User: mark090480; Keyword(s):
Thank you that worked.
I have got both of those. What about the .pro file? Do I need anything special there?
Yes, I have seen that but the trouble is that it does not work.
The error message is:
Slider is not a type
Slider {
How can I put a slider in my QML code? I do not see any options for buttons, sliders etc.. at all in the design part and if I try with code etc..
slider{
...
}
It does not compile. Which...
Yes, I tested that it is one. I just wanted to make sure that it is always one.
Hello,
In the sensor framework I start listening via:
StartDataListening(this,1,1,0)
Then in the callback DataReceived does this mean that aCount is always one? So there is no need to loop...
Could the problem be on the Mac too?
Here is the output:
/home/user # dpkg -l libqt*
Desired=Unknown/Install/Remove/Purge/Hold
|...
How can I start the program from the command? from here and the name of the program:"/opt/Blue/bin/Blue" I get file not found although it is there if I use the file browser.
I get an error...
Yes, I have this version on the phone 1:1.2.0+git20111104-0nd~fremantle5. The app crashes on the phone, it opens waits a few seconds and then closes.
It builds OK but when I click run, it gives...
It says I have "1:1.2.0+git201 Experimental QtMobility metapackage"
Yes I ran this on the N900
"sudo gainroot"
"apt-get install libqtm-12"
It says the latest package is installed.
Looking in the app manager I do not see the connectivity or feedback...
Yes, you're right I don't have the connectivity libs on the phone. I ran this:
apt-get install libqtm-12
and
apt-get install libqtm-12-dev
And it says that I have the latest package. I...
My computer says:
Package 'libqtm-12-connectivity' installed.
I have followed the instructions here:
http://www.developer.nokia.com/Community/Wiki/Latest_Qt_and_Qt_mobility_evaluation_on_Maemo...
Does anyone know how to get rid of this problem? I am using a Mac for developing for Maemo 5.
Killing remote process(es)...
Starting remote process...
Remote process started....
OK this seems like a good link http://doc.qt.digia.com/qtmobility-1.2/index.html#platform- compatibility
Some MacOS support and Maemo. BTW I thought that I should have QT mobility as part of the...
OK thanks.
How do I know what supports mobility 1.2? I did not see that.
Is there anyway to run the BT chat example or just use the BT APIs for MacOSX or Maemo?
for example:
#include <qbluetoothserviceinfo.h>
#include <qbluetoothsocket.h>
Thanks.
Hello,
I am trying to send some commands from my N900 to an Arduino using bluetooth. From what I have read I need to install the blueZ drivers. Can anyone help me install them so that my QT...
Hello ,
I am using the QuteMessenger example.
http://www.developer.nokia.com/Community/Wiki/QuteMessenger_-_Bluetooth_Chat
I have one problem regarding the forms though. So, to learn how...
OK, I made a mistake copying over the files, it works now. Do you know of any examples of how to send AT commands to another BT device?
Hello,
The example chat project will not compile, I have done this:
For Symbian (before compile): there is a folder named QBluetoothZero. In there, a folder exists by the name symbian. Copy its...