diff options
| author | Martin Talarczyk <talarczyk.martin@fh-swf.de> | 2015-09-17 10:58:30 +0200 |
|---|---|---|
| committer | Martin Talarczyk <talarczyk.martin@fh-swf.de> | 2015-09-17 10:58:30 +0200 |
| commit | d0d366731425ad6c5a221d5c12968632e7ba1478 (patch) | |
| tree | 205d573b944ea3a16eb26fc8e9c2675901f8854f /mainwindow.ui | |
| parent | 9dd195ddd3bce8183a43f9653e7caec5dd0a23ee (diff) | |
| download | src-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.ui | 18 |
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&tei</string> </property> - <addaction name="actionBeenden"/> + <addaction name="actionClose"/> </widget> <widget class="QMenu" name="menuSchl_ssel"> <property name="title"> <string>Eige&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>&Beenden</string> </property> @@ -141,17 +141,17 @@ <string>&Importiere Schlüsselpaar</string> </property> </action> - <action name="actionMein_ffentlicher_Schl_ssel"> + <action name="actionExportMyPublicKey"> <property name="text"> <string>Exportiere &öffentlichen Schlüssel</string> </property> </action> - <action name="actionMein_privater_Schl_ssel"> + <action name="actionExportMyKeypar"> <property name="text"> <string>Exportiere &Schlüsselpaar</string> </property> </action> - <action name="actionErzeuge_Schl_sselpaar"> + <action name="actionCreateKeypar"> <property name="text"> <string>&Erzeuge Schlüsselpaar</string> </property> |
