Results 1 to 2 of 2

Thread: Change implementation according to different platform

  1. #1
    Join Date
    Jan 2011
    Posts
    127
    Thanks
    42
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Change implementation according to different platform

    ex :

    Qt Code:
    1. Rectangle{
    2.  
    3. android{ width: 320 height: 240
    4. }
    5.  
    6. win32{ width: 640 height: 480
    7. }
    8.  
    9. }
    To copy to clipboard, switch view to plain text mode 

    I remember I saw something like this before, but can’t find it now(what keyword?).

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Change implementation according to different platform


Similar Threads

  1. QGLBuffer VBO implementation
    By saman_artorious in forum Qt Programming
    Replies: 6
    Last Post: 26th June 2013, 06:53
  2. DockWidgetArea change and layout direction change
    By mstegehu in forum Qt Programming
    Replies: 1
    Last Post: 21st February 2012, 21:24
  3. Replies: 2
    Last Post: 5th February 2011, 17:44
  4. Replies: 1
    Last Post: 11th November 2010, 00:31
  5. Replies: 3
    Last Post: 13th October 2009, 15:31

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.