Make parallel lines
And make TODO for P2P
This commit is contained in:
@@ -14,5 +14,18 @@ DRAWer_2_0::~DRAWer_2_0()
|
||||
void DRAWer_2_0::on_pushButton_clicked()
|
||||
{
|
||||
ui.label->setText(QString::number(counter++));
|
||||
ui.widget->changeMode(Mode::DrawingLine);
|
||||
}
|
||||
|
||||
|
||||
void DRAWer_2_0::on_pushButton_2_clicked()
|
||||
{
|
||||
ui.widget->changeMode(Mode::Parallel);
|
||||
}
|
||||
|
||||
|
||||
void DRAWer_2_0::on_pushButton_3_clicked()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user