src/gui.cpp

changeset 554
2478a6b3106d
parent 553
2418d5955421
equal deleted inserted replaced
553:2418d5955421 554:2478a6b3106d
651 } 651 }
652 652
653 AddObjectDialog::staticDialog (obj->getType(), obj); 653 AddObjectDialog::staticDialog (obj->getType(), obj);
654 } 654 }
655 655
656 #if 0
656 // ============================================================================= 657 // =============================================================================
657 // ----------------------------------------------------------------------------- 658 // -----------------------------------------------------------------------------
658 void ForgeWindow::primitiveLoaderStart (int max) 659 void ForgeWindow::primitiveLoaderStart (int max)
659 { m_primLoaderWidget->show(); 660 { m_primLoaderWidget->show();
660 m_primLoaderBar->setRange (0, max); 661 m_primLoaderBar->setRange (0, max);
676 hidetimer->setSingleShot (true); 677 hidetimer->setSingleShot (true);
677 hidetimer->start (1500); 678 hidetimer->start (1500);
678 m_primLoaderBar->setFormat (tr ("Done")); 679 m_primLoaderBar->setFormat (tr ("Done"));
679 log (tr ("Primitives scanned: %1 primitives listed"), m_primLoaderBar->value()); 680 log (tr ("Primitives scanned: %1 primitives listed"), m_primLoaderBar->value());
680 } 681 }
682 #endif
681 683
682 // ============================================================================= 684 // =============================================================================
683 // ----------------------------------------------------------------------------- 685 // -----------------------------------------------------------------------------
684 void ForgeWindow::save (LDDocument* f, bool saveAs) 686 void ForgeWindow::save (LDDocument* f, bool saveAs)
685 { str path = f->getName(); 687 { str path = f->getName();

mercurial