Results 1 to 4 of 4

Thread: languageChange

  1. #1
    Join Date
    Dec 2007
    Posts
    119
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default languageChange

    Is there a way to disable the creation of languageChange() member function in che code when the gui was created with the designer?

  2. #2
    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: languageChange

    Not likely, but why would you want to do that?

  3. #3
    Join Date
    Dec 2007
    Posts
    119
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: languageChange

    Quote Originally Posted by wysota View Post
    Not likely, but why would you want to do that?

    because I'm trying to integrate my GUi in an existent application that for some not identified reason call the languageChange() of the GUI so for example the text of all Labels fixed at runtime are replaced with the text fixed with languageCange.

  4. #4
    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: languageChange

    Maybe you should instead do it properly? See what calls the method and disable it.

    BTW. We are talking about Qt3 here, right?

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.