Introduction
Welcome to the CoreTrace Qt IDE user guide. This document will help you get started with the application and discover all its features.
Installation
Prerequisites
Before installing CoreTrace Qt IDE, make sure your system has the following components:
- Qt 6.x
- CMake 3.16 or higher
- C++17 compatible compiler
- Git
Installation Procedure
Linux/macOS
Follow these steps to install CoreTrace Qt IDE on Linux or macOS:
- Clone the repository:
git clone https://github.com/yourusername/coretrace-qt.git cd coretrace-qt
- Make the build script executable:
chmod +x build.sh
- Run the build script:
./build.sh
Windows
For Windows builds, we recommend using MXE (MinGW-w64 Cross Compiler) to create a standalone executable:
- Install MXE by following their installation guide
- Use the provided Makefile:
make -f Makefile.windows
User Interface
The CoreTrace Qt IDE interface is designed to be intuitive and efficient. It consists of the following elements:
Main View
The main view is divided into several areas:
- File Explorer - Allows navigation through project files.
- Code Editor - Main area for viewing and modifying source code.
- Output Panel - Displays messages, errors, and application results.
- Audit Results View - Presents trace analysis results.
Project Management
CoreTrace Qt IDE offers comprehensive features for project management.
Creating a Project
To create a new project:
- Click on "File > New Project" in the menu bar.
- Select the type of project you want to create.
- Define the location and name of the project.
- Configure the options specific to the chosen project type.
- Click on "Create" to generate the project structure.
Opening a Project
To open an existing project:
- Click on "File > Open Project" in the menu bar.
- Navigate to the project folder.
- Select the project file and click "Open".
Trace Analysis
Trace analysis is one of the main features of CoreTrace Qt IDE.
Importing Traces
To import traces for analysis:
- Open your project in the IDE.
- Click on "Tools > Import Traces" in the menu bar.
- Select the trace files to import.
- Configure import options if necessary.
- Click on "Import" to load the traces into the project.
Viewing Results
Once the traces are analyzed, the results are displayed in the audit results view, where you can explore various metrics and information gathered.