mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1018 Added UI for export folder location
This commit is contained in:
@@ -27,6 +27,7 @@ namespace caf {
|
||||
}
|
||||
|
||||
class QWidget;
|
||||
class QLineEdit;
|
||||
|
||||
class RiuExportMultipleSnapshotsWidget : public QDialog
|
||||
{
|
||||
@@ -41,7 +42,10 @@ private slots:
|
||||
void deleteAllSnapshotItems();
|
||||
void exportSnapshots();
|
||||
|
||||
void folderSelectionClicked();
|
||||
|
||||
private:
|
||||
RimProject* m_rimProject;
|
||||
caf::PdmUiTableView* m_pdmTableView;
|
||||
QLineEdit* m_lineEdit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user