setting ocio config specific to project

This commit is contained in:
itsmattkc
2019-09-30 05:40:14 +10:00
parent 9a78f5ce86
commit 45bfad2b20
13 changed files with 188 additions and 31 deletions
@@ -21,9 +21,12 @@
#ifndef PROJECTPROPERTIESDIALOG_H
#define PROJECTPROPERTIESDIALOG_H
#include <QComboBox>
#include <QDialog>
#include <QLineEdit>
#include "project/project.h"
class ProjectPropertiesDialog : public QDialog
{
Q_OBJECT
@@ -34,8 +37,16 @@ public slots:
virtual void accept() override;
private:
bool VerifyOCIOConfig(const QString& fn);
void ListPossibleInputSpaces(const QString &fn);
Project* working_project_;
QLineEdit* ocio_filename_;
QComboBox* default_input_colorspace_;
private slots:
void BrowseForOCIOConfig();