Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-124113

Issue selecting files if translated filter name is being used

    XMLWordPrintable

Details

    Description

      Translating the "All files " string from QFileDialog using the chinese punctuation "(*)" is causing that not files are available to select in the view. This is caused by the following regular expression: 

      const char QPlatformFileDialogHelper::filterRegExp[] = "^(.*)\\(([a-zA-Z0-9_.,*? +;#\\-\\[\\]@\\{\\}/!<>\\$%&=^~:\\|]*)\\)$"; 

      Not taking into account these type of parenthesis. Is there something that we can do?

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            ekaitz Ekaitz Privado
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes