Exemple #1
0
def no_template_msg():
    export_msg = WarningMessage()
    export_msg.information(
        export_msg, 'Warning',
        f"No Template Type selected, template creation aborted.\n",
        QMessageBox.Ok)
Exemple #2
0
def export_init_msg():
    export_msg = WarningMessage()
    export_msg.information(
        export_msg, 'Export Location Needed',
        f"Export location not set, a file dialog will now open. Please choose a location to save assets.\n",
        QMessageBox.Ok)