EditRegProfileDialog

class EditRegProfileDialog : public QDialog

Dialog for editing Rizin register profiles using tables or raw text.

Public Functions

explicit EditRegProfileDialog(QWidget *parent = nullptr)
~EditRegProfileDialog()
void setProfileData(const QString &data)

Loads a raw profile string into the editor.

Parameters:

data – The raw Rizin profile string to parse

QString getProfleData() const

Retrieves the current profile data from the active editor tab.

Returns:

The formatted profile string