Skip to content

Commit

Permalink
fixing some UI bugs in settings dialog
Browse files Browse the repository at this point in the history
Signed-off-by: Werner Macho <werner.macho@gmail.com>
  • Loading branch information
mach0 committed Jun 4, 2014
1 parent b480d17 commit ac0cbb4
Showing 1 changed file with 100 additions and 81 deletions.
181 changes: 100 additions & 81 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>820</width>
<height>636</height>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="minimumSize">
Expand All @@ -25,6 +25,9 @@
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QSplitter" name="mOptionsSplitter">
<property name="enabled">
<bool>true</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Expand Down Expand Up @@ -268,8 +271,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>647</width>
<height>589</height>
<width>613</width>
<height>599</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_28">
Expand Down Expand Up @@ -931,8 +934,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>515</width>
<height>820</height>
<width>621</width>
<height>860</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_22">
Expand Down Expand Up @@ -1090,58 +1093,6 @@
<string>Environment</string>
</property>
<layout class="QGridLayout" name="gridLayout_32">
<item row="3" column="0" colspan="4">
<widget class="QTableWidget" name="mCustomVariablesTable">
<property name="minimumSize">
<size>
<width>0</width>
<height>120</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::AllEditTriggers</set>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="cornerButtonEnabled">
<bool>false</bool>
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>4</number>
</attribute>
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>Apply</string>
</property>
</column>
<column>
<property name="text">
<string>Variable</string>
</property>
</column>
<column>
<property name="text">
<string>Value</string>
</property>
</column>
</widget>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="mRemoveCustomVarBtn">
<property name="sizePolicy">
Expand Down Expand Up @@ -1266,9 +1217,74 @@
</property>
</spacer>
</item>
<item row="3" column="0" colspan="4">
<widget class="QTableWidget" name="mCustomVariablesTable">
<property name="minimumSize">
<size>
<width>0</width>
<height>120</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::AllEditTriggers</set>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="cornerButtonEnabled">
<bool>false</bool>
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>4</number>
</attribute>
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>Apply</string>
</property>
</column>
<column>
<property name="text">
<string>Variable</string>
</property>
</column>
<column>
<property name="text">
<string>Value</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_11">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
Expand All @@ -1293,8 +1309,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>647</width>
<height>589</height>
<width>626</width>
<height>549</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_27">
Expand Down Expand Up @@ -1603,8 +1619,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>630</width>
<height>674</height>
<width>661</width>
<height>751</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_29">
Expand Down Expand Up @@ -2242,8 +2258,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>413</width>
<height>305</height>
<width>626</width>
<height>549</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_25">
Expand Down Expand Up @@ -2578,8 +2594,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>647</width>
<height>589</height>
<width>626</width>
<height>652</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_30">
Expand Down Expand Up @@ -2882,7 +2898,7 @@
</property>
<layout class="QGridLayout" name="_8">
<property name="margin">
<number>11</number>
<number>9</number>
</property>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
Expand Down Expand Up @@ -3074,16 +3090,19 @@
<rect>
<x>0</x>
<y>0</y>
<width>381</width>
<height>326</height>
<width>464</width>
<height>367</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_39">
<property name="topMargin">
<number>0</number>
<number>9</number>
</property>
<item>
<widget class="QgsCollapsibleGroupBox" name="groupBox_3">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Composition defaults</string>
</property>
Expand Down Expand Up @@ -3285,13 +3304,13 @@
<rect>
<x>0</x>
<y>0</y>
<width>374</width>
<height>529</height>
<width>461</width>
<height>607</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_31">
<property name="topMargin">
<number>0</number>
<number>9</number>
</property>
<item>
<widget class="QgsCollapsibleGroupBox" name="mEnterAttributeValuesGroupBox">
Expand Down Expand Up @@ -3776,8 +3795,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>345</width>
<height>350</height>
<width>437</width>
<height>363</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
Expand Down Expand Up @@ -3906,8 +3925,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>491</width>
<height>647</height>
<width>603</width>
<height>694</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_15">
Expand Down Expand Up @@ -4160,8 +4179,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>225</width>
<height>201</height>
<width>280</width>
<height>212</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_32">
Expand Down Expand Up @@ -4250,8 +4269,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>389</width>
<height>586</height>
<width>613</width>
<height>668</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_33">
Expand Down

0 comments on commit ac0cbb4

Please sign in to comment.