Using Qt SDK on windows how can you get an application icon to be displayed in the task launcher on the N900. I've managed to get an icon displayed in the applications list and to install it...
Type: Posts; User: davidmct; Keyword(s):
Using Qt SDK on windows how can you get an application icon to be displayed in the task launcher on the N900. I've managed to get an icon displayed in the applications list and to install it...
follow up question. using Qt SDK on windows how can you get an application icon to be displayed in the task launcher on the N900. I've managed to get an icon displayed in the applications list and to...
Fixed. Took a few hours trying to work out why but in end...
Deleted all files in source directory and shadow builds plus next level up directory except for project .pro and .cpp/.h files.
BR...
I've added a few additional files to my project and now I can no longer deploy to the device. The deb file is correctly created in a shadow directory as before (note having a shadow dir makes no...
Hi,
When I attempt to run the maemo emulator I get an error message : "Qemu failed to start: Process failed to start. No such file or directory"
the folder...
Perfect! Thanks Daniil.
Hi Daniil,
I've tried these signatures but always get a run time error. I've also tried to work out what is happening from the moc file but no joy. Are my options reimplementing the pickselector...
Hi,
I've read through all the documentation I could find and also tried various versions. The QMaemo5AbstractPickSelector Class has a signal selected (QString &) which I would like to use to...
Hi,
Using Qt creator from SDK RC.
I have a QMaemo5ValueButton * widget, say buttonCrop that presents a list via a QMaemo5ListPickSelector * called selectorCrop.
When an item on the selector...
last section in this documentation on SSH key generation which doesn't seem to exist as option in creator.
http://doc.trolltech.com/qtcreator-snapshot/creator-developing-maemo.html
I looked at...
thanks again. Selecting only maemo5 works though some device loading issues I'm exploring.
The ssh key generator mentioned in the documentation doesn't seem to exist. Is there a way to generate...
Hi,
Might be a simple question. Installed latest SDK 1.0 on Windows 7 and ran updater to make sure I had the latest.
The documentation in creator 1.3.83 no longer lists any QMaemoXXX classes...
Hi,
I downloaded qt-maemo5-opensource-src-4.6.2.tar.qz on the ubuntu 9.1 in a VMplayer for windows.
Unpacked and built the source and set QTCreator1.3.1 to use the toolchain I'd just built.
...
Hi,
I understand and your code is neater than mine and has same effect. However, if I want my central widget to have stacked windows then how would I approach this?
If I use my approach of
...
Hi,
Can I just clarify. At the moment mainMan is a child widget of the application. I use new with mainMain then as the parent for QStandardItemModel:
QStandardItemModel *model =...
Brilliant.
creating the model via new worked a treat.
Many thanks as always.
BR
David
Hi,
I'm redesigning my UI to make use of the new Maemo5 buttons etc and thought I'd start by taking the picklist example (http://qt.nokia.com/doc/qt-maemo-4.6/maemo5-listpickselector.html) and...
Hi,
This is a simple question but Iḿ still a newbie on QT for maemo.
The dialogtest2 programme demonstrating stacked windows on Kate Alholaś blog compiles fine in QT Creator and the ARMEL...
Thanks everyone.
I've modified /scratchbox/etc/profile to change LD_LIBRARY_PATH in such a way that /opt/qt4-maemo5/lib precedes other paths as suggested.
I also found I could get rid of a...
Hi (again),
Continuing development of DOFCalculator.
Code runs fine and displays correctly in QTCreator (very good tool for dev and debug).
In scratchbox:
a) X86. builds and runs but UI...
further note.
I installed libqt4-maemo5-dev as per the instructions you pointed at. I do recall that the step ... ./autogen.sh QT_PATH=/opt/qt4-maemo5/bin in the following failed because...
Hi,
Sorry to be a bit naive but what is the best way to uninstall?
I installed Qt4.6 outside scratchbox and the technical preview within scratchbox.
Thanks,
David
Hi,
I had previously installed the Qt4.6 technical preview and the commands...
"/opt/qt4-maemo5/bin/qmake -project
/opt/qt4-maemo5/bin/qmake CameraDepthOfField.pro
make
"
Worked a treat....
Hi,
Hi,
I installed QT4.6 for linux/x11 (qt-sdk-linux-x86-opensource-2009.05.bin) on Ubuntu 9.1. I designed the UI in QTCreator 1.3, compiled my application with no errors and it ran...
Brilliant.:)
Works perfectly.
I think my confusion on clicked() v click() came about because in the UI header file they are both associated with the button. A signal clicked() and a slot...