This is a sad thing for us all. Nokia has just shown utter disrespect for the very assets that have made this company important and unique!
What Nokia needs to do, Is ditch MeeGo, and continue...
Type: Posts; User: mikaellaine; Keyword(s):
This is a sad thing for us all. Nokia has just shown utter disrespect for the very assets that have made this company important and unique!
What Nokia needs to do, Is ditch MeeGo, and continue...
Hi Diggubhai. What I find I have to do between 4.6.x and 4.7.x is that instead of using screenGeometry immediately, I call it when my main widget receives the resizeEvent. Its really lame and I hope...
Oops, sorry Fuzzbender. Indeed I failed to talk about screenGeometry, as I meant to.
I don't see how your comment on availableGeometry has anything to do with this topic, but thanks anyway.
The problem is, that screenGeometry has now started to return "QRect(0,0 -1x-1)" instead of...
I recently stumbled upon this bug in Qt 4.7.0: http://bugreports.qt.nokia.com/browse/QTBUG-14058
A quote from that page:
"QApplication::desktop()->availableGeometry() will now report correct...
Thanks a lot for the replies, guys. That's somewhat sad news. Apparently there is no monospace font guaranteed to be present, which I find hard to believe is the final word on this topic.
But thanks...
Hi! Does anyone know how to get a monospace font in Qt, on S60.
I've tried QFont("Courier"), but that does not return a Courier font on a Nokia 5530.
If there is no way to explicitly get a...
Thanks for the link! I didn't quite see how QtCreator gets access to the Symbian headers and libs, but I'll try my way through this.
I installed the Qt libraries for 4.7.1 now. All seemed to go well there, but...
With the S60 5th edition SDK I get this while importing a Qt project: "Creating project has encountered a problem....
Thanks guys!
Things were easier in the early days, with only one way to proceed: install qt libs on top of the SDK. Now I haven't had time to try every option myself, and with Nokia's documentation...
The "all-in-one" SDKs say they support Qt, but that does not seem to be true... how can I add Qt support to, say S60 5th edition SDK?
From the SDK download page:
"Supported runtimes
The...
Hi!
What is the procedure for capturing "red key" in a Symbian Qt application? You can't just reimplement handleWSEvent, as you don't have a UI-class available to you, can you?
BTW, what is the...
PUSHPANKAR: You may find better answers for API-specific capability issues in "Development Platforms > General Symbian C++".
To answer your question: Depending on the API you are using, you will...
Sounds like EPOCROOT is not set. On the command-line, you need to
1) use 'devices' to set the default device
2) set EPOCROOT
Hope this helps...
Only occurs with the 5th ed 1.0 SDK. I've done a complete reconfigure too... now I've switched back to 0.9 to get some work done.
Hi!
I can't run any Qt apps in my S60 emulator. I have:
SDK: S60_5th_Edition_SDK_v1.0
Qt: 4.5.0-garden (qt-embedded-s60-commercial-src-4.5.0-garden.zip)
IDE: Carbide 2.0
Everything...
Basically you can compile Qt-applications on S60 Qt. And since you can develop Qt-apps in Qt Creator, that clearly works. Maybe you could consider developing the Symbian-specific components in...
In your .pro-file, try:
MMP_RULES += "LIBRARY LIBRARYNAME.lib"
Just for helping other who come across this post, the answer is the above, plus: edit your .pro-file to add libraries. Here's how: (in your .pro-file)
MMP_RULES += "LIBRARY LIBRARYNAME.lib"
I have a two-line listbox. Sometimes it happens that the bottom item's second line is not drawn although the model contains the text. The following line always gives the right text:
TPtrC itemText...
For anyone reading this thread: the whole point of sharing the file handle is so that files that wouldn't normally be accessible can be made accessible by a process that has that power.
In other...
Hi!
Which options are there available on the newer 9.x Symbian devices for secure sockets?
I understand TLS 1.0 / SSL 3.0 is available, but what would you use? Which versions are available in 9.2?...
Follow-up: my sharing code was fine, just had the wrong file path... -46 was for when I tried accessing a file in another application's private directory.
Hi!
I'm trying to share a file handle between a client and server processes. The setup is this:
Client opens a file in its private-directory
Client passes the handle to the server process
Server...
This thread has been very helpful, but I get an error nevertheless. Can someone help, my console output is below:
mwccsym2 -o qmake.exe project.o main.o makefile.o unixmake.o unixmake2.o...