The Main window class.
More...
#include <MainWindow.h>
|
void | sigAccept () |
| Notifies the plugin settings window that parameters have changed.
|
|
The Main window class.
Definition at line 17 of file MainWindow.h.
◆ CMainWindow()
CMainWindow::CMainWindow |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~CMainWindow()
CMainWindow::~CMainWindow |
( |
| ) |
|
◆ Clean()
int CMainWindow::Clean |
( |
| ) |
|
|
private |
◆ InitTab()
int CMainWindow::InitTab |
( |
| ) |
|
|
private |
◆ on_actionAbout_triggered
void CMainWindow::on_actionAbout_triggered |
( |
| ) |
|
|
privateslot |
◆ on_actionOpen_folder_triggered
void CMainWindow::on_actionOpen_folder_triggered |
( |
| ) |
|
|
privateslot |
◆ on_actionStart_triggered
void CMainWindow::on_actionStart_triggered |
( |
| ) |
|
|
privateslot |
◆ on_pbCancel_clicked
void CMainWindow::on_pbCancel_clicked |
( |
| ) |
|
|
privateslot |
◆ on_pbSave_clicked
void CMainWindow::on_pbSave_clicked |
( |
| ) |
|
|
privateslot |
◆ SetStatusText()
int CMainWindow::SetStatusText |
( |
QString |
szText | ) |
|
|
private |
◆ sigAccept
void CMainWindow::sigAccept |
( |
| ) |
|
|
signal |
Notifies the plugin settings window that parameters have changed.
the widget must has slot slotAccept . Eg: CFrmParameterFreeRDP::slotAccept
public Q_SLOTS:
void slotAccept();
- See also
- CService::GetParameterWidget
◆ m_bStart
bool CMainWindow::m_bStart |
|
private |
◆ m_Plugins
◆ m_Service
◆ ui
Ui::MainWindow* CMainWindow::ui |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/App/ServiceConfigure/MainWindow.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/App/ServiceConfigure/MainWindow.cpp