Pages# class Pages(parent=None)[source]# Holds the individual wizard pages. status_update# Emitted with a message when the status bar should be updated. status_clear# Emitted when the status bar can be cleared. go_next()[source]# Orchestrates the transition from one page to the next. go_back()[source]# Orchestrates the transition from one page to the previous one. invalidate(page)[source]# Invalidates results from given page and beyond. confirm_close()[source]# Returns whether all pages can be closed.