This commit is contained in:
Herwig Birke
2018-01-23 12:22:56 +01:00
parent 31aa84c74d
commit 429aafbe3e
6 changed files with 176 additions and 48 deletions
+3 -1
View File
@@ -42,7 +42,7 @@ public:
bool somethingSelected();
private slots:
void on_m_lpName_textChanged(const QString &arg1);
void on_m_lpPartList_doubleClicked(const QModelIndex &index);
// void on_m_lpPartList_doubleClicked(const QModelIndex &index);
void on_m_lpPartList_clicked(const QModelIndex &index);
void on_m_lpPartList_customContextMenuRequested(const QPoint &pos);
@@ -69,6 +69,8 @@ private:
cPartlistItemList m_partlistItemList;
void showPartList();
void addItem(cPartlistItem* lpPartlistItem, QStandardItem* lpRoot = 0);
QStandardItem* findItem(qint32 itemID);
bool save(qint32 id);
};