git-svn-id: svn://192.168.0.12/source@22 8346c931-da38-4b9b-9d4c-e48b93cbd075

This commit is contained in:
admin
2015-02-12 05:10:12 +00:00
parent 64a018a082
commit 06353fef5a
5 changed files with 137 additions and 28 deletions

View File

@@ -14,6 +14,7 @@ STable::STable(QWidget *parent):
connect(verticalHeader(),SIGNAL(customContextMenuRequested(QPoint)),SLOT(HeaderContextMenuShow(QPoint)));
connect(this,SIGNAL(cellClicked(int,int)),SLOT(CellClick(int,int)));
setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
m_nArticle = E_ARTICLE_NONE;
}
void STable::SetHeaderList(QVector <QStringList>* _pvecHead,int _nColumn)