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. How to have all functions/loops "diminished" when opening a project ?

How to have all functions/loops "diminished" when opening a project ?

Scheduled Pinned Locked Moved General and Desktop
qt creator
2 Posts 2 Posters 598 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.
  • W Offline
    W Offline
    wowy
    wrote on last edited by
    #1

    Hi,
    My question is not about a programing issue but more about how to use qt creator.
    I am creating a little application but even if this one is only 2k lines it is kind of a pain to have to "diminish" (the little arrow to the left of your function, if loop, switch case...) everything manually when opening a project in order to find what i want. So i would like to know how to have all of this "diminished" when opening the project.
    I would think tat this option exist (or i don't know how people with really big application are doing!) but i can't find it.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      AFAIK this is not possibly for the editor pane.
      For the projects you can use collapse all by pressing right mouse button and you can assign a key if you like.

      If you require overview what is in a large code file, you can use the combobox right of the file name combobox above the editor pane. This allows for a faster navigation within large source files. You can click on to the routine you are looking for.

      Vote the answer(s) that helped you to solve your issue(s)

      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