mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Added piece show earlier and later back to toolbar.
This commit is contained in:
parent
e0cfece285
commit
3138a5e0ee
6 changed files with 6 additions and 7 deletions
|
@ -50,8 +50,6 @@
|
|||
<file>resources/time_first.png</file>
|
||||
<file>resources/time_last.png</file>
|
||||
<file>resources/time_next.png</file>
|
||||
<file>resources/time_pause.png</file>
|
||||
<file>resources/time_play.png</file>
|
||||
<file>resources/time_previous.png</file>
|
||||
<file>resources/time_stop.png</file>
|
||||
<file>resources/icon64.png</file>
|
||||
|
@ -65,5 +63,7 @@
|
|||
<file>resources/edit_transform_absolute_translation.png</file>
|
||||
<file>resources/edit_transform_relative_rotation.png</file>
|
||||
<file>resources/edit_transform_relative_translation.png</file>
|
||||
<file>resources/piece_show_earlier.png</file>
|
||||
<file>resources/piece_show_later.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
@ -132,6 +132,8 @@ void lcQMainWindow::createActions()
|
|||
actions[LC_EDIT_ACTION_ROTATE_VIEW]->setIcon(QIcon(":/resources/action_rotate_view.png"));
|
||||
actions[LC_EDIT_ACTION_ROLL]->setIcon(QIcon(":/resources/action_roll.png"));
|
||||
actions[LC_EDIT_ACTION_ZOOM_REGION]->setIcon(QIcon(":/resources/action_zoom_region.png"));
|
||||
actions[LC_PIECE_SHOW_EARLIER]->setIcon(QIcon(":/resources/piece_show_earlier.png"));
|
||||
actions[LC_PIECE_SHOW_LATER]->setIcon(QIcon(":/resources/piece_show_later.png"));
|
||||
actions[LC_VIEW_SPLIT_HORIZONTAL]->setIcon(QIcon(":/resources/view_split_horizontal.png"));
|
||||
actions[LC_VIEW_SPLIT_VERTICAL]->setIcon(QIcon(":/resources/view_split_vertical.png"));
|
||||
actions[LC_VIEW_ZOOM_IN]->setIcon(QIcon(":/resources/view_zoomin.png"));
|
||||
|
@ -323,8 +325,6 @@ void lcQMainWindow::createMenus()
|
|||
menuStep->addAction(actions[LC_VIEW_TIME_PREVIOUS]);
|
||||
menuStep->addAction(actions[LC_VIEW_TIME_NEXT]);
|
||||
menuStep->addAction(actions[LC_VIEW_TIME_LAST]);
|
||||
//LC_VIEW_TIME_STOP
|
||||
//LC_VIEW_TIME_PLAY
|
||||
menuStep->addSeparator();
|
||||
menuStep->addAction(actions[LC_VIEW_TIME_INSERT]);
|
||||
menuStep->addAction(actions[LC_VIEW_TIME_DELETE]);
|
||||
|
@ -435,9 +435,8 @@ void lcQMainWindow::createToolBars()
|
|||
timeToolBar->addAction(actions[LC_VIEW_TIME_PREVIOUS]);
|
||||
timeToolBar->addAction(actions[LC_VIEW_TIME_NEXT]);
|
||||
timeToolBar->addAction(actions[LC_VIEW_TIME_LAST]);
|
||||
//LC_VIEW_TIME_STOP
|
||||
//LC_VIEW_TIME_PLAY
|
||||
//LC_VIEW_TIME_ANIMATION
|
||||
timeToolBar->addAction(actions[LC_PIECE_SHOW_EARLIER]);
|
||||
timeToolBar->addAction(actions[LC_PIECE_SHOW_LATER]);
|
||||
//LC_VIEW_TIME_ADD_KEYS
|
||||
// TODO: add missing menu items
|
||||
|
||||
|
|
BIN
resources/piece_show_earlier.png
Normal file
BIN
resources/piece_show_earlier.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 B |
BIN
resources/piece_show_later.png
Normal file
BIN
resources/piece_show_later.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 B |
Binary file not shown.
Before Width: | Height: | Size: 425 B |
Binary file not shown.
Before Width: | Height: | Size: 814 B |
Loading…
Reference in a new issue