Now shows the progress percentage when converting a file
Added better error checking (still needs to show an error window)
This commit is contained in:
parent
889325aaed
commit
8de307fd73
6 changed files with 86 additions and 50 deletions
|
|
@ -51,6 +51,7 @@ class runner(GObject.GObject):
|
|||
f = Gtk.Frame()
|
||||
p = Gtk.ProgressBar()
|
||||
p.set_orientation(Gtk.Orientation.HORIZONTAL)
|
||||
p.set_show_text(True)
|
||||
f.add(p)
|
||||
# A frame, a progress bar, and the process running in that bar
|
||||
self.progress_bars.append([f, p, None])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue