#------------------------------------------------- # # Project created by QtCreator 2014-09-03T09:06:04 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = HiddenColumnsBug TEMPLATE = app SOURCES += main.cpp\ MainWindow.cpp \ MyTestTree.cpp \ MyHeaderView.cpp HEADERS += MainWindow.h \ MyTestTree.h \ MyHeaderView.h FORMS += MainWindow.ui