Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Problems Combining Qt with Xt/Motif - text rendering in Motif dialogs cuts text as soon as German "umlaute" are contained in text string under Linux
Qt 6.11 is out! See what's new in the release blog

Problems Combining Qt with Xt/Motif - text rendering in Motif dialogs cuts text as soon as German "umlaute" are contained in text string under Linux

Scheduled Pinned Locked Moved 3rd Party Software
1 Posts 1 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    uglykid
    wrote on last edited by
    #1

    Hi all,

    maybe someone knows more about a solution for the post's problem:

    • We have a quite old application with a legacy Xt/Motif 2.3 UI
    • We are starting to partially replace Motif dialogs by Qt dialogs until there is finally only Qt left
    • everything works correctly so far on the eventloop level and on Qt side

    Problem:

    • As soon as we link the old project against Qt 4.8 or 4.7.4 (dynamically) problems pop up in old Motif Dialogs where German "Umlaute" (->special Characters) are rendered. As soon as text contains such special characters text rendering stops at that point and the text after the special character is simply cut --> not visible anymore. The Qt side does not have that problem.

    To our opinion and from reading some related postings we assume Xt/Motif and Qt interfere on the XFT rendering level (both seem to rely on that) but don't have any idea where to stick our fingers into to fix the problem....

    Anyone out there who has an idea what is going on there? Is there a text encoding selection problem? Does Qt overwrite certain default XTF settings so that Motif text rendering fails?

    Br,
    Frank

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved