src/EditProduct.h

changeset 467
c5f6f3f1b714
parent 465
8fc909360552
child 468
b21da6f583be
equal deleted inserted replaced
466:68ef2cc3e8d2 467:c5f6f3f1b714
257 void taste_mouthfeel_changed(QString val); 257 void taste_mouthfeel_changed(QString val);
258 void taste_aftertaste_changed(QString val); 258 void taste_aftertaste_changed(QString val);
259 void taste_notes_changed(); 259 void taste_notes_changed();
260 260
261 void addImage_clicked(); 261 void addImage_clicked();
262 void delImage_clicked();
263 void nextImage_clicked();
264 void prevImage_clicked();
265 void downloadImage_clicked();
266 void printImage_clicked();
267 void selectImage_clicked(int val);
262 268
263 /* Modified progress bars */ 269 /* Modified progress bars */
264 void ferment_perc_mash_valueChanged(int value); 270 void ferment_perc_mash_valueChanged(int value);
265 void ferment_perc_sugars_valueChanged(int value); 271 void ferment_perc_sugars_valueChanged(int value);
266 void ferment_perc_cara_valueChanged(int value); 272 void ferment_perc_cara_valueChanged(int value);
376 bool block_hop(int stage, int useat); 382 bool block_hop(int stage, int useat);
377 bool block_misc(int stage, int use_use); 383 bool block_misc(int stage, int use_use);
378 bool block_yeast(int stage, int use); 384 bool block_yeast(int stage, int use);
379 void check_waters(); 385 void check_waters();
380 void images_Init(); 386 void images_Init();
381 bool images_loadFile(const QString &fileName); 387 void images_Thumbnails();
388 void images_Main(int id);
382 }; 389 };
383 390
384 #endif 391 #endif

mercurial