kde-extraapps/kgpg/keyexport.ui

193 lines
5.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>KeyExport</class>
<widget class="QWidget" name="KeyExport">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>626</width>
<height>411</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>350</width>
<height>0</height>
</size>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="buttonGroup2">
<property name="title">
<string/>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QRadioButton" name="checkMail">
<property name="text">
<string comment="Export a key via email">Email</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="checkClipboard">
<property name="text">
<string>Clipboard</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="checkServer">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>You must define at least one keyserver in settings before you can export to one.</string>
</property>
<property name="text">
<string>Key server:</string>
</property>
</widget>
</item>
<item>
<widget class="KComboBox" name="destServer">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="checkFile">
<property name="text">
<string>File:</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="KUrlRequester" name="newFilename">
<property name="enabled">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="buttonGroup3">
<property name="title">
<string>Export Settings</string>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QRadioButton" name="checkAttrAll">
<property name="text">
<string>Export everything</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="checkAttrPhoto">
<property name="text">
<string>Do not export attributes (photo ids)</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="checkAttrClean">
<property name="text">
<string comment="@option:radio Exports the smallest key possible. Maps to export-minimal option of gpg">Clean key</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>602</width>
<height>108</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
<customwidget>
<class>KUrlRequester</class>
<extends>QFrame</extends>
<header>kurlrequester.h</header>
</customwidget>
</customwidgets>
<includes>
<include location="local">kpushbutton.h</include>
</includes>
<resources/>
<connections>
<connection>
<sender>checkServer</sender>
<signal>toggled(bool)</signal>
<receiver>destServer</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>72</x>
<y>69</y>
</hint>
<hint type="destinationlabel">
<x>95</x>
<y>106</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkFile</sender>
<signal>toggled(bool)</signal>
<receiver>newFilename</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>39</x>
<y>133</y>
</hint>
<hint type="destinationlabel">
<x>48</x>
<y>159</y>
</hint>
</hints>
</connection>
</connections>
</ui>