From: rnv Date: Thu, 30 May 2019 12:02:17 +0000 (+0300) Subject: Remove QT4 compatibility. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d6d1eb640b2c2e92a50804a475a70c19246245fb;p=plugins%2Fhexablockplugin.git Remove QT4 compatibility. --- diff --git a/src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.cxx b/src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.cxx index 1dd579e..73d8fd6 100644 --- a/src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.cxx @@ -309,11 +309,8 @@ QFrame* HEXABLOCKPluginGUI_HypothesisCreator::buildFrame() mySmpModel->setHorizontalHeaderLabels(enforcedHeaders); myEnforcedTableView->setAlternatingRowColors(true); myEnforcedTableView->verticalHeader()->hide(); -#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) - myEnforcedTableView->horizontalHeader()->setResizeMode(QHeaderView::Stretch); -#else myEnforcedTableView->horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch); -#endif + QLabel* myXCoordLabel = new QLabel( tr( "HEXABLOCK_ENF_VER_X_LABEL" ), myEnfGroup ); anSmpLayout->addWidget(myXCoordLabel, ENF_VER_X_COORD, 1, 1, 1); myXCoord = new QLineEdit(myEnfGroup);