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 project does not remember window/files layout.

Qt Creator project does not remember window/files layout.

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
3 Posts 2 Posters 1.2k 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.
  • RebelCoderRUR Offline
    RebelCoderRUR Offline
    RebelCoderRU
    wrote on last edited by RebelCoderRU
    #1

    Hello.

    I can't seem to find the way to make Qt Creator to remember the project layout. I have to re-open all needed files and do screen-split every time I re-open the project. Is there a way to make it remember it ? I have my workspace set-up like this for example:

    alt text

    But if I close the editor and open it again, I have to re-setup this layout every time.

    alt text

    Visual Studio had that thing, where it remembered the layout. Am I missing some option in the editor ?

    Thanks!

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Qt Creator uses sessions. If you don't explicitly specify a session a default one is used. Next time you open Qt Creator don't open a project again. Restore a session instead. It will keep the layout from your last run.

      You can restore a session by clicking it from a list on the welcome screen or with "switch to" in File->Session Manager.
      You can use multiple sessions with different settings and layout.

      RebelCoderRUR 1 Reply Last reply
      2
      • Chris KawaC Chris Kawa

        Qt Creator uses sessions. If you don't explicitly specify a session a default one is used. Next time you open Qt Creator don't open a project again. Restore a session instead. It will keep the layout from your last run.

        You can restore a session by clicking it from a list on the welcome screen or with "switch to" in File->Session Manager.
        You can use multiple sessions with different settings and layout.

        RebelCoderRUR Offline
        RebelCoderRUR Offline
        RebelCoderRU
        wrote on last edited by
        #3

        @Chris-Kawa Thank you very very much! That is Exactly what I needed. Very helpful.

        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