diff options
author | Michele Calgaro <[email protected]> | 2022-04-05 15:35:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-04-05 15:35:19 +0900 |
commit | b425c87ca31d9558e761cc7307ed62a4cd368348 (patch) | |
tree | 30b5b8167dfe8a5ad43d31f04e50749a1f368290 /kcontrol/hwmanager/devicepropsdlgbase.ui | |
parent | 62583793601489c5aa14b57d0d12628436c20923 (diff) | |
download | tdebase-b425c87ca31d9558e761cc7307ed62a4cd368348.tar.gz tdebase-b425c87ca31d9558e761cc7307ed62a4cd368348.zip |
tdehwdevicetray: add 'eject' and 'safe remove' buttons to the disk properties dialog.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcontrol/hwmanager/devicepropsdlgbase.ui')
-rw-r--r-- | kcontrol/hwmanager/devicepropsdlgbase.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/devicepropsdlgbase.ui b/kcontrol/hwmanager/devicepropsdlgbase.ui index b5ffe362d..e7d7cee22 100644 --- a/kcontrol/hwmanager/devicepropsdlgbase.ui +++ b/kcontrol/hwmanager/devicepropsdlgbase.ui @@ -371,6 +371,22 @@ <string>Lock</string> </property> </widget> + <widget class="KPushButton" row="1" column="0" colspan="1"> + <property name="name"> + <cstring>buttonDiskEject</cstring> + </property> + <property name="text"> + <string>Eject</string> + </property> + </widget> + <widget class="KPushButton" row="1" column="1" colspan="1"> + <property name="name"> + <cstring>buttonDiskSafeRemove</cstring> + </property> + <property name="text"> + <string>Safe Remove</string> + </property> + </widget> </grid> </widget> <spacer row="8" column="0"> |