Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Files and Classes tab is empty
QtWS25 Last Chance

Files and Classes tab is empty

Scheduled Pinned Locked Moved Unsolved General and Desktop
9 Posts 3 Posters 2.4k Views
  • 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.
  • JulioJ Offline
    JulioJ Offline
    Julio
    wrote on last edited by
    #1

    Hi,
    I'm new to QT Creator , when I walk into the New Project Files and Classes tab is empty as I fix this?

    ? 1 Reply Last reply
    0
    • JulioJ Julio

      Hi,
      I'm new to QT Creator , when I walk into the New Project Files and Classes tab is empty as I fix this?

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @Julio Hi, and welcome to the Qt forum! Could you please make a screenshot, just to make sure we're talking about the same menus. (You can post an image for example at http://postimage.org/ and then include it here with ![](image-url).)

      1 Reply Last reply
      1
      • JulioJ Offline
        JulioJ Offline
        Julio
        wrote on last edited by
        #3

        Thank you
        I realized that when I try to create a new project does not appear classes
        link text

        I do not know if it's related, but I did a project and work normal, but when I use the library <limits > appeared this error
        link text

        ? 1 Reply Last reply
        0
        • JulioJ Julio

          Thank you
          I realized that when I try to create a new project does not appear classes
          link text

          I do not know if it's related, but I did a project and work normal, but when I use the library <limits > appeared this error
          link text

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by A Former User
          #4

          On my machine the list is also empty but only when I click the "New project" button on the "Welcome" page. It works as expected when I click "File" -> "New File or Project..." in the main menu.

          1 Reply Last reply
          2
          • JulioJ Offline
            JulioJ Offline
            Julio
            wrote on last edited by Julio
            #5

            ah ok ..
            here it is so ..
            How can I resolve the error: QMAKE_LFLAGS_EXCEPTIONS_ON: No such file or directory
            link text
            it does not recognize <limits >

            jsulmJ 1 Reply Last reply
            0
            • JulioJ Julio

              ah ok ..
              here it is so ..
              How can I resolve the error: QMAKE_LFLAGS_EXCEPTIONS_ON: No such file or directory
              link text
              it does not recognize <limits >

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Julio The problem is not limits.
              Did you put QMAKE_LFLAGS_EXCEPTIONS_ON in your pro file?
              Can you post the content of your pro file?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • JulioJ Offline
                JulioJ Offline
                Julio
                wrote on last edited by Julio
                #7

                @jsulm said:

                Did you put QMAKE_LFLAGS_EXCEPTIONS_ON in your pro file?
                Can you post the content of your pro file?

                Hi,
                Pro file is link text

                1 Reply Last reply
                0
                • jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  You should not use QMAKE_CXXFLAGS to activate C++11, do it this way:
                  CONFIG += c++11

                  Except from that it looks OK. What is the content of the Makefile?

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • JulioJ Offline
                    JulioJ Offline
                    Julio
                    wrote on last edited by Julio
                    #9

                    I did a test
                    and this error appears just when I create a new project and command run. Even if I do not put anything

                    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