19    void SetDesktopSizes(
const QStringList& lstSize);
 
   20    const QStringList GetDesktopSize();
 
   23    void on_pbAdd_clicked();
 
   24    void on_pbRemove_clicked();
 
   25    void slotItemChanged(QStandardItem *item);
 
   28    bool checkFormat(QString size);
 
   31    Ui::CDlgDesktopSize *ui;
 
   33    QStringList m_lstDesktopSize;
 
   34    QStandardItemModel* m_pModel;