From a07c3d62afe446df4eb6d185a201c235bfe2c64a Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 14 Nov 2013 17:43:28 -0200 Subject: Use the correct font for the Air Types Model. The air types model had a font bigger than the other models, this patch creates a data() method that correctly delivers the correct font. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/models.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui/models.h') diff --git a/qt-ui/models.h b/qt-ui/models.h index 88e76a46f..af4659e9e 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -304,6 +304,7 @@ class GasSelectionModel : public QStringListModel{ public: static GasSelectionModel* instance(); Qt::ItemFlags flags(const QModelIndex& index) const; + virtual QVariant data(const QModelIndex& index, int role) const; public slots: void repopulate(); }; -- cgit v1.2.3-70-g09d2