mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
Qt4 porting.
This commit is contained in:
parent
f55e85c5d9
commit
d7d61ba16f
@ -87,6 +87,7 @@ SMESHGUI_MeshInfosDlg::SMESHGUI_MeshInfosDlg(SMESHGUI* theModule):
|
||||
QPixmap image0(SMESH::GetResourceMgr( mySMESHGUI )->loadPixmap("SMESH",tr("ICON_SELECT")));
|
||||
mySelectBtn = new QPushButton(this);
|
||||
mySelectBtn->setIcon(image0);
|
||||
mySelectBtn->setSizePolicy(QSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed));
|
||||
|
||||
mySelectLab = new QLabel(this);
|
||||
mySelectLab->setAlignment(Qt::AlignCenter);
|
||||
|
Loading…
Reference in New Issue
Block a user