-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainwindow.h.BACKUP.12072.h
executable file
·58 lines (46 loc) · 1.04 KB
/
mainwindow.h.BACKUP.12072.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include "mynetwork.h"
#include <QDialog>
#include <QDateTime>
#include <QDialogButtonBox>
#include <QAbstractButton>
<<<<<<< HEAD
#include "mynetwork.h"
=======
>>>>>>> develop
namespace Ui {
class MainWindow;
}
class MainWindow : public QDialog
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
void setHiUserText(QString hiText);
<<<<<<< HEAD
~MainWindow();
private slots:
void createButton();
void sendSemesterName(MyNetwork *myPost);
//void on_semesterChanges_clicked(QAbstractButton *button);
void resetBox();
void okBox();
=======
void setUserID(QString u);
QString userID;
~MainWindow();
private slots:
void on_createButton_click();
//void dateStart();
//void dateEnd();
//void nameSemesterEdit();
void resetBox();
void okBox();
void sendHolidayName(MyNetwork *myPost);
void on_holidayChanges_clicked(QAbstractButton *button);
>>>>>>> develop
private:
Ui::MainWindow *ui;
};
#endif // MAINWINDOW_H