5 #ifndef BITCOIN_QT_OPTIONSMODEL_H 6 #define BITCOIN_QT_OPTIONSMODEL_H 10 #include <QAbstractListModel> 63 int rowCount(
const QModelIndex & parent = QModelIndex())
const;
64 QVariant
data(
const QModelIndex & index,
int role = Qt::DisplayRole)
const;
65 bool setData(
const QModelIndex & index,
const QVariant & value,
int role = Qt::EditRole);
110 #endif // BITCOIN_QT_OPTIONSMODEL_H
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
bool getCoinControlFeatures()
OptionsModel(QObject *parent=0, bool resetSettings=false)
void addOverriddenOption(const std::string &option)
Add option to list of GUI options overridden through command line/config file.
void setRestartRequired(bool fRequired)
bool fCoinControlFeatures
QString strThirdPartyTxUrls
void displayUnitChanged(int unit)
int rowCount(const QModelIndex &parent=QModelIndex()) const
void coinControlFeaturesChanged(bool)
bool getMinimizeOnClose()
void setDisplayUnit(const QVariant &value)
bool getProxySettings(QNetworkProxy &proxy) const
bool getShowAdvancedPSUI()
QString getThirdPartyTxUrls()
QString strOverriddenByCommandLine
bool setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole)
const QString & getOverriddenByCommandLine()
void privateSendRoundsChanged()
void advancedPSUIChanged(bool)
void Init(bool resetSettings=false)
void hideTrayIconChanged(bool)
void privateSentAmountChanged()