src/EditRecipeTab6.cpp

changeset 454
2dfead81c72f
parent 452
c4c5d02131be
equal deleted inserted replaced
453:fc0c10d79539 454:2dfead81c72f
23 QString w; 23 QString w;
24 QWidget* pWidget; 24 QWidget* pWidget;
25 QHBoxLayout* pLayout; 25 QHBoxLayout* pLayout;
26 QTableWidgetItem *item; 26 QTableWidgetItem *item;
27 QIcon down_icon, up_icon; 27 QIcon down_icon, up_icon;
28
29 qDebug() << "refreshMashs" << recipe->mashs.size();
30 28
31 down_icon.addFile(QString::fromUtf8(":/icons/silk/bullet_arrow_down.png"), QSize(), QIcon::Normal, QIcon::Off); 29 down_icon.addFile(QString::fromUtf8(":/icons/silk/bullet_arrow_down.png"), QSize(), QIcon::Normal, QIcon::Off);
32 up_icon.addFile(QString::fromUtf8(":/icons/silk/bullet_arrow_up.png"), QSize(), QIcon::Normal, QIcon::Off); 30 up_icon.addFile(QString::fromUtf8(":/icons/silk/bullet_arrow_up.png"), QSize(), QIcon::Normal, QIcon::Off);
33 31
34 const QStringList labels({tr("Step name"), tr("Type"), tr("Start"), tr("End"), tr("Rest"), tr("Ramp"), 32 const QStringList labels({tr("Step name"), tr("Type"), tr("Start"), tr("End"), tr("Rest"), tr("Ramp"),

mercurial