mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 18:24:17 +05:00
Qt4 porting.
This commit is contained in:
parent
8489405104
commit
f55e85c5d9
@ -316,6 +316,8 @@ void SMESHGUI_GroupDlg::initDialog(bool create)
|
||||
|
||||
QLabel* aColorLab = new QLabel(tr("SMESH_CHECK_COLOR"), aColorBox );
|
||||
myColorBtn = new QtxColorButton(aColorBox);
|
||||
myColorBtn->setSizePolicy( QSizePolicy::MinimumExpanding,
|
||||
myColorBtn->sizePolicy().verticalPolicy() );
|
||||
|
||||
aColorBoxLayout->addWidget(aColorLab);
|
||||
aColorBoxLayout->addWidget(myColorBtn);
|
||||
|
Loading…
Reference in New Issue
Block a user