bool modal, Qt::WindowFlags fl )
: GEOMBase_Skeleton( theGeometryGUI, parent, modal, fl )
{
+ QPixmap image0 = QPixmap(SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM", tr("ICON_DLG_IMPORT_PICTURE")));
setWindowTitle( tr( "GEOM_IMPORT_PICT_TITLE" ) );
mainFrame()->GroupConstructors->setTitle( tr( "GEOM_PICTURE" ) );
+ mainFrame()->RadioButton1->setIcon(image0);
mainFrame()->RadioButton2->setAttribute(Qt::WA_DeleteOnClose);
mainFrame()->RadioButton2->close();
mainFrame()->RadioButton3->setAttribute(Qt::WA_DeleteOnClose);
<source>ICON_DLG_INTERPOL</source>
<translation>interpol.png</translation>
</message>
+ <message>
+ <source>ICON_DLG_IMPORT_PICTURE</source>
+ <translation>import_picture.png</translation>
+ </message>
<message>
<source>ICON_DLG_LINE_2P</source>
<translation>line2points.png</translation>
<source>ICO_FACE_SEL_ONLY</source>
<translation>build_face.png</translation>
</message>
+ <message>
+ <source>ICO_FEATURE_DETECTION</source>
+ <translation>feature_detect.png</translation>
+ </message>
<message>
<source>ICO_FILLET</source>
<translation>fillet.png</translation>
<source>ICO_INERTIA</source>
<translation>axisinertia.png</translation>
</message>
- <message>
+ <message>
+ <source>ICO_PICTURE_IMPORT</source>
+ <translation>import_picture.png</translation>
+ </message>
+ <message>
<source>ICO_LINE</source>
<translation>line.png</translation>
</message>