mirror of
https://github.com/leozide/leocad
synced 2025-01-13 08:01:38 +01:00
Added replace icons.
This commit is contained in:
parent
48347ea371
commit
9e1a8fd559
4 changed files with 4 additions and 0 deletions
|
@ -286,6 +286,8 @@ void lcMainWindow::CreateActions()
|
|||
mActions[LC_EDIT_FIND_NEXT]->setIcon(QIcon(":/resources/edit_find_next.png"));
|
||||
mActions[LC_EDIT_FIND_PREVIOUS]->setIcon(QIcon(":/resources/edit_find_previous.png"));
|
||||
mActions[LC_EDIT_FIND_ALL]->setIcon(QIcon(":/resources/edit_find_all.png"));
|
||||
mActions[LC_EDIT_REPLACE_NEXT]->setIcon(QIcon(":/resources/edit_replace_next.png"));
|
||||
mActions[LC_EDIT_REPLACE_ALL]->setIcon(QIcon(":/resources/edit_replace_all.png"));
|
||||
mActions[LC_PIECE_SHOW_EARLIER]->setIcon(QIcon(":/resources/piece_show_earlier.png"));
|
||||
mActions[LC_PIECE_SHOW_LATER]->setIcon(QIcon(":/resources/piece_show_later.png"));
|
||||
mActions[LC_VIEW_SPLIT_HORIZONTAL]->setIcon(QIcon(":/resources/view_split_horizontal.png"));
|
||||
|
|
|
@ -66,6 +66,8 @@
|
|||
<file>resources/edit_find_next.png</file>
|
||||
<file>resources/edit_find_previous.png</file>
|
||||
<file>resources/edit_find_all.png</file>
|
||||
<file>resources/edit_replace_next.png</file>
|
||||
<file>resources/edit_replace_all.png</file>
|
||||
<file>resources/edit_paste.png</file>
|
||||
<file>resources/edit_redo.png</file>
|
||||
<file>resources/edit_snap_angle.png</file>
|
||||
|
|
BIN
resources/edit_replace_all.png
Normal file
BIN
resources/edit_replace_all.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 148 B |
BIN
resources/edit_replace_next.png
Normal file
BIN
resources/edit_replace_next.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 B |
Loading…
Reference in a new issue