Thursday, August 21st 2008, 5:03am UTC+1

You are not logged in.

  • Login
  • Register

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, January 9th 2008, 1:00am

about qt/embedded widgets showing in ARM platform

Hi:
guies.I am a rookie to this forum, I have encounterred some problems about
qt/embedded widgets showing in ARM platform, the situation as follows:
I have compiled a program that with some QWidget objects in a QwidgetStack object to use QWidgetStack to switch the showing widgets,what is more,some of these widgets in widgetStack have many sub control(ie:there is a widget contains 30 pushbuttons ).when i running this program, no error encountered, what dispointting is that whten switching the
showing widget, if a widget with a lot of sub controls is showed, the subcontrols in it will
showed with a fast and slow sequence(some sub controls showed fastly, but some sub controls showed slowly), but they are not showing together at the same time,this process of showing will give user an inpleasent experience.
I think the limit of the hardware i used is some part of the reasons(ie :the lcd for the
embedded develop board certaintly could not catch the lcd for pc )for the problem, but
to improve the level of the hardware i used is not a thing with much possibility.
I want to find a approach that when showing the hidden wiget with a lot of sub controls,
don't make it to be visible before all of the sub controls are showed to make the displaying
of the wiget switching have a flatter user experience.
but i don't have any entrance to solving this problem, if anyother that have encountered problem like this may give me some help, thanks a lot.
  • Go to the top of the page

nijish

Trainee

Posts: 154

Location: Bangalore

Occupation: Software Engineer

2

Monday, January 28th 2008, 6:11am

RE: about qt/embedded widgets showing in ARM platform

which OS do you use? rather which framebuffer? or do you use a framebuffer or a direct dump to VRAM?

if you can introduce a secondary buffer and dump contents and then take it to LCD disp area might do the work.

but whatever we do with the data, the performance of you machine is in question!
  • Go to the top of the page

Rate this thread