diff --git a/arts/geometry.kra b/arts/geometry.kra index ee361048..e35a1b73 100644 Binary files a/arts/geometry.kra and b/arts/geometry.kra differ diff --git a/arts/run.kra b/arts/run.kra new file mode 100644 index 00000000..5705f6f7 Binary files /dev/null and b/arts/run.kra differ diff --git a/arts/sort.kra b/arts/sort.kra new file mode 100644 index 00000000..fbdae4aa Binary files /dev/null and b/arts/sort.kra differ diff --git a/arts/up-down.kra b/arts/up-down.kra new file mode 100644 index 00000000..1f89ea48 Binary files /dev/null and b/arts/up-down.kra differ diff --git a/src/View/ui/MainWindow.ui b/src/View/ui/MainWindow.ui index 07f8d8bf..f496e76e 100644 --- a/src/View/ui/MainWindow.ui +++ b/src/View/ui/MainWindow.ui @@ -282,7 +282,6 @@ - @@ -461,6 +460,10 @@ + + + ressources/run.pngressources/run.png + Run solver @@ -520,7 +523,7 @@ - ressources/player_play.pngressources/player_play.png + ressources/run.pngressources/run.png Run solver diff --git a/src/View/ui/Network.ui b/src/View/ui/Network.ui index 1600b17e..db2f4858 100644 --- a/src/View/ui/Network.ui +++ b/src/View/ui/Network.ui @@ -33,56 +33,6 @@ - - - - - - - - - - ressources/gtk-sort-descending.pngressources/gtk-sort-descending.png - - - - - - - - - - - ressources/go-up2.pngressources/go-up2.png - - - - - - - - - - - ressources/go-down1.pngressources/go-down1.png - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - @@ -103,56 +53,6 @@ - - - - - - - - - - ressources/gtk-sort-descending.pngressources/gtk-sort-descending.png - - - - - - - - - - - ressources/go-up2.pngressources/go-up2.png - - - - - - - - - - - ressources/go-down1.pngressources/go-down1.png - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - @@ -209,7 +109,7 @@ - ressources/add.pngressources/gtk-add.png + ressources/add.pngressources/add.png Add node or edge @@ -221,7 +121,7 @@ - ressources/del.pngressources/gtk-remove.png + ressources/del.pngressources/del.png Remove node or edge diff --git a/src/View/ui/ressources/down.png b/src/View/ui/ressources/down.png index 8d7c502e..ebb49fb3 100755 Binary files a/src/View/ui/ressources/down.png and b/src/View/ui/ressources/down.png differ diff --git a/src/View/ui/ressources/friction.png b/src/View/ui/ressources/friction.png index f96687ea..368f5614 100644 Binary files a/src/View/ui/ressources/friction.png and b/src/View/ui/ressources/friction.png differ diff --git a/src/View/ui/ressources/run.png b/src/View/ui/ressources/run.png new file mode 100644 index 00000000..4a8ae2b9 Binary files /dev/null and b/src/View/ui/ressources/run.png differ diff --git a/src/View/ui/ressources/sort_1-9.png b/src/View/ui/ressources/sort_1-9.png new file mode 100644 index 00000000..d67d6e5b Binary files /dev/null and b/src/View/ui/ressources/sort_1-9.png differ diff --git a/src/View/ui/ressources/sort_9-1.png b/src/View/ui/ressources/sort_9-1.png new file mode 100644 index 00000000..0c96ea58 Binary files /dev/null and b/src/View/ui/ressources/sort_9-1.png differ diff --git a/src/View/ui/ressources/sort_A-Z.png b/src/View/ui/ressources/sort_A-Z.png new file mode 100644 index 00000000..2e58a775 Binary files /dev/null and b/src/View/ui/ressources/sort_A-Z.png differ diff --git a/src/View/ui/ressources/sort_Z-A.png b/src/View/ui/ressources/sort_Z-A.png new file mode 100644 index 00000000..084b566d Binary files /dev/null and b/src/View/ui/ressources/sort_Z-A.png differ diff --git a/src/View/ui/ressources/up.png b/src/View/ui/ressources/up.png index e5bed608..31be6aea 100755 Binary files a/src/View/ui/ressources/up.png and b/src/View/ui/ressources/up.png differ