PDA

View Full Version : QTCreator in Mini2440



marcio
15th January 2011, 13:16
I have created an apllication for the embedded device MINI 2440 from Friendlyarm. Everything works fine but the form does not proper adjust to the screen size (320x240) touch screen. PArt of the forms are out of the screen. I can drag the forms but I would like to have it automatically adjust to the screen.
Is there a way to set QTCreator or QT 4.6.3 so that it automatically adjust to the device´s screen size ?

ollerei
8th June 2011, 09:58
Hi,

I think you can try

yourWidget.showFullScreen ();
or
yourWidget.showMaximized ();
instead of
yourWidget.show();

in the main.cpp file

project
25th July 2011, 12:39
Hi,
I wanna write a C++ program in QT creator for MINI2440 from freindlyarm;need some help for startting
should i have special libraries?
thanks

whitebank
12th September 2012, 12:46
Hello, you can refer here mini2440vietnam.blogspot.com/2011/05/programming-application-for-mini2440-by.html
to get instruction programming QtCreator for mini2440
Good luck

sunil880089
29th October 2012, 09:02
I have created an apllication for the embedded device MINI 2440 from Friendlyarm. Everything works fine but the form does not proper adjust to the screen size (320x240) touch screen. PArt of the forms are out of the screen. I can drag the forms but I would like to have it automatically adjust to the screen.
Is there a way to set QTCreator or QT 4.6.3 so that it automatically adjust to the device´s screen size ?

Hi marcio ,

I am new to the Qt Programming.
Can you help me to Create Qt Application for Mini2440?
thank you.