diff options
author | Saturneric <[email protected]> | 2022-01-05 16:51:56 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-05 16:51:56 +0000 |
commit | 2609a8cdebca4b37ae41f0529a4737fb42f82b83 (patch) | |
tree | 91a6d3602562f24ce79f02caec75a0ee9856251b /ui | |
parent | <feature>(ui, project): start to add imap support. (diff) | |
download | GpgFrontend-2609a8cdebca4b37ae41f0529a4737fb42f82b83.tar.gz GpgFrontend-2609a8cdebca4b37ae41f0529a4737fb42f82b83.zip |
<feature>(ui, project): load root certs.
1. add root certs file.
2. loading root certs at startup.
3. store certs in GlobalSettingStation.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ReceiveMailDialog.ui | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/ui/ReceiveMailDialog.ui b/ui/ReceiveMailDialog.ui index 61c23738..7f55710c 100644 --- a/ui/ReceiveMailDialog.ui +++ b/ui/ReceiveMailDialog.ui @@ -14,9 +14,33 @@ <string>Receive Mail</string> </property> <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> + <item row="1" column="0"> <layout class="QVBoxLayout" name="verticalLayout"> <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QPushButton" name="refreshButton"> + <property name="text"> + <string>Refresh</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <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> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QTreeWidget" name="treeWidget"> |