PointProbe and point movement
This commit is contained in:
parent
4ae8031e88
commit
4148d42bfb
4 changed files with 71 additions and 13 deletions
|
|
@ -18,6 +18,8 @@ MainWindow::~MainWindow()
|
|||
|
||||
void MainWindow::onGridUpdated()
|
||||
{
|
||||
ui->gridPreview->repaint();
|
||||
|
||||
ui->textPreview->setPlainText(ui->gridPreview->toLuaTable());
|
||||
|
||||
ui->spinGridWidth->setValue(ui->gridPreview->getWidth());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue