1 Star 0 Fork 1

seasky100/Piscis

forked from Mtr1994/Piscis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainwindow.h 618 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mtr1994 提交于 2023-02-06 15:02 . little bug
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
QT_END_NAMESPACE
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
void init();
protected:
void keyPressEvent(QKeyEvent *event) override;
void keyReleaseEvent(QKeyEvent *ev) override;
private slots:
void slot_menu_open_triggered();
void slot_menu_clear_triggered();
void slot_system_output_message(int type, const QString &message);
private:
Ui::MainWindow *ui;
};
#endif // MAINWINDOW_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/seasky100/Piscis.git
[email protected]:seasky100/Piscis.git
seasky100
Piscis
Piscis
master

搜索帮助