27 void on_pbOk_clicked();
28 void on_pbCancel_clicked();
29 void on_rbLocalScreen_clicked(
bool checked);
31 void on_rbAudioDisable_toggled(
bool checked);
32 void on_rbAudioLocal_toggled(
bool checked);
33 void on_rbAudioRemote_toggled(
bool checked);
35 void on_pbSizeEdit_clicked();
37 void on_pbDriveClearAll_clicked();
38 void slotSelectionChanged(
const QItemSelection &selected,
39 const QItemSelection &deselected);
41 void on_cbAllMonitor_stateChanged(
int arg1);
44 QRect GetScreenGeometry();
45 int UpdateDesktopSize();
46 int InsertDesktopSize(QString szSize);
47 int InsertDesktopSize(
int width,
int height);
48 bool HasAudioOutput();
50 int ShowDriveSelected(
int counts);
53 Ui::CDlgSetFreeRDP *ui;
55 QFileSystemModel* m_pFileModel;