Results 1 to 5 of 5

Thread: Change UI Language of Qt Tools

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2009
    Posts
    62
    Thanks
    2
    Thanked 16 Times in 15 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Change UI Language of Qt Tools

    Thanks, but that doesn't seem to work on Windows. Here it's probably some weird API call.

    Meanwhile I renamed the .qm files as a workaround, but I wonder if there isn't a better solution.

  2. #2
    Join Date
    Jul 2013
    Posts
    27
    Thanks
    11
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Change UI Language of Qt Tools

    Is it possible to change language of qt designer? I am using designer independetly. In the preferences/options, i can't find such an option. I don't have sudo or root permissions. Kindly let me know. Thank you very much.

  3. #3
    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 UI Language of Qt Tools

    On Unix/Linux this is easy

    LANG=<language-code> designer

    e.g.

    LANG=en designer
    launching in English

    LANG=de designer
    launching in Geman

    LANG=fr designer
    launching in French

    Cheers,
    _

Similar Threads

  1. Change cursor & status during Drag & Drop
    By ronlongo in forum Qt Programming
    Replies: 0
    Last Post: 1st December 2008, 16:56
  2. how change language at runtime?
    By mattia in forum Newbie
    Replies: 3
    Last Post: 14th November 2007, 18:36
  3. statusBar() message color change
    By mclark in forum Qt Programming
    Replies: 2
    Last Post: 7th August 2007, 23:20
  4. Replies: 8
    Last Post: 15th May 2007, 09:21
  5. Can't change the text display of a QTreeview item.
    By johnny_sparx in forum Qt Programming
    Replies: 3
    Last Post: 2nd June 2006, 01:03

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.