Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to open two source files simultaneously in Qt Creator 2.3?

Tags:

qt

qt-creator

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.

like image 727
Chan Avatar asked Nov 26 '11 08:11

Chan


People also ask

Is Qt Creator an IDE?

Qt Creator is a cross-platform integrated development environment (IDE) built for the maximum developer experience. Qt Creator runs on Windows, Linux, and macOS desktop operating systems and allows developers to create software across desktop, mobile, and embedded platforms.

Is Qt and Qt Creator same?

Qt comes with its own Integrated Development Environment (IDE), named Qt Creator. It runs on Linux, OS X and Windows and offers intelligent code completion, syntax highlighting, an integrated help system, debugger and profiler integration and also integration for all major version control systems (e.g. git, Bazaar).

How do I open a C++ project in Qt?

Select File > Open File or Project (Ctrl+O or Cmd+O on macOS) and select the project file for the project to open: .


1 Answers

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.

like image 162
laurent Avatar answered Sep 18 '22 17:09

laurent