 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_OPTIONSMODEL_H
6 #define BITCOIN_QT_OPTIONSMODEL_H
10 #include <QAbstractListModel>
51 int rowCount(
const QModelIndex& parent = QModelIndex())
const;
52 QVariant
data(
const QModelIndex& index,
int role = Qt::DisplayRole)
const;
53 bool setData(
const QModelIndex& index,
const QVariant& value,
int role = Qt::EditRole);
93 #endif // BITCOIN_QT_OPTIONSMODEL_H
void hideOrphansChanged(bool)
bool getMinimizeOnClose()
const QString & getOverriddenByCommandLine()
void displayUnitChanged(int unit)
void setDisplayUnit(const QVariant &value)
Updates current unit in memory, settings and emits displayUnitChanged(newUnit) signal.
void addOverriddenOption(const std::string &option)
Add option to list of GUI options overridden through command line/config file.
Interface from Qt to configuration data structure for Bitcoin client.
bool getCoinControlFeatures()
QString strThirdPartyTxUrls
QString strOverriddenByCommandLine
void zeromintPercentageChanged(int)
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
bool fCoinControlFeatures
QString getThirdPartyTxUrls()
void preferredDenomChanged(int)
int rowCount(const QModelIndex &parent=QModelIndex()) const
OptionsModel(QObject *parent=0)
bool setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole)
void coinControlFeaturesChanged(bool)
void setRestartRequired(bool fRequired)