1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00
QXlsx/chartsquestions/mainwindow.h

28 lines
352 B
C
Raw Normal View History

2018-12-20 15:30:29 +09:00
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include "sat_calc.h"
#include <QMainWindow>
2018-12-20 15:30:29 +09:00
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
private slots:
void generator();
private:
Ui::MainWindow *ui;
};
#endif // MAINWINDOW_H