19 explicit CDlgSettings(QSharedPointer<CParameterFtpServer> para, QWidget *parent =
nullptr);
23 virtual void accept()
override;
25 void on_pbRoot_clicked();
26 void on_cbAnonmousLogin_checkStateChanged(
const Qt::CheckState &arg1);
27 void on_cbListenAll_checkStateChanged(
const Qt::CheckState &arg1);
28 void slotWhiteListContextMenuRequested(
const QPoint& pos);
29 void slotBlackListContextMenuRequested(
const QPoint& pos);
30 void on_pbAddWhitelist_clicked();
31 void on_pbDeleteWhitelist_clicked();
32 void on_pbAddBlacklist_clicked();
33 void on_pbDeleteBlacklist_clicked();
37 QSharedPointer<CParameterFtpServer> m_Para;
38 QStandardItemModel m_ModelNetWorkInterface;
39 QStandardItemModel m_ModelBlack;
40 QStandardItemModel m_ModelWhite;
41 QString m_szFilteListPrompt;