]> git.sesse.net Git - nageru/blobdiff - mainwindow.h
Make some labels and a white balance button per preview (the latter is not hooked...
[nageru] / mainwindow.h
index ef0b04ffec04b06d25d7b9cbfec5136eec4bc191..6a8e9db4f8ce7b14948d5c0fb50238a4b6dd6494 100644 (file)
@@ -5,9 +5,11 @@
 #include <string>
 #include <vector>
 
+class GLWidget;
 class QResizeEvent;
 
 namespace Ui {
+class Display;
 class MainWindow;
 }  // namespace Ui
 
@@ -32,6 +34,7 @@ public slots:
 private:
        Ui::MainWindow *ui;
        QPushButton *transition_btn1, *transition_btn2, *transition_btn3;
+       std::vector<Ui::Display *> previews;
 };
 
 extern MainWindow *global_mainwindow;