테이블 복사 및 부분 복사 추가
git-svn-id: svn://192.168.0.12/source@62 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <QDate>
|
||||
#include <QGroupBox>
|
||||
#include <QLineEdit>
|
||||
#include <QCheckBox>
|
||||
|
||||
class Widget : public QWidget
|
||||
{
|
||||
@@ -19,10 +20,11 @@ public:
|
||||
private:
|
||||
QTableView *m_ptableKeyword,*m_ptableGroup,*m_ptableCrawling;
|
||||
QSqlQueryModel *m_pmodelKeyword,*m_pmodelGroup,*m_pmodelCrawling;
|
||||
QDateEdit *m_pdeStart,*m_pdeEnd;
|
||||
QDateEdit *m_pdeStart,*m_pdeEnd, *m_pdeCopyStart, *m_pdeCopyEnd;
|
||||
QComboBox *m_pcbRealTime;
|
||||
QComboBox *m_pcbPlatform;
|
||||
QLineEdit *m_pleKeyword,*m_pleAuthorship,*m_pleGroup;
|
||||
QLineEdit *m_pleKeyword,*m_pleAuthorship,*m_pleGroup,*m_pleCopyFrom,*m_pleCopyTo;
|
||||
QCheckBox *m_pchbDate;
|
||||
private:
|
||||
QGroupBox *setKeywordWidgets();
|
||||
QGroupBox *setGroupWidgets();
|
||||
@@ -40,6 +42,11 @@ private slots:
|
||||
void on_group_button_clear();
|
||||
void on_group_button_modify();
|
||||
void on_group_button_export();
|
||||
void on_group_button_copy_start();
|
||||
void on_group_button_copy_clear();
|
||||
void on_group_button_copy_from();
|
||||
void on_group_button_copy_to();
|
||||
|
||||
|
||||
void on_crawling_button_insert();
|
||||
void on_crawling_button_delete();
|
||||
|
||||
Reference in New Issue
Block a user