aboutsummaryrefslogtreecommitdiff
path: root/gui/include/optionsmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/include/optionsmodel.h')
-rw-r--r--gui/include/optionsmodel.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gui/include/optionsmodel.h b/gui/include/optionsmodel.h
index 4fb6d25145..0124e2ab47 100644
--- a/gui/include/optionsmodel.h
+++ b/gui/include/optionsmodel.h
@@ -3,7 +3,12 @@
#include <QAbstractListModel>
-/* Interface from QT to configuration data structure for bitcoin client */
+/* Interface from QT to configuration data structure for bitcoin client.
+ To QT, the options are presented as a list with the different options
+ laid out vertically.
+ This can be changed to a tree once the settings become sufficiently
+ complex.
+ */
class OptionsModel : public QAbstractListModel
{
Q_OBJECT