Results 1 to 4 of 4

Thread: i have a problem with Qt designer

  1. #1
    Join Date
    Nov 2007
    Posts
    41
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Question i have a problem with Qt designer

    hi,
    i am a new in Qt world and i have a problem with qt designer , menus are shown from right to left and also lables. note that my language is a language from right to left but i use
    Qt designer to develop english programs, there is any solution?
    thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: i have a problem with Qt designer

    If you switch to English locale, Qt should automatically switch to LTR layout.

  3. The following user says thank you to jacek for this useful post:

    coder1985 (19th November 2007)

  4. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: i have a problem with Qt designer

    I think there is a command line switch you can pass to Qt apps to switch the layout. Searching the docs for it might be a good idea...

    Edit: got it... it's "-reverse". Try "designer -reverse".

  5. The following user says thank you to wysota for this useful post:

    coder1985 (19th November 2007)

  6. #4
    Join Date
    Apr 2008
    Posts
    7
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: i have a problem with Qt designer

    Hi...
    this might be the solution for that
    QApplication::setLayoutDirection() and QWidget::setLayoutDirection().
    pass Qt::RightToLeft as argument.

    Thanq
    Vani

Similar Threads

  1. Designer problem
    By Salazaar in forum Qt Tools
    Replies: 11
    Last Post: 30th October 2007, 22:31
  2. problem with QT DESIGNER
    By amit_pansuria in forum Qt Tools
    Replies: 1
    Last Post: 19th April 2007, 12:05
  3. Menu problem using Designer
    By JimBrown in forum Qt Tools
    Replies: 1
    Last Post: 19th February 2007, 22:47
  4. Basic: problem building designer application
    By kingslee in forum Qt Tools
    Replies: 2
    Last Post: 31st August 2006, 16:26
  5. Facing problem with qt-4.1 designer
    By jnana in forum Qt Tools
    Replies: 4
    Last Post: 8th March 2006, 19:16

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.