slot dial rotation (value changed)
- Parameters:
-
Definition at line 814 of file aimainwindow.cpp.
00815 {
00816 try
00817 {
00818 m_view->view()->retate( static_cast<qreal>( value ) );
00819 }
00820 catch(const std::exception & exception )
00821 {
00822 QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00823 }
00824 }