diff options
Diffstat (limited to 'publickeyimportdialog.ui')
| -rw-r--r-- | publickeyimportdialog.ui | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/publickeyimportdialog.ui b/publickeyimportdialog.ui new file mode 100644 index 0000000..c87b983 --- /dev/null +++ b/publickeyimportdialog.ui @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>PublicKeyImportDialog</class> + <widget class="QDialog" name="PublicKeyImportDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>569</width> + <height>457</height> + </rect> + </property> + <property name="windowTitle"> + <string>Dialog</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Datei URLs von Öffentliche Schlüssel </string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> + <widget class="QListWidget" name="listWidgetPublicKeys"> + <item> + <property name="text"> + <string>Neues Element</string> + </property> + </item> + <item> + <property name="text"> + <string>Neues Element</string> + </property> + </item> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="pushButtonAdd"> + <property name="text"> + <string>Hinzufügen</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_4"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="pushButtonDelete"> + <property name="text"> + <string>Löschen</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>156</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Reset|QDialogButtonBox::Save</set> + </property> + <property name="centerButtons"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>PublicKeyImportDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>284</x> + <y>433</y> + </hint> + <hint type="destinationlabel"> + <x>284</x> + <y>228</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>PublicKeyImportDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>284</x> + <y>433</y> + </hint> + <hint type="destinationlabel"> + <x>284</x> + <y>228</y> + </hint> + </hints> + </connection> + </connections> +</ui> |
