c++ - Qt Creator - 调试 View 中的右侧栏在哪里?

标签 c++ qt qt-creator sidebar

Qt Creator(在我的例子中是 4.4.0):

右侧边栏调试 View 中不可用是否有令人信服的理由?

在我的特殊情况下,我更喜欢将项目 View 放在右侧,就像在我使用的所有其他 IDE 中一样。

有解决办法吗?

最佳答案

A left and right sidebar are available in most Qt Creator modes. The availability of the sidebars and their contents depend on the mode.

In the Edit mode, you can use the sidebars to browse projects, files, and bookmarks, and to view the class hierarchy.

不可能拥有权利 sidebar在 Debug模式下。

编辑模式中,您有左侧边栏和右侧边栏。

Debug模式中,您只有左侧边栏。

WelcomeProjectHelp 没有 sideBar。

http://doc.qt.io/qtcreator/creator-quick-tour.html#browsing-project-contents

关于c++ - Qt Creator - 调试 View 中的右侧栏在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46578732/

相关文章:

c++ - 如何使用 Qt 的 native OpenGL 获取我的总 GPU 内存?

c++ - Qt 创建者。更改插槽的代码生成模板

c++ - 如何在 C++ 中将字符串转换为 char *?

c++ - 在 cpack 输出中包含外部库

c++ - 试图关注 QButtonGroup 中的所有按钮

inheritance - 如何在 Qt Creator 中使用父类(super class)构造函数?

c++ - 是否可以在 Qt Creator IDE 中设置 wxWidgets 库?

c++ - 具有右值引用而不是使用可变参数模板的转发引用

c++ - 刻度线在样式 QSlider 上消失

c++ - 从聚合线程更新 QListView 使 GUI 卡住