1 #ifndef INFORMATIONSCREENOPTIONS_H 2 #define INFORMATIONSCREENOPTIONS_H 31 void showError(QString error);
37 void showSuccess(QString success);
43 void showInfo(QString info);
55 QString getCardTitle();
61 QString getPropertyName();
67 QString getPropertyValue();
73 void addProperty(QString name);
79 void showProperty(QStringList property);
85 int getCurrentIndexProperty();
93 void updatePropertyList(
bool isChange,
int index, QString property);
99 void setProgress(
int progress);
105 QString getCardImage();
110 void disableAddBtn();
115 void isPropertyFill();
120 void clearPropertyInput();
131 void setCardTitle(QString title);
137 void setCardImage(QString path);
144 void on_helpBtn_clicked();
149 void on_homeBtn_clicked();
154 void on_settingsBtn_clicked();
159 void on_titleInput_textEdited();
164 void on_propertyInput_textChanged( );
169 void on_valueInput_textChanged( );
174 void on_addPropertyBtn_clicked();
179 void on_removePropertyBtn_clicked();
184 void on_editPropertyBtn_clicked();
189 void on_propertiesList_itemClicked();
194 void on_continueBtn_clicked();
199 void on_browseBtn_clicked();
204 void on_hpIconBtn_clicked();
216 void setValidators();
226 void hideIconElements();
231 void showPropertyOptions();
242 void setIconImage(QString path);
249 Ui::InformationScreenOptions *
ui;
253 #endif // INFORMATIONSCREENOPTIONS_H Definition: beforestart.h:6
The Controller class.
Definition: controller.h:13
The View class.
Definition: view.h:22