Uploaded image for project: 'Qt 3D Studio'
  1. Qt 3D Studio
  2. QT3DS-3294

[Slayer] Replace all text handling with QString

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt 3D Studio 2.4 BETA1
    • OpenGL Runtime
    • None

    Description

      The runtime uses a multitude of different string types, unifying all those to use QString (or QByteArray?) would make the code a lot more straight forward and make internationalization support easier to implement.

      Note: The string table is used for translating between the multitude of string types and translation to unicode, but the string table is also used for other functionality in the runtime. Perhaps best approach is to first add QString support to the string table and then hunt down and change all other string types and convert those to QString.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              pakerane Pasi Keränen
              pakerane Pasi Keränen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes