From eb85208fe8ab985831acc7011c3cebd219aa0031 Mon Sep 17 00:00:00 2001 From: Sakari Bergen Date: Sat, 28 Jan 2012 12:55:28 +0000 Subject: Implement simple separate progress bar for export normalizing phase(s), needs to be made prettier still after some discussions... git-svn-id: svn://localhost/ardour2/branches/3.0@11374 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/export_dialog.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gtk2_ardour/export_dialog.h') diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h index 5928c67e9f..9b06492cdd 100644 --- a/gtk2_ardour/export_dialog.h +++ b/gtk2_ardour/export_dialog.h @@ -131,6 +131,12 @@ class ExportDialog : public ArdourDialog { Gtk::ProgressBar progress_bar; sigc::connection progress_connection; + /* Normalizing */ + + Gtk::VBox normalizing_widget; + Gtk::Label normalizing_label; + Gtk::ProgressBar normalizing_bar; + /* Buttons */ Gtk::Button * cancel_button; -- cgit v1.2.3