MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / Init

Method Init

Plugins/FreeRDP/Service/FrmParameterFreeRDP.cpp:22–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void CFrmParameterFreeRDP::Init()
23{
24 ui->cbEnable->setChecked(m_Para->getEnable());
25 ui->lePort->setText(QString::number(m_Para->getPort()));
26 ui->lePassword->setText(m_Para->getPassword());
27
28 ui->cbAuthentication->setChecked(m_Para->getAuthentication());
29 ui->cbMayInteract->setChecked(m_Para->getMayInteract());
30 ui->cbMayView->setChecked(m_Para->getMayView());
31
32 ui->cbTlsSecurity->setChecked(m_Para->getTlsSecurity());
33 ui->cbRdpSecurity->setChecked(m_Para->getRdpSecurity());
34 ui->cbNlaSecurity->setChecked(m_Para->getNlaSecurity());
35 ui->cbNlaExtSecurity->setChecked(m_Para->getNlaExtSecurity());
36 ui->leSamFile->setText(m_Para->getSamFile());
37}
38
39void CFrmParameterFreeRDP::slotAccept()
40{

Callers

nothing calls this directly

Calls 9

getEnableMethod · 0.80
getPortMethod · 0.80
getAuthenticationMethod · 0.80
getMayInteractMethod · 0.80
getMayViewMethod · 0.80
getTlsSecurityMethod · 0.80
getRdpSecurityMethod · 0.80
getNlaSecurityMethod · 0.80
getNlaExtSecurityMethod · 0.80

Tested by

no test coverage detected