src/addObjectDialog.cpp

changeset 479
f179241a72a8
parent 475
1f5ab7410e4d
child 491
7d1b5ecd76c0
equal deleted inserted replaced
478:c7f8989c995f 479:f179241a72a8
80 case LDObject::Vertex: 80 case LDObject::Vertex:
81 coordCount = 3; 81 coordCount = 3;
82 break; 82 break;
83 83
84 case LDObject::BFC: 84 case LDObject::BFC:
85 rb_bfcType = new RadioBox ("Statement", {}, 0, Qt::Vertical); 85 rb_bfcType = new RadioGroup ("Statement", {}, 0, Qt::Vertical);
86 86
87 for (int i = 0; i < LDBFC::NumStatements; ++i) { 87 for (int i = 0; i < LDBFC::NumStatements; ++i) {
88 // Separate these in two columns 88 // Separate these in two columns
89 if (i == LDBFC::NumStatements / 2) 89 if (i == LDBFC::NumStatements / 2)
90 rb_bfcType->rowBreak(); 90 rb_bfcType->rowBreak();

mercurial