Limb Range Analyzer
Cross-platform application for human limb range analysis.
main.cpp File Reference

main application file for Limb Range Analyzer More...

#include "../Headers/mainwindow.hpp"
#include <QtCore/QLoggingCategory>
#include <QApplication>
#include <QFile>

Functions

int main (int argc, char *argv[])
 Main loop function of Limb Range Analyzer. More...
 

Detailed Description

main application file for Limb Range Analyzer

Author
Tomas Bartosik
Date
21.07.2021
COPYRIGHT NOTICE (c) 2021 TBU in Zlin. All rights reserved.

Function Documentation

◆ main()

main ( int  argc,
char *  argv[] 
)

Main loop function of Limb Range Analyzer.

Main application function that defines the usage of MainWindow class along with basic application settings.

Parameters
argc- count of input arguments
argv- argument specification
Returns
int - loop return code where 0 stands for standard ending, others represent errors
See also
MainWindow