Scribus
Open source desktop publishing at your fingertips
|
This class provides alternate versions of QMessageBox functions that write to log files when Scribus does not have a GUI. This class is identical to QMessageBox except that provides an optional default batch button. In batch mode, functions return the default batch button when it is not NoButton, otherwise they return the default button when it is not NoButton, otherwise they return one of the standard buttons. If a dialog asks "Are you sure that you want to do this?", the default button can be No to keep users from accidentally destroying data, while the batch button can be Yes to allow scripts to do what they need. This class does not include QMessageBox functions marked obsolete in Qt5. Use non-obsolete functions instead. More...
#include <scmessagebox.h>
This class provides alternate versions of QMessageBox functions that write to log files when Scribus does not have a GUI. This class is identical to QMessageBox except that provides an optional default batch button. In batch mode, functions return the default batch button when it is not NoButton, otherwise they return the default button when it is not NoButton, otherwise they return one of the standard buttons. If a dialog asks "Are you sure that you want to do this?", the default button can be No to keep users from accidentally destroying data, while the batch button can be Yes to allow scripts to do what they need. This class does not include QMessageBox functions marked obsolete in Qt5. Use non-obsolete functions instead.