Changed mode selector from 2 comboboxes to 1 menu

This commit is contained in:
G.K.MacGregor
2021-09-09 18:57:55 +01:00
parent b921d14dbf
commit 0ae8a93c21
3 changed files with 87 additions and 156 deletions

View File

@@ -41,6 +41,8 @@ public:
bool removeRows(int position, int rows, const QModelIndex &index);
// Qt::ItemFlags flags(const QModelIndex &index) const;
const QString modeTripletName(int i) const { return m_modeTripletName[i]; }
// The x26commands classes manipulate the model but beginInsertRows and endInsertRows
// are protected methods, so we need to friend them
friend class InsertTripletCommand;