GpgFrontend-Doxygen/docs/html/KeyServerImportDialog_8h_source.html

189 lines
21 KiB
HTML
Raw Normal View History

2022-05-08 19:59:26 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
2022-05-08 22:01:23 +00:00
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
2022-05-08 19:59:26 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GpgFrontend Project: src/ui/dialog/import_export/KeyServerImportDialog.h Source File</title>
2022-05-08 19:59:26 +00:00
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
2022-05-08 22:01:23 +00:00
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
2022-05-08 19:59:26 +00:00
<div id="projectname">GpgFrontend Project
</div>
<div id="projectbrief">A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
2022-05-08 19:59:26 +00:00
<script type="text/javascript">
2022-05-08 22:01:23 +00:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
2022-05-08 19:59:26 +00:00
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
2022-05-08 22:01:23 +00:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2022-05-08 19:59:26 +00:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-05-08 22:01:23 +00:00
/* @license-end */</script>
2022-05-08 19:59:26 +00:00
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
2022-05-08 22:01:23 +00:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2022-05-08 19:59:26 +00:00
$(document).ready(function(){initNavTree('KeyServerImportDialog_8h_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
2022-05-08 22:01:23 +00:00
<div class="headertitle">
<div class="title">KeyServerImportDialog.h</div> </div>
2022-05-08 19:59:26 +00:00
</div><!--header-->
<div class="contents">
2022-05-08 22:01:23 +00:00
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160; </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#ifndef __KEY_SERVER_IMPORT_DIALOG_H__</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#define __KEY_SERVER_IMPORT_DIALOG_H__</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &quot;KeyImportDetailDialog.h&quot;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#include &quot;core/GpgContext.h&quot;</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#include &quot;ui/GpgFrontendUI.h&quot;</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#include &quot;ui/dialog/GeneralDialog.h&quot;</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#include &quot;ui/widgets/KeyList.h&quot;</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; </div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; </div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html"> 46</a></span>&#160;<span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html">KeyServerImportDialog</a> : <span class="keyword">public</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GeneralDialog.html">GeneralDialog</a> {</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; Q_OBJECT</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; </div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063">KeyServerImportDialog</a>(<span class="keywordtype">bool</span> automatic, QWidget* parent);</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; </div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063">KeyServerImportDialog</a>(QWidget* parent);</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; </div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keyword">public</span> slots:</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8">SlotImport</a>(<span class="keyword">const</span> KeyIdArgsListPtr&amp; keys);</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8">SlotImport</a>(std::vector&lt;std::string&gt; key_ids_list,</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; std::string keyserver_url);</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; </div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; signals:</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; </div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <span class="keywordtype">void</span> SignalKeyImported();</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; </div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keyword">private</span> slots:</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; </div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06">slot_import</a>();</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; </div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; <span class="keywordtype">void</span> slot_search_finished(QNetworkReply::NetworkError reply,</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; QByteArray buffer);</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; </div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a">slot_import_finished</a>(QNetworkReply::NetworkError error,</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; QByteArray buffer);</div>
2022-05-08 22:01:23 +00:00
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; </div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <span class="keywordtype">void</span> slot_search();</div>
2022-05-08 22:01:23 +00:00
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; </div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c">create_keys_table</a>();</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; </div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a">set_message</a>(<span class="keyword">const</span> QString&amp; text, <span class="keywordtype">bool</span> error);</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; </div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2">import_keys</a>(ByteArrayPtr in_data);</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; </div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6">set_loading</a>(<span class="keywordtype">bool</span> status);</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; </div>
<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c"> 156</a></span>&#160; QPushButton* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c">create_button</a>(<span class="keyword">const</span> QString&amp; text, <span class="keyword">const</span> <span class="keywordtype">char</span>* member);</div>
2022-05-08 22:01:23 +00:00
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; </div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; QComboBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513">create_comboBox</a>();</div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; </div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; <span class="keywordtype">bool</span> m_automatic_ = <span class="keyword">false</span>; </div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; </div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160; QLineEdit* search_line_edit_{}; </div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; QComboBox* key_server_combo_box_{}; </div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; QProgressBar* waiting_bar_; </div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; QLabel* search_label_{}; </div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; QLabel* key_server_label_{}; </div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; QLabel* message_{}; </div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; QLabel* icon_{}; </div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; QPushButton* close_button_{}; </div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; QPushButton* import_button_{}; </div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160; QPushButton* search_button_{}; </div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; QTableWidget* keys_table_{}; </div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;};</div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; </div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160;} <span class="comment">// namespace GpgFrontend::UI</span></div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; </div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160;<span class="preprocessor">#endif </span><span class="comment">// __KEY_SERVER_IMPORT_DIALOG_H__</span></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralDialog.html">GpgFrontend::UI::GeneralDialog</a></div><div class="ttdef"><b>Definition:</b> GeneralDialog.h:35</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html">GpgFrontend::UI::KeyServerImportDialog</a></div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.h:46</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a1e17305d6b470d0f7050eb8e3e6ee3d8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8">GpgFrontend::UI::KeyServerImportDialog::SlotImport</a></div><div class="ttdeci">void SlotImport(const KeyIdArgsListPtr &amp;keys)</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:421</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a3b818c2a3e5c32fc32425b17e63367e2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2">GpgFrontend::UI::KeyServerImportDialog::import_keys</a></div><div class="ttdeci">void import_keys(ByteArrayPtr in_data)</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:524</div></div>
2022-05-08 22:01:23 +00:00
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a4c5d8a43fd8a6f1c217d83694dcc689c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c">GpgFrontend::UI::KeyServerImportDialog::create_button</a></div><div class="ttdeci">QPushButton * create_button(const QString &amp;text, const char *member)</div><div class="ttdoc">Create a button object.</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a6f006d4702885fb41317d10d654dfa3c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c">GpgFrontend::UI::KeyServerImportDialog::create_keys_table</a></div><div class="ttdeci">void create_keys_table()</div><div class="ttdoc">Create a keys table object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:187</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a6f1c5238da7cd6f117bed8018469b37a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a">GpgFrontend::UI::KeyServerImportDialog::slot_import_finished</a></div><div class="ttdeci">void slot_import_finished(QNetworkReply::NetworkError error, QByteArray buffer)</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:471</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a96b40e94b5c5a3216f513b9699820063"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063">GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog</a></div><div class="ttdeci">KeyServerImportDialog(bool automatic, QWidget *parent)</div><div class="ttdoc">Construct a new Key Server Import Dialog object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:43</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ab93fbf5e0626bffe398f5baa2bc00b1a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a">GpgFrontend::UI::KeyServerImportDialog::set_message</a></div><div class="ttdeci">void set_message(const QString &amp;text, bool error)</div><div class="ttdoc">Set the message object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:209</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ab9e2fe38d54c0f0d3d73907300faa513"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513">GpgFrontend::UI::KeyServerImportDialog::create_comboBox</a></div><div class="ttdeci">QComboBox * create_comboBox()</div><div class="ttdoc">Create a comboBox object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:156</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ac9c14bbc97945c94fd02c8e067ccab06"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06">GpgFrontend::UI::KeyServerImportDialog::slot_import</a></div><div class="ttdeci">void slot_import()</div><div class="ttdoc">import key(s) for the key table selection</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:408</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ad4a75da57fa18bfcfaeb7fc601f1c8f6"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6">GpgFrontend::UI::KeyServerImportDialog::set_loading</a></div><div class="ttdeci">void set_loading(bool status)</div><div class="ttdoc">Set the loading object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:542</div></div>
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a></div><div class="ttdef"><b>Definition:</b> FileReadTask.cpp:31</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2022-05-08 19:59:26 +00:00
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_da5c6b39c0a2f54e57df6799511cd3ab.html">ui</a></li><li class="navelem"><a class="el" href="dir_60d155722ad55e64f9b6ab1078feff11.html">dialog</a></li><li class="navelem"><a class="el" href="dir_0652c688762e27a1001e51709de145a7.html">import_export</a></li><li class="navelem"><b>KeyServerImportDialog.h</b></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
2022-05-08 19:59:26 +00:00
</ul>
</div>
</body>
</html>