summaryrefslogtreecommitdiffstats
path: root/mainwindow.ui
diff options
context:
space:
mode:
authorMartin Talarczyk <talarczyk.martin@fh-swf.de>2015-09-17 10:58:30 +0200
committerMartin Talarczyk <talarczyk.martin@fh-swf.de>2015-09-17 10:58:30 +0200
commitd0d366731425ad6c5a221d5c12968632e7ba1478 (patch)
tree205d573b944ea3a16eb26fc8e9c2675901f8854f /mainwindow.ui
parent9dd195ddd3bce8183a43f9653e7caec5dd0a23ee (diff)
downloadsrc-d0d366731425ad6c5a221d5c12968632e7ba1478.tar.gz
src-d0d366731425ad6c5a221d5c12968632e7ba1478.zip
MainWindow Funkson der Gui hergestelt.
passworddialog ist Funksions Fähig und Kommentirt. das Treewidget bei PublicKeyImportDialog gegen listewiget ausgetrauscht und Teilweis Funksion hergestellt nicht Komentiert. Bei keinem Der Klassen ist eine verbindung mit der hybridcrypt gegebn.
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui18
1 files changed, 9 insertions, 9 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index 9e3455c..682319c 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -110,28 +110,28 @@
<x>0</x>
<y>0</y>
<width>590</width>
- <height>29</height>
+ <height>30</height>
</rect>
</property>
<widget class="QMenu" name="menuDatei">
<property name="title">
<string>Da&amp;tei</string>
</property>
- <addaction name="actionBeenden"/>
+ <addaction name="actionClose"/>
</widget>
<widget class="QMenu" name="menuSchl_ssel">
<property name="title">
<string>Eige&amp;nen Schlüssel verwalten</string>
</property>
- <addaction name="actionErzeuge_Schl_sselpaar"/>
+ <addaction name="actionCreateKeypar"/>
<addaction name="actionImport"/>
- <addaction name="actionMein_privater_Schl_ssel"/>
- <addaction name="actionMein_ffentlicher_Schl_ssel"/>
+ <addaction name="actionExportMyKeypar"/>
+ <addaction name="actionExportMyPublicKey"/>
</widget>
<addaction name="menuDatei"/>
<addaction name="menuSchl_ssel"/>
</widget>
- <action name="actionBeenden">
+ <action name="actionClose">
<property name="text">
<string>&amp;Beenden</string>
</property>
@@ -141,17 +141,17 @@
<string>&amp;Importiere Schlüsselpaar</string>
</property>
</action>
- <action name="actionMein_ffentlicher_Schl_ssel">
+ <action name="actionExportMyPublicKey">
<property name="text">
<string>Exportiere &amp;öffentlichen Schlüssel</string>
</property>
</action>
- <action name="actionMein_privater_Schl_ssel">
+ <action name="actionExportMyKeypar">
<property name="text">
<string>Exportiere &amp;Schlüsselpaar</string>
</property>
</action>
- <action name="actionErzeuge_Schl_sselpaar">
+ <action name="actionCreateKeypar">
<property name="text">
<string>&amp;Erzeuge Schlüsselpaar</string>
</property>