Commit d8444255 authored by Константин Давыдов's avatar Константин Давыдов
Browse files

Delete mainwindow.h

parent 48fadf34
No related merge requests found
Showing with 0 additions and 35 deletions
+0 -35
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QLineEdit>
#include <QRadioButton>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QGridLayout>
#include <QPushButton>
#include <QVector>
#include <QPlainTextEdit>
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
QT_END_NAMESPACE
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
private:
Ui::MainWindow *ui;
QLineEdit *calcWnd;
QRadioButton *regularCalcRadBtn, *engineerCalcRadBtn;
QPushButton *resetBtn;
QVector<QPlainTextEdit> buttons;
};
#endif // MAINWINDOW_H
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment