Skip to content

Commit

Permalink
Move composer template paths settings
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Feb 26, 2016
1 parent 77a02ae commit ab801aa
Showing 1 changed file with 81 additions and 87 deletions.
168 changes: 81 additions & 87 deletions src/ui/qgsoptionsbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1139</width>
<width>791</width>
<height>629</height>
</rect>
</property>
Expand Down Expand Up @@ -308,7 +308,7 @@
<item>
<widget class="QStackedWidget" name="mOptionsStackedWidget">
<property name="currentIndex">
<number>6</number>
<number>0</number>
</property>
<widget class="QWidget" name="mOptionsPageGeneral">
<layout class="QVBoxLayout" name="verticalLayout_3">
Expand Down Expand Up @@ -337,8 +337,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>723</width>
<height>670</height>
<width>618</width>
<height>582</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_28">
Expand Down Expand Up @@ -1010,8 +1010,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>663</width>
<height>1057</height>
<width>713</width>
<height>826</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_22">
Expand Down Expand Up @@ -1068,59 +1068,6 @@
</layout>
</widget>
</item>
<item>
<widget class="QgsCollapsibleGroupBox" name="groupBox_27">
<property name="title">
<string>Composer Paths</string>
</property>
<layout class="QGridLayout" name="_7">
<item row="0" column="0">
<widget class="QLabel" name="mSVGLabel_3">
<property name="text">
<string>Path(s) to search fo extra print templates</string>
</property>
</widget>
</item>
<item row="0" column="1">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>31</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="mBtnAddTemplatePath">
<property name="text">
<string>Add</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="mBtnRemoveTemplatePath">
<property name="text">
<string>Remove</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="4">
<widget class="QListWidget" name="mListComposerTemplatePaths">
<property name="minimumSize">
<size>
<width>0</width>
<height>120</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QgsCollapsibleGroupBox" name="groupBox_4">
<property name="title">
Expand Down Expand Up @@ -1447,8 +1394,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>581</width>
<height>691</height>
<width>713</width>
<height>601</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_27">
Expand Down Expand Up @@ -1826,8 +1773,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>747</width>
<height>802</height>
<width>713</width>
<height>675</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_29">
Expand Down Expand Up @@ -2546,8 +2493,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>171</width>
<height>258</height>
<width>730</width>
<height>582</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_46">
Expand Down Expand Up @@ -2651,8 +2598,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>528</width>
<height>327</height>
<width>618</width>
<height>582</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_25">
Expand Down Expand Up @@ -2989,8 +2936,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>949</width>
<height>645</height>
<width>618</width>
<height>582</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_30">
Expand Down Expand Up @@ -3451,14 +3398,11 @@
<rect>
<x>0</x>
<y>0</y>
<width>514</width>
<height>307</height>
<width>618</width>
<height>582</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_39">
<property name="topMargin">
<number>9</number>
</property>
<item>
<widget class="QgsCollapsibleGroupBox" name="groupBox_3">
<property name="enabled">
Expand Down Expand Up @@ -3610,6 +3554,59 @@
</layout>
</widget>
</item>
<item>
<widget class="QgsCollapsibleGroupBox" name="groupBox_27">
<property name="title">
<string>Composer Paths</string>
</property>
<layout class="QGridLayout" name="_7">
<item row="0" column="0">
<widget class="QLabel" name="mSVGLabel_3">
<property name="text">
<string>Path(s) to search fo extra print templates</string>
</property>
</widget>
</item>
<item row="0" column="1">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>31</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="mBtnAddTemplatePath">
<property name="text">
<string>Add</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="mBtnRemoveTemplatePath">
<property name="text">
<string>Remove</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="4">
<widget class="QListWidget" name="mListComposerTemplatePaths">
<property name="minimumSize">
<size>
<width>0</width>
<height>120</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_10">
<property name="orientation">
Expand Down Expand Up @@ -3656,8 +3653,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>570</width>
<height>668</height>
<width>618</width>
<height>582</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_31">
Expand Down Expand Up @@ -4201,8 +4198,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>474</width>
<height>372</height>
<width>618</width>
<height>582</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
Expand Down Expand Up @@ -4340,8 +4337,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>574</width>
<height>647</height>
<width>601</width>
<height>595</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_15">
Expand Down Expand Up @@ -4586,8 +4583,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>305</width>
<height>226</height>
<width>618</width>
<height>582</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_32">
Expand Down Expand Up @@ -4695,8 +4692,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>542</width>
<height>740</height>
<width>601</width>
<height>634</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_33">
Expand Down Expand Up @@ -5256,9 +5253,6 @@
<tabstop>mBtnAddSVGPath</tabstop>
<tabstop>mBtnRemoveSVGPath</tabstop>
<tabstop>mListSVGPaths</tabstop>
<tabstop>mBtnAddTemplatePath</tabstop>
<tabstop>mBtnRemoveTemplatePath</tabstop>
<tabstop>mListComposerTemplatePaths</tabstop>
<tabstop>mBtnAddPluginPath</tabstop>
<tabstop>mBtnRemovePluginPath</tabstop>
<tabstop>mListPluginPaths</tabstop>
Expand Down

0 comments on commit ab801aa

Please sign in to comment.