28 void on_pbOk_clicked();
29 void on_pbCancel_clicked();
30 void on_rbLocalScreen_clicked(
bool checked);
32 void on_rbAudioDisable_toggled(
bool checked);
33 void on_rbAudioLocal_toggled(
bool checked);
34 void on_rbAudioRemote_toggled(
bool checked);
36 void on_pbSizeEdit_clicked();
38 void on_pbDriveClearAll_clicked();
39 void slotSelectionChanged(
const QItemSelection &selected,
40 const QItemSelection &deselected);
42 void on_cbAllMonitor_stateChanged(
int arg1);
44 void on_cbConnectType_currentIndexChanged(
int index);
46 void on_cbSecurityEnable_stateChanged(
int arg1);
49 QRect GetScreenGeometry();
50 int UpdateDesktopSize();
51 int InsertDesktopSize(QString szSize);
52 int InsertDesktopSize(
int width,
int height);
53 bool HasAudioOutput();
55 int ShowDriveSelected(
int counts);
58 Ui::CDlgSetFreeRDP *ui;
60 QFileSystemModel* m_pFileModel;
65 QButtonGroup* m_pButtonGroup;
67 UINT32 m_vPerformanceFlags[CONNECTION_TYPE_AUTODETECT];