Addded HorizontalProxyModel which is used to effictively rotate a table 90 degrees.
This commit is contained in:
parent
50cb21b6f9
commit
68a1a8e7c9
3 changed files with 78 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue