Renamed HorizontalProxyModel to PropertyProxyModel as the original name didn't reflect
what we are going to morph it into.
This commit is contained in:
parent
3080523b0d
commit
c6faafec59
4 changed files with 15 additions and 15 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include "ResultTableModelUtil.h"
|
||||
#include "ColumnTableModel.h"
|
||||
#include "ConstraintModel.h"
|
||||
#include "HorizontalProxyModel.h"
|
||||
#include "PropertyProxyModel.h"
|
||||
#include "IconColumnDelegate.h"
|
||||
#include "IndexModel.h"
|
||||
#include "SqlFormattingUtils.h"
|
||||
|
|
@ -53,7 +53,7 @@ TablesPage::TablesPage(MainWindow *parent)
|
|||
ui->indexesTable->setItemDelegate(new PgLabItemDelegate(ui->indexesTable));
|
||||
ui->indexesTable->setItemDelegateForColumn(0, delegate);
|
||||
|
||||
HorizontalProxyModel* proxy_model = new HorizontalProxyModel(this);
|
||||
PropertyProxyModel* proxy_model = new PropertyProxyModel(this);
|
||||
proxy_model->setSourceModel(m_tablesModel);
|
||||
ui->tablePropertiesTable->setModel(proxy_model);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue