src/EditProductTab4.cpp

changeset 464
1fed3ff9a64e
parent 454
2dfead81c72f
child 516
9161465e0eac
equal deleted inserted replaced
463:98df69885455 464:1fed3ff9a64e
54 54
55 const QStringList labels({tr("Origin"), tr("Hop"), tr("Type"), tr("Form"), tr("Alpha"), tr("Use at"), tr("Time"), 55 const QStringList labels({tr("Origin"), tr("Hop"), tr("Type"), tr("Form"), tr("Alpha"), tr("Use at"), tr("Time"),
56 tr("IBU"), tr("Amount"), tr("Stock"), tr("Delete"), tr("Edit") }); 56 tr("IBU"), tr("Amount"), tr("Stock"), tr("Delete"), tr("Edit") });
57 57
58 ui->hopsTable->setColumnCount(12); 58 ui->hopsTable->setColumnCount(12);
59 ui->hopsTable->setColumnWidth(0, 140); /* Origin */ 59 ui->hopsTable->setColumnWidth(0, 150); /* Origin */
60 ui->hopsTable->setColumnWidth(1, 225); /* Hop */ 60 ui->hopsTable->setColumnWidth(1, 245); /* Hop */
61 ui->hopsTable->setColumnWidth(2, 74); /* Type */ 61 ui->hopsTable->setColumnWidth(2, 74); /* Type */
62 ui->hopsTable->setColumnWidth(3, 84); /* Form */ 62 ui->hopsTable->setColumnWidth(3, 84); /* Form */
63 ui->hopsTable->setColumnWidth(4, 55); /* Alpha% */ 63 ui->hopsTable->setColumnWidth(4, 55); /* Alpha% */
64 ui->hopsTable->setColumnWidth(5, 75); /* Added */ 64 ui->hopsTable->setColumnWidth(5, 75); /* Added */
65 ui->hopsTable->setColumnWidth(6, 65); /* Time */ 65 ui->hopsTable->setColumnWidth(6, 65); /* Time */

mercurial