Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator: How to empty / reset the search pattern field?
Forum Updated to NodeBB v4.3 + New Features

Qt Creator: How to empty / reset the search pattern field?

Scheduled Pinned Locked Moved Qt Creator and other tools
11 Posts 4 Posters 3.9k 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #2

    Hi,

    Do you mean if you search through the "Search Results" ?

    Interested in AI ? www.idiap.ch
    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

    1 Reply Last reply
    0
    • A Offline
      A Offline
      artacademy
      wrote on last edited by
      #3

      Yes! Thank you for your answer

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #4

        There's the cross at the right of the search field but I'm not sur that's what you want

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • A Offline
          A Offline
          artacademy
          wrote on last edited by
          #5

          I wanted to delete an entry in the combobox
          nex to the lineedit (with the cross) you probably mean.

          This is the search results tab:


          "Scope: " <Combobox>

          "Search for: " <LineEdit (with the X)>

          <Checkbox> "Case .." <Checkbox> "Whole..." <Checkbox> "..Regular.."

          "File pattern: " <Combobox>

          I am talking about the last combobox "file pattern"

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #6

            Which version of Qt Creator are you currently using ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • A Offline
              A Offline
              artacademy
              wrote on last edited by
              #7

              3.0.1
              (based on Qt v5.2.1)

              Thanks by the way for answering and kleeping up

              1 Reply Last reply
              0
              • A Offline
                A Offline
                artacademy
                wrote on last edited by
                #8

                keeping up

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #9

                  Well… You have found a pretty good question, it looks like you currently can't outside of edition Qt Creator's configuration file.

                  You could try looking at the "bug report system":http://bugreports.qt-project.org to see if someone already talks about it, if not you could consider opening a new suggestion

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    Droidsyer
                    wrote on last edited by
                    #10

                    Check into QtCreator.ini hidden file at path /home/user/.config/QtProject/

                    Find "AllProjectsFind\filters="
                    Delete assigned values.

                    :-D

                    1 Reply Last reply
                    1
                    • S Offline
                      S Offline
                      stan.m
                      wrote on last edited by
                      #11

                      On Windows, the QtCreator.ini file is located:

                      • C:\Users\username\AppData\Roaming\QtProject\QtCreator.ini

                      Look for:

                      • FindInFiles\filters=
                      • AllProjectsFind\filters=

                      Success when removing badly formed file patterns entries on Qt Creator 4.3.1.

                      1 Reply Last reply
                      1

                      • Login

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