Continuing to flesh out MergeView.
This commit is contained in:
@@ -57,6 +57,12 @@ public:
|
||||
/////////////////////////////////
|
||||
private slots:
|
||||
void onMergeChanged();
|
||||
void onMergeSourceChanged();
|
||||
void onMergeSelectionChanged();
|
||||
|
||||
void onSelectAllButtonClicked();
|
||||
void onUnselectAllButtonClicked();
|
||||
void onCellChanged( int iRow, int iCol );
|
||||
|
||||
|
||||
/////////////////////////////////
|
||||
@@ -79,6 +85,8 @@ private:
|
||||
QStringList mKeys;
|
||||
QString mPrimaryKey;
|
||||
|
||||
bool mBlock;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user