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;
|
||||
}
|
||||
|
||||
@@ -105,6 +105,8 @@ private slots:
|
||||
void on_spinFogDensity_valueChanged(double v) {view->view()->setFogDensity(v);}
|
||||
void on_spinFogDecay_valueChanged(double v) {view->view()->setFogDecay(v);}
|
||||
|
||||
void on_pushButton_3_clicked();
|
||||
|
||||
public slots:
|
||||
|
||||
signals:
|
||||
|
||||
@@ -80,8 +80,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>945</width>
|
||||
<height>636</height>
|
||||
<width>934</width>
|
||||
<height>737</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_9">
|
||||
@@ -635,6 +635,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pushButton_3">
|
||||
<property name="text">
|
||||
<string>load HDR</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
@@ -741,7 +748,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1107</width>
|
||||
<height>21</height>
|
||||
<height>24</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
|
||||
Reference in New Issue
Block a user