diff options
author | Saturneric <[email protected]> | 2022-02-13 07:01:28 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-13 07:01:28 +0000 |
commit | 625950219b227be5ac7d98683ebe9b84d00f0c55 (patch) | |
tree | 89724728c5152d40cbb6668438647c7fa7def3a9 /ui/FilePage.ui | |
parent | <feat, refactor>(src): Enable top encryption action menu in file mode (diff) | |
download | GpgFrontend-625950219b227be5ac7d98683ebe9b84d00f0c55.tar.gz GpgFrontend-625950219b227be5ac7d98683ebe9b84d00f0c55.zip |
<feat, refactor>(src): Cancel the operation of the file through the right-click menu
Diffstat (limited to 'ui/FilePage.ui')
-rw-r--r-- | ui/FilePage.ui | 32 |
1 files changed, 5 insertions, 27 deletions
diff --git a/ui/FilePage.ui b/ui/FilePage.ui index 4467e154..1fe9183d 100644 --- a/ui/FilePage.ui +++ b/ui/FilePage.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>1041</width> - <height>619</height> + <width>798</width> + <height>476</height> </rect> </property> <property name="sizePolicy"> @@ -136,6 +136,9 @@ <property name="autoFillBackground"> <bool>false</bool> </property> + <property name="dragDropMode"> + <enum>QAbstractItemView::InternalMove</enum> + </property> <property name="uniformRowHeights"> <bool>true</bool> </property> @@ -158,31 +161,6 @@ </layout> </item> </layout> - <action name="actionEncrypt"> - <property name="text"> - <string>Encrypt</string> - </property> - </action> - <action name="actionEncryptSign"> - <property name="text"> - <string>EncryptSign</string> - </property> - </action> - <action name="actionDecrypt"> - <property name="text"> - <string>Decrypt</string> - </property> - </action> - <action name="actionSign"> - <property name="text"> - <string>Sign</string> - </property> - </action> - <action name="actionVerify"> - <property name="text"> - <string>Verify</string> - </property> - </action> <action name="actionOpenFile"> <property name="text"> <string>OpenFile</string> |