Multi-Qt building
git-svn-id: svn://db.shs.com.ru/libs@250 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -10,7 +10,11 @@
|
||||
|
||||
PIDumper::PIDumper(QWidget * parent): QMainWindow(parent) {
|
||||
setupUi(this);
|
||||
#if QT_VERSION >= 0x050000
|
||||
treeDump->header()->setSectionResizeMode(QHeaderView::ResizeToContents);
|
||||
#else
|
||||
treeDump->header()->setResizeMode(QHeaderView::ResizeToContents);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user