Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I can get it in the args parameter of the main function in windows, but not in macOS.
int start(int argc, char* argv[]) { QApplication* a = new QApplication(argc, argv); QStringList args = a->arguments(); }
Hi MacoS works in other way. You app will be sent a QFileOpenEvent and you must respond to that.
https://doc.qt.io/qt-5/qfileopenevent.html#details