Skip to content
Snippets Groups Projects
Commit 007cc3a9 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

BUG: MANTIS-1278: Added OpenGL/GLSL buttons to Monteverdi preferences dialog.

parent 54b4fa5a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>445</width>
<height>397</height>
<height>425</height>
</rect>
</property>
<property name="sizePolicy">
......@@ -176,8 +176,8 @@
<string>Rendering</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="2" column="0">
<widget class="QLabel" name="tileSizeLabel">
<item row="1" column="0">
<widget class="QLabel" name="resolutionLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Minimum">
<horstretch>0</horstretch>
......@@ -185,15 +185,22 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>Size of the image-tile which is loaded when view shifts to an unloaded area.</string>
<string>Method to choose level of resolution pyramid when scale is between two levels</string>
</property>
<property name="text">
<string>Image tile size</string>
<string>Level of resolution pyramid</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="resolutionLabel">
<item row="1" column="1">
<widget class="QComboBox" name="resolutionComboBox">
<property name="toolTip">
<string>Method to choose level of resolution pyramid when scale is between two levels</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="tileSizeLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Minimum">
<horstretch>0</horstretch>
......@@ -201,22 +208,35 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>Method to choose level of resolution pyramid when scale is between two levels</string>
<string>Size of the image-tile which is loaded when view shifts to an unloaded area.</string>
</property>
<property name="text">
<string>Level of resolution pyramid</string>
<string>Image tile size</string>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QComboBox" name="resolutionComboBox">
<property name="toolTip">
<string>Method to choose level of resolution pyramid when scale is between two levels</string>
<item row="2" column="1">
<widget class="QComboBox" name="tileSizeComboBox"/>
</item>
<item row="0" column="0">
<widget class="QRadioButton" name="glRadioButton">
<property name="text">
<string>OpenGL texture</string>
</property>
<attribute name="buttonGroup">
<string notr="true">glButtonGroup</string>
</attribute>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QComboBox" name="tileSizeComboBox"/>
<item row="0" column="1">
<widget class="QRadioButton" name="glslRadioButton">
<property name="text">
<string>OpenGL Shading Language</string>
</property>
<attribute name="buttonGroup">
<string notr="true">glButtonGroup</string>
</attribute>
</widget>
</item>
</layout>
</widget>
......@@ -380,4 +400,7 @@
</hints>
</connection>
</connections>
<buttongroups>
<buttongroup name="glButtonGroup"/>
</buttongroups>
</ui>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment