consolidate all repos to one for archive
This commit is contained in:
31
semester_1/programiranje_1/Vaje/Vaja_10/10.Vaja/mainwindow.h
Normal file
31
semester_1/programiranje_1/Vaje/Vaja_10/10.Vaja/mainwindow.h
Normal file
@@ -0,0 +1,31 @@
|
||||
#ifndef MAINWINDOW_H
|
||||
#define MAINWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QImage>
|
||||
|
||||
namespace Ui {
|
||||
class MainWindow;
|
||||
}
|
||||
|
||||
class MainWindow : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit MainWindow(QWidget *parent = 0);
|
||||
~MainWindow();
|
||||
|
||||
public slots:
|
||||
void nalozi();
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
QImage* slika;
|
||||
QImage* zrcalna;
|
||||
QImage* crnobela;
|
||||
void zrcali();
|
||||
void crnobelo();
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
Reference in New Issue
Block a user