Commit 701f9ab6 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

arts: Renew friction, add run, sort, up and down icons.

Showing with 7 additions and 104 deletions
+7 -104
No preview for this file type
arts/run.kra 0 → 100644
File added
arts/sort.kra 0 → 100644
File added
File added
...@@ -282,7 +282,6 @@ ...@@ -282,7 +282,6 @@
<addaction name="action_toolBar_close"/> <addaction name="action_toolBar_close"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="action_toolBar_run_solver"/> <addaction name="action_toolBar_run_solver"/>
<addaction name="separator"/>
</widget> </widget>
<widget class="QToolBar" name="toolBar_modelling"> <widget class="QToolBar" name="toolBar_modelling">
<property name="font"> <property name="font">
...@@ -461,6 +460,10 @@ ...@@ -461,6 +460,10 @@
</property> </property>
</action> </action>
<action name="action_menu_run_solver"> <action name="action_menu_run_solver">
<property name="icon">
<iconset>
<normaloff>ressources/run.png</normaloff>ressources/run.png</iconset>
</property>
<property name="text"> <property name="text">
<string>Run solver</string> <string>Run solver</string>
</property> </property>
...@@ -520,7 +523,7 @@ ...@@ -520,7 +523,7 @@
<action name="action_toolBar_run_solver"> <action name="action_toolBar_run_solver">
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>ressources/player_play.png</normaloff>ressources/player_play.png</iconset> <normaloff>ressources/run.png</normaloff>ressources/run.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Run solver</string> <string>Run solver</string>
......
...@@ -33,56 +33,6 @@ ...@@ -33,56 +33,6 @@
</property> </property>
<widget class="QWidget" name="layoutWidget"> <widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="verticalLayout_9"> <layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QPushButton" name="pushButton_26">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/gtk-sort-descending.png</normaloff>ressources/gtk-sort-descending.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_27">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/go-up2.png</normaloff>ressources/go-up2.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_28">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/go-down1.png</normaloff>ressources/go-down1.png</iconset>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_9">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item> <item>
<widget class="QTableView" name="tableView_reachs"> <widget class="QTableView" name="tableView_reachs">
<property name="minimumSize"> <property name="minimumSize">
...@@ -103,56 +53,6 @@ ...@@ -103,56 +53,6 @@
</widget> </widget>
<widget class="QWidget" name="layoutWidget"> <widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="verticalLayout_8"> <layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QPushButton" name="pushButton_23">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/gtk-sort-descending.png</normaloff>ressources/gtk-sort-descending.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_24">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/go-up2.png</normaloff>ressources/go-up2.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_25">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>ressources/go-down1.png</normaloff>ressources/go-down1.png</iconset>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item> <item>
<widget class="QTableView" name="tableView_nodes"> <widget class="QTableView" name="tableView_nodes">
<property name="minimumSize"> <property name="minimumSize">
...@@ -209,7 +109,7 @@ ...@@ -209,7 +109,7 @@
<action name="action_toolBar_add"> <action name="action_toolBar_add">
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>ressources/add.png</normaloff>ressources/gtk-add.png</iconset> <normaloff>ressources/add.png</normaloff>ressources/add.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Add node or edge</string> <string>Add node or edge</string>
...@@ -221,7 +121,7 @@ ...@@ -221,7 +121,7 @@
<action name="action_toolBar_del"> <action name="action_toolBar_del">
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>ressources/del.png</normaloff>ressources/gtk-remove.png</iconset> <normaloff>ressources/del.png</normaloff>ressources/del.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Remove node or edge</string> <string>Remove node or edge</string>
......
src/View/ui/ressources/down.png

531 Bytes | W: | H:

src/View/ui/ressources/down.png

10.5 KB | W: | H:

src/View/ui/ressources/down.png
src/View/ui/ressources/down.png
src/View/ui/ressources/down.png
src/View/ui/ressources/down.png
  • 2-up
  • Swipe
  • Onion skin
src/View/ui/ressources/friction.png

20.4 KB | W: | H:

src/View/ui/ressources/friction.png

27.3 KB | W: | H:

src/View/ui/ressources/friction.png
src/View/ui/ressources/friction.png
src/View/ui/ressources/friction.png
src/View/ui/ressources/friction.png
  • 2-up
  • Swipe
  • Onion skin
src/View/ui/ressources/run.png

14.2 KB

src/View/ui/ressources/sort_1-9.png

24.1 KB

src/View/ui/ressources/sort_9-1.png

24.1 KB

src/View/ui/ressources/sort_A-Z.png

24.4 KB

src/View/ui/ressources/sort_Z-A.png

24.6 KB

src/View/ui/ressources/up.png

562 Bytes | W: | H:

src/View/ui/ressources/up.png

11.1 KB | W: | H:

src/View/ui/ressources/up.png
src/View/ui/ressources/up.png
src/View/ui/ressources/up.png
src/View/ui/ressources/up.png
  • 2-up
  • Swipe
  • Onion skin
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment