Warning, /utilities/kgpg/keyserver.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>keyServerWidget</class>
0004  <widget class="QWidget" name="keyServerWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>529</width>
0010     <height>371</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QTabWidget" name="tabWidget2">
0028      <property name="currentIndex">
0029       <number>0</number>
0030      </property>
0031      <widget class="QWidget" name="tab_import">
0032       <attribute name="title">
0033        <string>Import</string>
0034       </attribute>
0035       <layout class="QVBoxLayout">
0036        <item>
0037         <widget class="QLabel" name="textLabel1">
0038          <property name="whatsThis">
0039           <string>&lt;qt&gt;&lt;b&gt;Key Server:&lt;/b&gt;&lt;br /&gt; &lt;p&gt;A Key Server is a centralized repository of PGP/GnuPG keys connected to the Internet which can be conveniently accessed in order to obtain or deposit keys. Select from the drop down list to specify which key server should be used.&lt;/p&gt; &lt;p&gt;Often these keys are held by people whom the user has never met and as such the authenticity is dubious at best. Refer to the GnuPG manual covering &quot;Web-of-Trust&quot; relationships to find out how GnuPG works around the problem of verifying authenticity.&lt;/p&gt; &lt;/qt&gt;</string>
0040          </property>
0041          <property name="text">
0042           <string>Key server:</string>
0043          </property>
0044          <property name="wordWrap">
0045           <bool>false</bool>
0046          </property>
0047         </widget>
0048        </item>
0049        <item>
0050         <widget class="QComboBox" name="kCBimportks">
0051          <property name="whatsThis">
0052           <string>&lt;b&gt;Key Server Drop Down Dialog:&lt;/b&gt;
0053 Allows the user to select the Key Server which will be used to import PGP/GnuPG keys into the local keyring.</string>
0054          </property>
0055         </widget>
0056        </item>
0057        <item>
0058         <widget class="QLabel" name="textLabel2">
0059          <property name="whatsThis">
0060           <string>&lt;qt&gt;&lt;b&gt;Text to search or ID of the key to import:&lt;/b&gt;&lt;br /&gt;
0061 &lt;p&gt;There are multiple ways to search for a key, you can use a text or partial text search (example: entering Phil or Zimmerman will bring up all keys in which Phil or Zimmerman shows up) or you can search by the ID's of the key. Key ID's are strings of letters and numbers that uniquely identify a key (example: searching for 0xED7585F4 would bring up the key associated with that ID).&lt;/p&gt;&lt;/qt&gt;</string>
0062          </property>
0063          <property name="frameShape">
0064           <enum>QFrame::NoFrame</enum>
0065          </property>
0066          <property name="frameShadow">
0067           <enum>QFrame::Plain</enum>
0068          </property>
0069          <property name="text">
0070           <string>Text to search or ID of the key to import:</string>
0071          </property>
0072          <property name="wordWrap">
0073           <bool>false</bool>
0074          </property>
0075         </widget>
0076        </item>
0077        <item>
0078         <widget class="QLineEdit" name="qLEimportid">
0079          <property name="clearButtonEnabled">
0080           <bool>true</bool>
0081          </property>
0082         </widget>
0083        </item>
0084        <item>
0085         <layout class="QHBoxLayout">
0086          <item>
0087           <widget class="QCheckBox" name="cBproxyI">
0088            <property name="enabled">
0089             <bool>false</bool>
0090            </property>
0091            <property name="text">
0092             <string>Honor HTTP proxy:</string>
0093            </property>
0094           </widget>
0095          </item>
0096          <item>
0097           <widget class="QLineEdit" name="kLEproxyI">
0098            <property name="enabled">
0099             <bool>false</bool>
0100            </property>
0101            <property name="sizePolicy">
0102             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0103              <horstretch>0</horstretch>
0104              <verstretch>0</verstretch>
0105             </sizepolicy>
0106            </property>
0107            <property name="readOnly">
0108             <bool>true</bool>
0109            </property>
0110           </widget>
0111          </item>
0112         </layout>
0113        </item>
0114        <item>
0115         <spacer>
0116          <property name="orientation">
0117           <enum>Qt::Vertical</enum>
0118          </property>
0119          <property name="sizeType">
0120           <enum>QSizePolicy::MinimumExpanding</enum>
0121          </property>
0122          <property name="sizeHint" stdset="0">
0123           <size>
0124            <width>477</width>
0125            <height>121</height>
0126           </size>
0127          </property>
0128         </spacer>
0129        </item>
0130        <item>
0131         <layout class="QHBoxLayout">
0132          <item>
0133           <widget class="QPushButton" name="Buttonsearch">
0134            <property name="text">
0135             <string>&amp;Search</string>
0136            </property>
0137            <property name="default">
0138             <bool>true</bool>
0139            </property>
0140           </widget>
0141          </item>
0142          <item>
0143           <widget class="QPushButton" name="Buttonimport">
0144            <property name="text">
0145             <string>&amp;Import</string>
0146            </property>
0147           </widget>
0148          </item>
0149          <item>
0150           <spacer>
0151            <property name="orientation">
0152             <enum>Qt::Horizontal</enum>
0153            </property>
0154            <property name="sizeType">
0155             <enum>QSizePolicy::Expanding</enum>
0156            </property>
0157            <property name="sizeHint" stdset="0">
0158             <size>
0159              <width>160</width>
0160              <height>20</height>
0161             </size>
0162            </property>
0163           </spacer>
0164          </item>
0165         </layout>
0166        </item>
0167       </layout>
0168      </widget>
0169      <widget class="QWidget" name="tab_export">
0170       <attribute name="title">
0171        <string>Export</string>
0172       </attribute>
0173       <layout class="QVBoxLayout">
0174        <item>
0175         <widget class="QLabel" name="textLabel3">
0176          <property name="text">
0177           <string>Key server:</string>
0178          </property>
0179          <property name="wordWrap">
0180           <bool>false</bool>
0181          </property>
0182         </widget>
0183        </item>
0184        <item>
0185         <widget class="QComboBox" name="kCBexportks"/>
0186        </item>
0187        <item>
0188         <widget class="QLabel" name="textLabel4">
0189          <property name="whatsThis">
0190           <string>&lt;qt&gt;&lt;b&gt;Key to be exported:&lt;/b&gt;&lt;br /&gt;
0191 &lt;p&gt;This allows the user to specify the key from the drop down list that will be exported to the key server selected.&lt;/p&gt;&lt;/qt&gt;</string>
0192          </property>
0193          <property name="text">
0194           <string>Key to be exported:</string>
0195          </property>
0196          <property name="wordWrap">
0197           <bool>false</bool>
0198          </property>
0199         </widget>
0200        </item>
0201        <item>
0202         <widget class="QComboBox" name="kCBexportkey"/>
0203        </item>
0204        <item>
0205         <widget class="QCheckBox" name="exportAttributes">
0206          <property name="text">
0207           <string>Export attributes (photo id)</string>
0208          </property>
0209          <property name="checked">
0210           <bool>true</bool>
0211          </property>
0212         </widget>
0213        </item>
0214        <item>
0215         <layout class="QHBoxLayout">
0216          <item>
0217           <widget class="QCheckBox" name="cBproxyE">
0218            <property name="enabled">
0219             <bool>false</bool>
0220            </property>
0221            <property name="text">
0222             <string>Honor HTTP proxy:</string>
0223            </property>
0224           </widget>
0225          </item>
0226          <item>
0227           <widget class="QLineEdit" name="kLEproxyE">
0228            <property name="enabled">
0229             <bool>false</bool>
0230            </property>
0231            <property name="sizePolicy">
0232             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0233              <horstretch>0</horstretch>
0234              <verstretch>0</verstretch>
0235             </sizepolicy>
0236            </property>
0237            <property name="readOnly">
0238             <bool>true</bool>
0239            </property>
0240           </widget>
0241          </item>
0242         </layout>
0243        </item>
0244        <item>
0245         <spacer>
0246          <property name="orientation">
0247           <enum>Qt::Vertical</enum>
0248          </property>
0249          <property name="sizeType">
0250           <enum>QSizePolicy::MinimumExpanding</enum>
0251          </property>
0252          <property name="sizeHint" stdset="0">
0253           <size>
0254            <width>507</width>
0255            <height>63</height>
0256           </size>
0257          </property>
0258         </spacer>
0259        </item>
0260        <item>
0261         <layout class="QHBoxLayout">
0262          <item>
0263           <widget class="QPushButton" name="Buttonexport">
0264            <property name="whatsThis">
0265             <string>&lt;qt&gt;&lt;b&gt;Export:&lt;/b&gt;&lt;br /&gt;
0266 &lt;p&gt;Pushing this button will export the specified key to the specified server.&lt;/p&gt;&lt;/qt&gt;</string>
0267            </property>
0268            <property name="text">
0269             <string>&amp;Export</string>
0270            </property>
0271           </widget>
0272          </item>
0273          <item>
0274           <spacer>
0275            <property name="orientation">
0276             <enum>Qt::Horizontal</enum>
0277            </property>
0278            <property name="sizeType">
0279             <enum>QSizePolicy::Expanding</enum>
0280            </property>
0281            <property name="sizeHint" stdset="0">
0282             <size>
0283              <width>250</width>
0284              <height>20</height>
0285             </size>
0286            </property>
0287           </spacer>
0288          </item>
0289         </layout>
0290        </item>
0291       </layout>
0292      </widget>
0293     </widget>
0294    </item>
0295    <item>
0296     <widget class="QDialogButtonBox" name="buttonBox">
0297      <property name="standardButtons">
0298       <set>QDialogButtonBox::Close</set>
0299      </property>
0300     </widget>
0301    </item>
0302   </layout>
0303  </widget>
0304  <resources/>
0305  <connections/>
0306 </ui>