Browsing Project Contents

You can organize Qt Design Studio views in sidebars or as workspaces, depending on the mode you are working in. Only views that are relevant to a mode are available in it.

Note: Usually, searching with the locator is the fastest way to find a particular project, file, class, or function, or almost anything else in your project.

Manage projects and files in the following views:

  • Projects shows a list of projects open in the current session and the project files needed by the build system.
  • File System shows all files in the currently selected directory.
  • Open Documents shows currently open files.
  • Bookmarks shows all bookmarks for the current session.
  • Git Branches shows the local and remote branches for the project in the Git version control system.
  • Outline shows an overview of defined types and other symbols, as well as their properties and hierarchy in a source file.

For more information about views that are only available when editing QML files in the Design mode, see Design Views. The following sections describe the additional options in a particular view.

In some views, right-clicking opens a context menu that has functions for managing the objects listed in the view.

Viewing Defined Types and Symbols

The Outline view shows an overview of defined types and other symbols, as well as their properties and hierarchy in a source file. You can move the code for types and symbols around in the source file by dragging and dropping them in the outline.

"Outline view"

  • To see a complete list of all bindings, select (Filter Tree) > Show All Bindings.
  • To sort types or symbols alphabetically, select (Sort Alphabetically).
  • To stop the synchronization with the type or symbol selected in the editor, deselect (Synchronize with Editor).