|
musredit 1.0.0
|
Entry point for the musredit application. More...
#include <iostream>#include <memory>#include <QApplication>#include "PTextEdit.h"#include "PFitOutputHandler.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Main entry point for the musredit application. | |
Entry point for the musredit application.
This file contains the main() function which initializes the Qt application and creates the main editor window for musredit.
Definition in file main.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
Main entry point for the musredit application.
musredit is a simple editor-based interface to the musrfit programs, providing a graphical environment for creating, editing, and managing muon spin rotation (μSR) fit parameter files.
The application is built using the Qt framework and provides the following features:
-h, --help: Display usage information and exit-v, --version: Display version/git revision information and exit| argc | Number of command-line arguments |
| argv | Array of command-line argument strings |