실시간 중간 버젼
git-svn-id: svn://192.168.0.12/source@78 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -30,11 +30,12 @@ private:
|
||||
QGroupBox *setGroupWidgets();
|
||||
QGroupBox *setCrawlingWidgets();
|
||||
void SaveCsv(QString);
|
||||
void UpdateCrawling();
|
||||
private slots:
|
||||
void on_keyword_currentRowChanged(QModelIndex);
|
||||
void on_keyword_currentRowChanged(QModelIndex);
|
||||
void on_keyword_button_insert();
|
||||
void on_keyword_button_delete();
|
||||
void on_keyword_button_modify();
|
||||
void on_keyword_button_modify();
|
||||
|
||||
void on_group_currentRowChanged(QModelIndex);
|
||||
void on_group_button_insert();
|
||||
@@ -48,6 +49,7 @@ private slots:
|
||||
void on_group_button_copy_from();
|
||||
void on_group_button_copy_to();
|
||||
void on_group_button_refresh();
|
||||
|
||||
void on_crawling_button_insert();
|
||||
void on_crawling_button_delete();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user