有没有办法在 Qt Creator 2.3 中同时打开两个源文件?
我正在使用双显示器,因此我想将当前的源视图拖动到另一个窗口,以便我可以将其与其他窗口进行比较。不幸的是,我找不到一个选项可以让我在 Qt Creator 2.3 中执行此操作。我想知道 Qt Creator 有没有办法做到这一点?我当前的版本是2.3.1。
I'm using dual monitor, so I would love to drag my current source view to another window so that I can compare it with others. Unfortunately, I couldn't find an option that let me do this in Qt creator 2.3. I wonder is there a way to do this in Qt Creator? My current version is 2.3.1.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在“窗口”>“窗口”中拆分文本编辑器。 “并排分开”。然后,只需使 Qt Creator 应用程序分布在两个屏幕上,然后手动将分割栏移至中心即可。
You can split the text editor in "Window" > "Split side by side". Then just make the Qt Creator application spread over your two screens, and manually move the split bar to the center.
有关更多键盘快捷键,请参阅 https://doc.qt.io/qtcreator/ Creator-keyboard-shortcuts.html
For more keyboard shortcuts, see https://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html