MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / JudgingDialog

Method JudgingDialog

src/judgingdialog.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include <QScrollBar>
20
21JudgingDialog::JudgingDialog(QWidget *parent) : QDialog(parent), ui(new Ui::JudgingDialog) {
22 ui->setupUi(this);
23 ui->progressBar->setValue(0);
24 cursor = new QTextCursor(ui->logViewer->document());
25 connect(ui->cancelButton, &QPushButton::clicked, this, &JudgingDialog::stopJudgingSlot);
26}
27
28JudgingDialog::~JudgingDialog() {
29 delete ui;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected