MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / MainWindow

Method MainWindow

lesson3-BasicModels/mainwindow.cpp:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "ui_mainwindow.h"
3
4MainWindow::MainWindow(QWidget *parent)
5 : QMainWindow(parent)
6 , ui(new Ui::MainWindow)
7{
8 ui->setupUi(this);
9}
10
11MainWindow::~MainWindow()
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected