added 2 missing icons

This commit is contained in:
rnc 2012-02-13 10:56:08 +00:00
parent f2f7de479a
commit 09e82ed39b
4 changed files with 15 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

View File

@ -54,9 +54,11 @@ EntityGUI_PictureImportDlg::EntityGUI_PictureImportDlg( GeometryGUI* theGeometry
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);

View File

@ -279,6 +279,10 @@
<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>
@ -835,6 +839,10 @@
<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>
@ -883,7 +891,11 @@
<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>