Results 1 to 5 of 5

Thread: QTCreator in Mini2440

  1. #1
    Join Date
    Jan 2011
    Posts
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default QTCreator in Mini2440

    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 ?

  2. #2
    Join Date
    May 2011
    Location
    Munich
    Posts
    3
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: QTCreator in Mini2440

    Hi,

    I think you can try

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

    in the main.cpp file

  3. #3
    Join Date
    Jul 2011
    Posts
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: QTCreator in Mini2440

    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

  4. #4
    Join Date
    Sep 2012
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: QTCreator in Mini2440

    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

  5. #5
    Join Date
    Oct 2012
    Posts
    8
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: QTCreator in Mini2440

    Quote Originally Posted by marcio View Post
    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.

Similar Threads

  1. Qtcreator help
    By rashmi in forum Newbie
    Replies: 0
    Last Post: 16th November 2010, 04:13
  2. Qt Embedded Graphic Development mini2440 ,sbc
    By wujianwen in forum Qt Tools
    Replies: 0
    Last Post: 9th October 2010, 08:40
  3. QtCreator 2.0 crashes application working in QtCreator 1.3
    By been_1990 in forum Qt Programming
    Replies: 2
    Last Post: 21st September 2010, 12:58
  4. QtCreator x64
    By Dato0011 in forum Qt Tools
    Replies: 6
    Last Post: 15th February 2010, 12:59
  5. Replies: 1
    Last Post: 10th February 2010, 07:28

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.