mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-26 18:10:35 +05:00
added 2 missing icons
This commit is contained in:
parent
f2f7de479a
commit
09e82ed39b
BIN
resources/feature_detect.png
Normal file
BIN
resources/feature_detect.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 540 B |
BIN
resources/import_picture.png
Normal file
BIN
resources/import_picture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 519 B |
@ -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);
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user