diff options
author | saturneric <[email protected]> | 2024-10-26 13:43:14 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-10-26 13:43:14 +0000 |
commit | 24c28eb752aa611dd1670f3fa7ab6b358b052f1b (patch) | |
tree | 6a4f9af003fa4a86b7d7e29a965e37a231951092 /ui/KeyList.ui | |
parent | fix: thread concurrent crash issue (diff) | |
download | GpgFrontend-24c28eb752aa611dd1670f3fa7ab6b358b052f1b.tar.gz GpgFrontend-24c28eb752aa611dd1670f3fa7ab6b358b052f1b.zip |
fix: test basic operations of multi key db and solve issues
Diffstat (limited to 'ui/KeyList.ui')
-rw-r--r-- | ui/KeyList.ui | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/ui/KeyList.ui b/ui/KeyList.ui index af95698c..63defdb8 100644 --- a/ui/KeyList.ui +++ b/ui/KeyList.ui @@ -37,6 +37,23 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> + <widget class="QToolButton" name="switchContextButton"> + <property name="toolTip"> + <string>Uncheck ALL</string> + </property> + <property name="text"> + <string>Switch Context</string> + </property> + <property name="icon"> + <iconset resource="../gpgfrontend.qrc"> + <normaloff>:/icons/database.png</normaloff>:/icons/database.png</iconset> + </property> + <property name="popupMode"> + <enum>QToolButton::InstantPopup</enum> + </property> + </widget> + </item> + <item> <widget class="QToolButton" name="refreshKeyListButton"> <property name="toolTip"> <string>Refresh</string> @@ -93,23 +110,6 @@ </widget> </item> <item> - <widget class="QToolButton" name="switchContextButton"> - <property name="toolTip"> - <string>Uncheck ALL</string> - </property> - <property name="text"> - <string>Switch Context</string> - </property> - <property name="icon"> - <iconset resource="../gpgfrontend.qrc"> - <normaloff>:/icons/none.png</normaloff>:/icons/none.png</iconset> - </property> - <property name="popupMode"> - <enum>QToolButton::InstantPopup</enum> - </property> - </widget> - </item> - <item> <widget class="QToolButton" name="columnTypeButton"> <property name="acceptDrops"> <bool>false</bool> |