52 const QString& toolName);
57 void replaceImageList(QWidget*
const widget);
58 void addWidgetToSettingsBox(QWidget*
const widget);
60 QString getDestinationPath()
const;
61 QString getAlbumTitle()
const;
66 QWidget* getSettingsBox()
const;
67 QVBoxLayout* getSettingsBoxLayout()
const;
69 QGroupBox* getAlbumBox()
const;
70 QGridLayout* getAlbumBoxLayout()
const;
72 QGroupBox* getOptionsBox()
const;
73 QGridLayout* getOptionsBoxLayout()
const;
75 QGroupBox* getUploadBox()
const;
76 QVBoxLayout* getUploadBoxLayout()
const;
78 QGroupBox* getSizeBox()
const;
79 QVBoxLayout* getSizeBoxLayout()
const;
81 QGroupBox* getAccountBox()
const;
82 QGridLayout* getAccountBoxLayout()
const;
84 QLabel* getHeaderLbl()
const;
85 QLabel* getUserNameLabel()
const;
86 QPushButton* getChangeUserBtn()
const;
87 QComboBox* getDimensionCoB()
const;
88 QPushButton* getNewAlbmBtn()
const;
89 QPushButton* getReloadBtn()
const;
90 QCheckBox* getOriginalCheckBox()
const;
91 QCheckBox* getResizeCheckBox()
const;
92 QCheckBox* getPhotoIdCheckBox()
const;
93 QSpinBox* getDimensionSpB()
const;
94 QSpinBox* getImgQualitySpB()
const;
95 QComboBox* getAlbumsCoB()
const;
100 const QString& url = QString()) = 0;
104 void slotResizeChecked();
109 Private*
const d =
nullptr;