Skip to content

Commit

Permalink
docs: add sample outputs reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Romaisaa committed Sep 18, 2023
1 parent bc2d016 commit 8a5b395
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Binary file added docs/Report 1.pdf
Binary file not shown.
Binary file added docs/Report 2.pdf
Binary file not shown.
Binary file added docs/Report 3.pdf
Binary file not shown.
Binary file added docs/Report 4.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions pages/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ MainWindow::MainWindow(QWidget *parent)
this->setWindowTitle("CV ToolKit");

ui->stackedWidget->insertWidget(0,new page1());
// ui->stackedWidget->insertWidget(1,new page2());
ui->stackedWidget->insertWidget(1,new page2());
ui->stackedWidget->insertWidget(2,new page3());
ui->stackedWidget->insertWidget(3,new page4());
ui->stackedWidget->insertWidget(4,new page5());
Expand All @@ -42,9 +42,9 @@ MainWindow::MainWindow(QWidget *parent)
connect(ui->pushButton, &QPushButton::clicked, ui->stackedWidget, [=]() {
ui->stackedWidget->setCurrentIndex(0);
});
// connect(ui->pushButton_2, &QPushButton::clicked, ui->stackedWidget, [=]() {
// ui->stackedWidget->setCurrentIndex(1);
// });
connect(ui->pushButton_2, &QPushButton::clicked, ui->stackedWidget, [=]() {
ui->stackedWidget->setCurrentIndex(1);
});
connect(ui->pushButton_3, &QPushButton::clicked, ui->stackedWidget, [=]() {
ui->stackedWidget->setCurrentIndex(2);
});
Expand Down
2 changes: 1 addition & 1 deletion pages/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <QMainWindow>
#include "pages/page3.h"
//#include "pages/histogram_page.h"
#include "pages/page2.h"
#include "pages/page1.h"
#include "pages/page6.h"
#include "pages/page4.h"
Expand Down
2 changes: 1 addition & 1 deletion pages/page1.ui
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
</property>
<item>
<property name="text">
<string>Uniform222</string>
<string>Uniform</string>
</property>
</item>
<item>
Expand Down

0 comments on commit 8a5b395

Please sign in to comment.