git-svn-id: svn://db.shs.com.ru/libs@703 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -242,3 +242,10 @@ void QGLViewWindow::on_actionScale_triggered(bool on) {
|
||||
actionScale ->setChecked(true);
|
||||
view->view()->setCurrentAction(RendererService::haScale);
|
||||
}
|
||||
|
||||
|
||||
#include "glcubemap.h"
|
||||
void QGLViewWindow::on_pushButton_3_clicked() {
|
||||
QString f = QFileDialog::getOpenFileName(this, "Select file", "", "*");
|
||||
if (f.isEmpty()) return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user