Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Константин Давыдов
Calculator
Commits
d8444255
Commit
d8444255
authored
3 years ago
by
Константин Давыдов
Browse files
Options
Download
Patches
Plain Diff
Delete mainwindow.h
parent
48fadf34
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mainwindow.h
+0
-35
mainwindow.h
with
0 additions
and
35 deletions
+0
-35
mainwindow.h
deleted
100644 → 0
+
0
−
35
View file @
48fadf34
#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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets