summaryrefslogtreecommitdiffstats
path: root/mainwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui53
1 files changed, 36 insertions, 17 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index 66a5011..16715e0 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>400</width>
- <height>300</height>
+ <width>590</width>
+ <height>549</height>
</rect>
</property>
<property name="windowTitle">
@@ -35,14 +35,14 @@
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
- <widget class="QLineEdit" name="lineEditRedeData">
+ <widget class="QLineEdit" name="lineEditClearFile">
<property name="echoMode">
<enum>QLineEdit::Normal</enum>
</property>
</widget>
</item>
<item>
- <widget class="QPushButton" name="pushButtonRedeData">
+ <widget class="QPushButton" name="pushButtonOpenFileClear">
<property name="text">
<string>Datei auswählen</string>
</property>
@@ -52,24 +52,31 @@
</widget>
</item>
<item>
+ <widget class="QTextEdit" name="textEditPreview">
+ <property name="readOnly">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
- <width>20</width>
- <height>40</height>
+ <width>365</width>
+ <height>54</height>
</size>
</property>
</spacer>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
- <widget class="QPushButton" name="pushButtonCrypt">
+ <widget class="QPushButton" name="pushButtonDecrypt">
<property name="text">
- <string>Verschlüsseln</string>
+ <string>Entschlüsseln</string>
</property>
</widget>
</item>
@@ -87,9 +94,9 @@
</spacer>
</item>
<item>
- <widget class="QPushButton" name="pushButtonDecrypt">
+ <widget class="QPushButton" name="pushButtonEncrypt">
<property name="text">
- <string>Entschlüsseln</string>
+ <string>Verschlüsseln</string>
</property>
</widget>
</item>
@@ -102,7 +109,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>400</width>
+ <width>590</width>
<height>29</height>
</rect>
</property>
@@ -114,10 +121,12 @@
</widget>
<widget class="QMenu" name="menuSchl_ssel">
<property name="title">
- <string>S&amp;chlüssel</string>
+ <string>Eige&amp;nen Schlüssel verwalten</string>
</property>
+ <addaction name="actionErzeuge_Schl_sselpaar"/>
<addaction name="actionImport"/>
- <addaction name="actionExport"/>
+ <addaction name="actionMein_privater_Schl_ssel"/>
+ <addaction name="actionMein_ffentlicher_Schl_ssel"/>
</widget>
<addaction name="menuDatei"/>
<addaction name="menuSchl_ssel"/>
@@ -129,12 +138,22 @@
</action>
<action name="actionImport">
<property name="text">
- <string>&amp;Import</string>
+ <string>&amp;Importiere Schlüsselpaar</string>
+ </property>
+ </action>
+ <action name="actionMein_ffentlicher_Schl_ssel">
+ <property name="text">
+ <string>Exportiere &amp;öffentlichen Schlüssel</string>
+ </property>
+ </action>
+ <action name="actionMein_privater_Schl_ssel">
+ <property name="text">
+ <string>Exportiere &amp;Schlüsselpaar</string>
</property>
</action>
- <action name="actionExport">
+ <action name="actionErzeuge_Schl_sselpaar">
<property name="text">
- <string>&amp;Export</string>
+ <string>&amp;Erzeuge Schlüsselpaar</string>
</property>
</action>
</widget>