Skip to content

Instantly share code, notes, and snippets.

@nlharri
Created November 13, 2018 20:38
Show Gist options
  • Save nlharri/8c6f0db5d68cf1ec84ec7baec4c49287 to your computer and use it in GitHub Desktop.
Save nlharri/8c6f0db5d68cf1ec84ec7baec4c49287 to your computer and use it in GitHub Desktop.
WiFiScannerLinux - Qt Initialization
QApplication app(argc, argv);
ShapedDashboard dashBoard;
dashBoard.setWifiAPCollection(wifiAPCollection);
dashBoard.show();
int app_exec_code = app.exec();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment