29 void on_pbOk_clicked();
30 void on_pbCancel_clicked();
31 void on_rbLocalScreen_clicked(
bool checked);
33 void on_rbAudioDisable_toggled(
bool checked);
34 void on_rbAudioLocal_toggled(
bool checked);
35 void on_rbAudioRemote_toggled(
bool checked);
37 void on_pbSizeEdit_clicked();
39 void on_pbDriveClearAll_clicked();
40 void slotSelectionChanged(
const QItemSelection &selected,
41 const QItemSelection &deselected);
43 void on_cbAllMonitor_stateChanged(
int arg1);
45 void on_cbConnectType_currentIndexChanged(
int index);
47 void on_cbSecurityEnable_stateChanged(
int arg1);
50 void InsertView(QWidget *p,
int pos);
51 void AddViewers(
const QList<QWidget*> &wViewer);
52 QRect GetScreenGeometry();
53 int UpdateDesktopSize();
54 int InsertDesktopSize(QString szSize);
55 int InsertDesktopSize(
int width,
int height);
56 bool HasAudioOutput();
58 int ShowDriveSelected(
int counts);
61 Ui::CDlgSetFreeRDP *ui;
63 QFileSystemModel* m_pFileModel;
68 QButtonGroup* m_pButtonGroup;
70 UINT32 m_vPerformanceFlags[CONNECTION_TYPE_AUTODETECT];