Load data
This commit is contained in:
@@ -31,11 +31,14 @@ private slots:
|
||||
|
||||
void on_actionOpen_triggered();
|
||||
|
||||
void on_toolButton_clicked();
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
QString currentFile;
|
||||
bool textChanged;
|
||||
QList<Path*> path;
|
||||
Path* currentPath;
|
||||
void loadImage(QString fileName);
|
||||
};
|
||||
#endif // MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user