|
Re: QNX 6.5 with Qt4 - jpg - pictures
|
09/23/2013 11:13 AM
post105324
|
Re: QNX 6.5 with Qt4 - jpg - pictures
ok, "maybe" here lies the problem.
I want to display the jpg´s with a QPixmap and not with QML. Is it possible that the plugin is only working for QML?
The load function is working properly on the host machine.
|
|
|
|
Re: QNX 6.5 with Qt4 - jpg - pictures
|
09/24/2013 8:25 AM
post105343
|
Re: QNX 6.5 with Qt4 - jpg - pictures
So I checked now a few things and this is what I found out:
The programs you told me with the jpg`s are running well like you said if I use a terminalprogram and the shell.
If I use momentics then I have stopped the shell "sh" and provide some environments via momentics.
Now if I start "tabs" or "wvframe" via momentics with "-qws &" then the jpg can not be read and I get the following message:
>> QQnxScreen: Attached to Device, number of displays: 1
>> QQnxScreen: Attached to Display 0, resolution 800x600, refresh 60 Hz
>> file:///tabs/content/tabs.qml:73:9: QML Image: Error decoding: file:///tabs/content/images/tab_r.jpg: Unsupported
image format
>> file:///tabs/content/tabs.qml:48:9: QML Image: Error decoding: file:///tabs/content/images/tab_c.jpg: Unsupported
image format
>> file:///tabs/content/tabs.qml:23:9: QML Image: Error decoding: file:///tabs/content/images/tab_l.jpg: Unsupported
image format
Does this mean I am missing some environment variables for jpg?
|
|
|