hello,
i found the tarlisted.exe was missing in D:\Software\QtSDK\Maemo\4.6.2\madbin and D:\Software\QtSDK\Madde\madbin and copied it to the them from a backup i had.
But still no joy..
any hints?...
Type: Posts; User: raedbenz; Keyword(s):
hello,
i found the tarlisted.exe was missing in D:\Software\QtSDK\Maemo\4.6.2\madbin and D:\Software\QtSDK\Madde\madbin and copied it to the them from a backup i had.
But still no joy..
any hints?...
Hi,
Bellow is what i get when building and app for N900 using QtSDk 1.1.3. The only way to get round is to uninstall then install QtSDk. any ideas why i keep getting this?
Build OUTPUT:
...
hello i have the same problem with QCamera..is it a bug or it is just for us that it is not working?
cheers
Hello,
How can i change the four or one desktop image in N900 using Qt?
Thanks
Cool, Have you also tried to run it??
Could you please upload the project folder that builds..??!!
thanks
yes....
if you try to right click MainWindow --> Lay out, you cant select subitems.
So you have to add from designer menu a layout manager, then again right click MainWindow --> Lay out --> Lay...
Hello
Any example or hints how to develop a homescreen widget on N900 using QTSDK1.1.?
Because this example doesnt build on QtSDK1.1.
If you direct me to a ready example will be much...
Hello,
The trick is that you have to add a gridlayout lets say to the main window. the go to MainWindow right click and change the layout to gridlayout .
Then works fine..
Hello,
thanks for the reply ..if i set manually the QMainWindow to 800 x 480, then works.
But what i believe, it shoul be autmatically expanded to the fill the screen the mainwindow which will...
the layour manager is QGridLayout, and it is within the central Qwidget. and the central widget is withing the QMainWindow...please check the image below...
ok,,according to my images below, the button widgets are placed inside a layout manager.
!!???
hello,
thanks to your replies. but still cant get round it using designer only with manual programming works.
could you please try to make it using QtSDK1.1 and upload the example...
thanks
Hello,
i have done all that. set the size policy to expanding for MainWindow, centralWidget and button. still nothing...
I am using QtSDK 1.1 TP..
thanx
Hello, Thanks for the reply.
i have set the sizePolicy of the buttons to :
Horizontal: expanding
Vertical : fixed
Horizontal stretch: 0
Vertical stretch: 0
and tried all horizontal policies,...
this is the base64 of the .png file. search for base64 functions/applications.
Hello,,
any idea why this happens:
http://s2.postimage.org/hbwd7nxdr/gridlayout.png
image host
http://s1.postimage.org/k3cr22oim/Screenshot_20110220_195229.png
image upload
I presume the...
http://maemo.org/downloads/product/Maemo5/simple-brightness-applet/
this is developed using GTK.
TestDialog::TestDialog(QWidget *parent) : QDialog(parent)
{
QScrollArea *scrollA = new QScrollArea();
QVBoxLayout *toplay = new QVBoxLayout(this);
toplay->addWidget(scrollA);
...
Hello,
I am using QMainWindow and setCentralWidget to display Windows with widgets and navigate through windows and everything is Ok. The question is how can i get a Forward arrow instead of the...
one more thing, when running a program that ends running on N900, i cant access some device files, in order to get round it i have to run it again from the Xterminal on N900. how can i change the...
divanov,
apologies again , forget about the image..
i am curious to know what causes this problem from time to time. ? since i had this before and i resolved it reinstalling.
one more thing,...
hello
first of all sorry for the title , was an oversight.
yes, my aim is a debian package, but how do u switch off packaging?
Thanks
Today out of teh sudden i get this error when compiling any program for N900
:: error: Packaging Error: Command 'dh_builddeb --destdir=.' failed.
I am using the latest NOKIA QT SDK on windows...
hi,,
as there is no a Qt class to read/write Unix device files, then i managed to use Linux C functions fopen, fread and fwrite in C++ Qt code.
and i will create a my IO class.
thanks for your...
Hello,,
since QFile is not suitable for reading device files on Unix, what can i use instead?
yes I am using QFile (not QIODevice) and the reason is bcoz i cant say QIODevice("/dev/rfcomm0"),...