Results 1 to 2 of 2

Thread: How to design a small device application.

  1. #1
    Join Date
    May 2011
    Posts
    120
    Thanks
    9
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default How to design a small device application.

    Hi all

    I developed a app in qt4.7.4 , it is working fine in desktop as i desire.Whole ui i designed using layout by taking the idea that layout will autofit on different screens. Now when i run my app on phone and tablet ui does not displaying correctly. Window get cut horizontally and vertically so that widget also does not display correctly.
    I googled a lot for this but i am not getting any idea what i have to do. Should i design seperate ui for small devices or is their way to design a ui which will work fine on all screens like desktop, tablets, pnone.
    I have to design one application which run on all devices.
    Thanks in advance.

  2. #2
    Join Date
    Aug 2008
    Location
    Algarve, Portugal
    Posts
    288
    Thanks
    23
    Thanked 32 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Re: How to design a small device application.

    From my experience, and from what I read in the web about this subject, it will be very hard to use the same code for desktop and mobile apps. What I've done (and it seems to be the general way to do it) is build different ui's and re-use the same code logic.
    __________________________________________________
    My projects: calculator MathGraphica ; SuperEpicMegaHero game ; GooglePlay ; bitbucket ; github
    Like my projects ? Buy me a kofi

Similar Threads

  1. Code Review Request for first small application
    By RurouniJones in forum Newbie
    Replies: 0
    Last Post: 22nd March 2010, 08:22
  2. Small useful QT application
    By Raydan in forum Newbie
    Replies: 2
    Last Post: 28th November 2009, 12:23
  3. Replies: 3
    Last Post: 7th May 2008, 11:33
  4. i have a problem in a very small application?
    By coder1985 in forum Qt Programming
    Replies: 3
    Last Post: 22nd November 2007, 17:09
  5. Plugins as small application
    By blackliteon in forum Qt Programming
    Replies: 4
    Last Post: 12th January 2006, 09:39

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.