OK. I have the rotation working, but with a hack. The inheritance structure for my code involves:
QGraphicsWidget -> MainWindow
QGraphicsWidget -> MyImage
MainWindow is the parent of MyImage....
Type: Posts; User: anothertest; Keyword(s):
OK. I have the rotation working, but with a hack. The inheritance structure for my code involves:
QGraphicsWidget -> MainWindow
QGraphicsWidget -> MyImage
MainWindow is the parent of MyImage....
Hello,
I use the x and y coordinates of the mousemove event object (QGraphicsSceneMouseEvent) to rotate an image. However the results are not what I expected.
The paint method of my...
Hi,
I am experiencing the same error. However both my application and the location library are built with All -tcb capabilities and yet I receive the same error.
Was there anything else you...
Hello,
I followed the instructions in INSTALL.symbian and unzipped qt-mobility-1.0.0-epoc32-5.0.zip and convenienceheaders.zip to the root of my subst drive, next to epoc32
Unpacking...
Hello,
Are there any tools that I can install to an S60 device which allows me to monitor memory?
Thank you.
Hello,
I've created a simple QML file which imports an external JavaScript file:
Test.qml
import Qt 4.6
import "a.js" as Misc
phonon_mmf.dll and phonon_mmf.lib do exist, but only in \epoc32\release\winscw\udeb
I cannot find them in any other release sub directories. I looked in the Makefile for qt 4.7 source and am...
Hello,
I've been following the instructions for installing Qt 4.7 onto Symbian from source: http://doc.qt.nokia.com/4.7-snapshot/install-symbian.html
However I use mingw32-make instead of make....
Just to be clear, I have not modified the MMP or bld.inf file in any way. The same bld.inf loads correctly in Carbide 2.0.
Yes, always worth trying different options, I agree. I answered your questions about include files a few posts ago :)
Original message was:
I don't suppose anyone has any information on this?
But the problem seems to be with Carbide, not the package or code. The title of this forum is "Carbide.c++ IDE and plug-ins". Have I misunderstood something?
This error does not occur in Carbide 2.0 9. I've tested it with the same bld.inf files.
I checked the following includes and the all exist in the correct location:
#include "../../../../../exports/Browser_platform_variant.hrh"
../../loc/Webkit.loc
../../rom/webkit.iby...
The MMP is identical to the MMP file listed on the Symbian Foundation's cross-referencer. If you have a Symbian Foundation developer account, you can login and navigate to...
#include <domain/osextensions/platform_paths.hrh>
#include "../../../../../exports/Browser_platform_variant.hrh"
PRJ_PLATFORMS
DEFAULT
PRJ_EXPORTS
../../loc/Webkit.loc ...
When I import a project into Carbide using the bld.inf file, I receive the following error:
Note: No mmp or extension make files were found in the bld.inf file.
...
Has anyone had a chance to look at this yet?
Sorry to bump this (again), but surely there is someone (moderator?) who can provide some help with my query.
Hi,
Is there anyone / moderator who can give a answer to this question?
Many thanks
I have downloaded the source code for the JavaScriptCore API from the following page:
http://opensource.nokia.com/projects/S60browser/
The exact file I downloaded was
JavaScriptCore - S60...