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. Is there a classical project managment somwhere on qt creator
Forum Updated to NodeBB v4.3 + New Features

Is there a classical project managment somwhere on qt creator

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
5 Posts 2 Posters 497 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
    jean-raphael
    wrote on last edited by jean-raphael
    #1

    i am new to qt cretaor ( but i develop on eclipse for a while now on c++ ).

    I find project management atrocious.

    we cannot add or delete folders ? how to not split into .h and .cpp file

    have all h file in same place is just not usable and and verry not professional, i have undreads of class to import.

    i have found the filesystem view , but we can create folder but not delte them ? what is the prupose of this ?

    there is a way to manage files like the files are stored on file system , with project sub-folders ? and is there a drag and drop somwhere ? (in eclipse we can drag and drop files from the file explorer and eclipse ask if we want to make a copy or link to the file ).

    an please, please don't awnser this like is not possible or something like i need to edit the .pro 😣😁

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jean-raphael
      wrote on last edited by
      #2

      It seems to be a known problem since 12 years !!! and nothing has been done about it? is it possible to work with usable tools ?

      https://stackoverflow.com/questions/1176666/how-to-create-a-subdirectory-for-a-project-qtcreator
      https://forum.qt.io/topic/35580/how-to-manually-create-folders-in-the-project-view
      https://stackoverflow.com/questions/54679905/how-do-you-make-qtcreator-show-cpp-and-header-files-together-in-left-hand-src-tr

      1 Reply Last reply
      0
      • cristian-adamC Offline
        cristian-adamC Offline
        cristian-adam
        wrote on last edited by
        #3

        Regarding the display of headers and source files together, since Qt Creator 5 if you go to the "Filter Tree" drop down button, you can select "Hide Source and Header Groups".

        See it in action here:

        alt text

        1 Reply Last reply
        0
        • cristian-adamC Offline
          cristian-adamC Offline
          cristian-adam
          wrote on last edited by cristian-adam
          #4

          This post has made me open a few bug reports:

          • No ability to remove a directory in "File System" pane
          • No keyboard shortcuts for known operations in "File System" pane
          • Remove file in "File System" view doesn't sent the file to "Recycle Bin" / "Trash"

          Thank you for opening this topic 😊

          J 1 Reply Last reply
          4
          • cristian-adamC cristian-adam

            This post has made me open a few bug reports:

            • No ability to remove a directory in "File System" pane
            • No keyboard shortcuts for known operations in "File System" pane
            • Remove file in "File System" view doesn't sent the file to "Recycle Bin" / "Trash"

            Thank you for opening this topic 😊

            J Offline
            J Offline
            jean-raphael
            wrote on last edited by jean-raphael
            #5

            @cristian-adam Thanks for this ,

            Ok i have foud how to add a folder to a project and yes , we need to edit the pro by hand ,
            but what ? qt creator support sub folder project on project view and we can't simply use this basic feature ?

            to add a subfolder, i pass to file view , i create a folder.
            on the file system i copy paste the .h and .cpp in the new folder
            and on the pro file i wrote :

            SOURCES += [back slash]
            ... few lines ... [back slash]
            foldername/files.cpp

            an same things for headers

            and my personal list to the minimum feture that must be already there :
            add a multi selection feature
            add a create / delete folder on project view
            add drag and drop from file or list of file into subfolders
            and drag and drop from external file explorer
            add a hide Forms Group, like sources and headers

            and update automatically
            1- the pro to folow the changes mades on the tree views
            2- the local #includes to make the project compiling

            honestly i d'ont understant the utility of the file view, if the project view is corectly made we d'ont need a file view

            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