19#ifndef USERFLAGVALUESDIALOG_H
20#define USERFLAGVALUESDIALOG_H
34 QWidget *
parent =
nullptr);
52 [[nodiscard]] QTableWidget *
table() const noexcept {
return m_table; }
58 void reloadFromModel();
61 QTableWidget *m_table =
nullptr;
62 bool m_wroteAnyChanges =
false;
63 bool m_confirmationsEnabled =
true;
Definition userflagvaluesdialog.h:29
QString updatedSummary() const
Definition userflagvaluesdialog.cpp:168
bool applyChanges(QString *outError=nullptr)
Definition userflagvaluesdialog.cpp:114
void setConfirmationsEnabled(bool enabled)
Definition userflagvaluesdialog.h:49
QTableWidget * table() const noexcept
Definition userflagvaluesdialog.h:52
bool wroteAnyChanges() const noexcept
Definition userflagvaluesdialog.h:37
EdgeRef ref
Definition pslgminsize.cpp:377
QVector< int > parent
union-find
Definition pslgminsize.cpp:176
Definition userflagseditref.h:29