equal
deleted
inserted
replaced
38 bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole); |
38 bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole); |
39 bool insertRows(int row, int count, const QModelIndex & parent = QModelIndex()); |
39 bool insertRows(int row, int count, const QModelIndex & parent = QModelIndex()); |
40 bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex()); |
40 bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex()); |
41 QVariant data(const QModelIndex &index, int role) const; |
41 QVariant data(const QModelIndex &index, int role) const; |
42 |
42 |
43 const int numberOfDefaultSchemes; |
43 int numberOfDefaultSchemes; |
44 |
44 |
45 public slots: |
45 public slots: |
46 void Save(); |
46 void Save(); |
47 |
47 |
48 signals: |
48 signals: |