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
Forum Update on Monday, May 27th 2025

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.
  • J Offline
    J Offline
    Julio
    wrote on 14 Jun 2016, 17:57 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 14 Jun 2016, 18:04
    0
    • J Julio
      14 Jun 2016, 17:57

      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 14 Jun 2016, 18:04 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
      • J Offline
        J Offline
        Julio
        wrote on 14 Jun 2016, 18:14 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 14 Jun 2016, 21:13
        0
        • J Julio
          14 Jun 2016, 18:14

          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 14 Jun 2016, 21:13 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
          • J Offline
            J Offline
            Julio
            wrote on 14 Jun 2016, 22:08 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 >

            J 1 Reply Last reply 15 Jun 2016, 04:39
            0
            • J Julio
              14 Jun 2016, 22:08

              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 >

              J Offline
              J Offline
              jsulm
              Lifetime Qt Champion
              wrote on 15 Jun 2016, 04:39 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
              • J Offline
                J Offline
                Julio
                wrote on 15 Jun 2016, 12:43 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
                • J Offline
                  J Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on 15 Jun 2016, 12:58 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
                  • J Offline
                    J Offline
                    Julio
                    wrote on 15 Jun 2016, 13:40 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

                    7/9

                    15 Jun 2016, 12:43

                    • Login

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