Results 1 to 6 of 6

Thread: menus with non-english language

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2007
    Posts
    42
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    3

    Question menus with non-english language

    hi, i wanted to create a menu with options written in greek so i wrote something like this::

    Qt Code:
    1. anAction= new QAction("Επεξεργασία", this);
    2.  
    3. or
    4.  
    5. anAction= new QAction("Greek words...", this);
    To copy to clipboard, switch view to plain text mode 

    but when i tried to run the program the menu had rubbish....

    how can i fix this problem?
    Last edited by aegis; 31st March 2007 at 19:33. Reason: missing [code] tags

Similar Threads

  1. Discovery correct Language on all OS
    By patrik08 in forum Qt Programming
    Replies: 5
    Last Post: 25th February 2007, 19:27
  2. How can I add any other language
    By ethos0714 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 22nd February 2006, 02:51

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.