1 Star 1 Fork 0

zhenma/QtAlgorithm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.h 971 Bytes
一键复制 编辑 原始数据 按行查看 历史
mazhen 提交于 2021-07-22 15:43 . 1.更改目录结构,进行分类;
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include "algorithm/algorithmdialogbase.h"
#include "algorithm/dialog/binarysearch/binarysearchdialog.h"
#include <QLabel>
#include <QTimer>
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
QT_END_NAMESPACE
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
void _init();
void resetOutput();
void _setNameAndMovie();
public slots:
void onRecvOutput(QVector<QString> strVector);
void timeUpdate();
void onAboutAuthor();
void onOpenBinarySearchDialog();
void onOpenBubbleSortDialog();
private slots:
private:
Ui::MainWindow *ui;
QLabel *currentTimeLabel = nullptr;
QTimer *timer = nullptr;
AlgorithmDialogBase *algorithmDialog = nullptr;
QMovie *movie = nullptr;
// 算法枚举值
enum {
BINARYSEARCH,
BUBBLESORT
};
};
#endif // MAINWINDOW_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhenzhenmazhen/qt-algorithm.git
[email protected]:zhenzhenmazhen/qt-algorithm.git
zhenzhenmazhen
qt-algorithm
QtAlgorithm
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385