PDA

View Full Version : Qt4.5, Layouts and Maemo



skrzypu
17th April 2009, 07:06
Hi,

I make upgrade in my scratchbox on both architecture to newest (x86 and Armel).
I also intsall there qt4.5.

When I compile and run aplication on x86 architecture everything is ok, but when I compile and run on Armel then problems start.
Aplication start and have no crash but I have drawed all widgets in left,up corner. The Widgets are in sizes that I set them. When I want click in widget I must click on place where it sholud be (but drawed is in that up-left corner).

Anybody knows why it can behave in that way?

Information from console:

QGtkStyle cannot be used together with the GTK_Qt engine.
qemu: Unsupported syscall: 307
QNativeImage: Unable to attach to shared memory segment.
qemu: Unsupported syscall: 306
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x1

regards

wysota
17th April 2009, 10:22
We'd have to see the code. Seems there is a problem with the style as well as the messages seem to suggest.

skrzypu
17th April 2009, 11:10
I don't set any style. I test on two programs and on both have the same problem.

Link to one of them: http://www.xangkhar.ovh.org/index.php?option=com_remository&Itemid=41&func=startdown&id=1


Most strange thing is that this problem is only on armel.

I forgott to write that when I run application with "-style motif/platique" There is no warning about style, but that second warning is still and aplication still have the same behavior.

regards

skrzypu
17th April 2009, 12:22
I write in another post because this is bigger problem.

I install in scratchbox qt4-designer and it is also crashed with drawing widgets.

So I will go ask on maemo community.


If somebody is intresting in result please leave message here.

regards.