changeset 4434 | 34c305fbc63c |
parent 4427 | c5193713055f |
child 4439 | 27a896207aae |
4433:e0092290b7c5 | 4434:34c305fbc63c |
---|---|
42 |
42 |
43 void MainWindow::scene_pathChanged() |
43 void MainWindow::scene_pathChanged() |
44 { |
44 { |
45 ui->plainTextEdit->setPlainText(scene->encode().toBase64()); |
45 ui->plainTextEdit->setPlainText(scene->encode().toBase64()); |
46 } |
46 } |
47 |
|
48 void MainWindow::on_pbSimplify_clicked() |
|
49 { |
|
50 scene->simplify(); |
|
51 } |