49 ProxyDialog(QWidget* parent,
const QVector<Media *> &media);
57 virtual void accept()
override;
107 #endif // PROXYDIALOG_H
QString custom_location
Stores the custom location to store proxies if the user sets a custom location.
Definition: proxydialog.h:81
ProxyDialog(QWidget *parent, const QVector< Media * > &media)
ProxyDialog Constructor.
Definition: proxydialog.cpp:36
virtual void accept() override
Accept changes.
Definition: proxydialog.cpp:91
The ProxyDialog class.
Definition: proxydialog.h:36
QComboBox * format_combobox
User's desired proxy format.
Definition: proxydialog.h:71
QComboBox * location_combobox
Allows users to set the directory to store proxies in.
Definition: proxydialog.h:76
QVector< Media * > selected_media
Stored list of footage to make proxies for.
Definition: proxydialog.h:93
QString proxy_folder_name
Stores the default subdirectory to be made next to the source (dependent on the user's language) ...
Definition: proxydialog.h:88
QComboBox * size_combobox
User's desired dimensions.
Definition: proxydialog.h:64
void location_changed(int i)
Slot when the user changes the location.
Definition: proxydialog.cpp:164