C# Class dlech.SshAgentLib.Ui.QtAgent.PassphraseDialog

Inheritance: QDialog
Datei anzeigen Open project: dlech/SshAgentLib Class Usage Examples

Public Methods

Method Description
GetPassphrase ( ) : byte[]
PassphraseDialog ( ) : System
RetranslateUi ( QDialog PassphraseDialog ) : void
SetupUi ( QDialog PassphraseDialog ) : void

Private Methods

Method Description
PassphraseDialog_HideEvent ( object aSender, QEventArgs aEventArgs ) : void
PassphraseDialog_ShowEvent ( object aSender, QEventArgs aEventArgs ) : void

Method Details

GetPassphrase() public method

public GetPassphrase ( ) : byte[]
return byte[]

PassphraseDialog() public method

public PassphraseDialog ( ) : System
return System

RetranslateUi() public method

public RetranslateUi ( QDialog PassphraseDialog ) : void
PassphraseDialog QDialog
return void

SetupUi() public method

public SetupUi ( QDialog PassphraseDialog ) : void
PassphraseDialog QDialog
return void