Addded HorizontalProxyModel which is used to effictively rotate a table 90 degrees.

This commit is contained in:
eelke 2018-08-25 18:14:08 +02:00
parent 50cb21b6f9
commit 68a1a8e7c9
3 changed files with 78 additions and 2 deletions

View file

@ -73,7 +73,8 @@ SOURCES += main.cpp\
Module.cpp \
EditorGutter.cpp \
CodeEditor.cpp \
PlgPage.cpp
PlgPage.cpp \
HorizontalProxyModel.cpp
HEADERS += \
QueryResultModel.h \
@ -119,7 +120,8 @@ HEADERS += \
EditorGutter.h \
CodeEditor.h \
PlgPage.h \
AbstractCommand.h
AbstractCommand.h \
HorizontalProxyModel.h
FORMS += mainwindow.ui \
ConnectionManagerWindow.ui \