diff options
author | brenda-br | 2023-02-17 15:50:38 +0530 |
---|---|---|
committer | brenda-br | 2023-02-17 15:50:38 +0530 |
commit | cedf278be5a2185140fecfcc35c09e38d738658e (patch) | |
tree | e81c7357c8be801bf46a67a4de14de1b75774946 | |
parent | 50ea8af9fb9ab671384cf3826bf190b1b4398e4d (diff) | |
download | Chemical-Simulator-GUI-cedf278be5a2185140fecfcc35c09e38d738658e.tar.gz Chemical-Simulator-GUI-cedf278be5a2185140fecfcc35c09e38d738658e.tar.bz2 Chemical-Simulator-GUI-cedf278be5a2185140fecfcc35c09e38d738658e.zip |
Add Icons for Open, Save, Undo, Redo, Help, BPE and Disable Undo and Redo Feature
-rw-r--r-- | icons/bpe.png | bin | 0 -> 1695 bytes | |||
-rw-r--r-- | icons/help.png | bin | 0 -> 4967 bytes | |||
-rw-r--r-- | icons/open.png | bin | 0 -> 3316 bytes | |||
-rw-r--r-- | icons/redo.png | bin | 0 -> 3833 bytes | |||
-rw-r--r-- | icons/save.png | bin | 0 -> 3711 bytes | |||
-rw-r--r-- | icons/undo.png | bin | 0 -> 3817 bytes | |||
-rw-r--r-- | main.ui | 30 |
7 files changed, 30 insertions, 0 deletions
diff --git a/icons/bpe.png b/icons/bpe.png Binary files differnew file mode 100644 index 0000000..000730a --- /dev/null +++ b/icons/bpe.png diff --git a/icons/help.png b/icons/help.png Binary files differnew file mode 100644 index 0000000..785ca95 --- /dev/null +++ b/icons/help.png diff --git a/icons/open.png b/icons/open.png Binary files differnew file mode 100644 index 0000000..305d09d --- /dev/null +++ b/icons/open.png diff --git a/icons/redo.png b/icons/redo.png Binary files differnew file mode 100644 index 0000000..7881e86 --- /dev/null +++ b/icons/redo.png diff --git a/icons/save.png b/icons/save.png Binary files differnew file mode 100644 index 0000000..e09beb3 --- /dev/null +++ b/icons/save.png diff --git a/icons/undo.png b/icons/undo.png Binary files differnew file mode 100644 index 0000000..d6906b8 --- /dev/null +++ b/icons/undo.png @@ -2107,21 +2107,37 @@ </property> </action> <action name="actionHelp"> + <property name="icon"> + <iconset> + <normaloff>Icons/help.png</normaloff>Icons/help.png</iconset> + </property> <property name="text"> <string>Help</string> </property> </action> <action name="actionSave"> + <property name="icon"> + <iconset> + <normaloff>Icons/save.png</normaloff>Icons/save.png</iconset> + </property> <property name="text"> <string>Save</string> </property> </action> <action name="actionOpen"> + <property name="icon"> + <iconset> + <normaloff>Icons/open.png</normaloff>Icons/open.png</iconset> + </property> <property name="text"> <string>Open</string> </property> </action> <action name="actionBinaryPhaseEnvelope"> + <property name="icon"> + <iconset> + <normaloff>Icons/bpe.png</normaloff>Icons/bpe.png</iconset> + </property> <property name="text"> <string>Binary Phase Envelope</string> </property> @@ -2132,11 +2148,25 @@ </property> </action> <action name="actionUndo"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="icon"> + <iconset> + <normaloff>Icons/undo.png</normaloff>Icons/undo.png</iconset> + </property> <property name="text"> <string>Undo</string> </property> </action> <action name="actionRedo"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="icon"> + <iconset> + <normaloff>Icons/redo.png</normaloff>Icons/redo.png</iconset> + </property> <property name="text"> <string>Redo</string> </property> |