Skip to content

Commit

Permalink
Switch position of add and show button in composer manager
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12596 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Dec 23, 2009
1 parent 0d2607e commit 39a4885
Showing 1 changed file with 35 additions and 36 deletions.
71 changes: 35 additions & 36 deletions src/ui/qgscomposermanagerbase.ui
@@ -1,69 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<ui version="4.0" >
<class>QgsComposerManagerBase</class>
<widget class="QDialog" name="QgsComposerManagerBase">
<property name="geometry">
<widget class="QDialog" name="QgsComposerManagerBase" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>333</width>
<height>198</height>
<width>346</width>
<height>203</height>
</rect>
</property>
<property name="windowTitle">
<property name="windowTitle" >
<string>Composer manager</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" rowspan="5">
<widget class="QListWidget" name="mComposerListWidget"/>
<layout class="QGridLayout" name="gridLayout" >
<item rowspan="5" row="0" column="0" >
<widget class="QListWidget" name="mComposerListWidget" />
</item>
<item row="0" column="1">
<widget class="QPushButton" name="mAddButton">
<property name="text">
<string>Add</string>
<item row="0" column="1" >
<widget class="QPushButton" name="mShowPushButton" >
<property name="text" >
<string>Show</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="mRemoveButton">
<property name="text">
<item row="1" column="1" >
<widget class="QPushButton" name="mRemoveButton" >
<property name="text" >
<string>Remove</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="mRenamePushButton">
<property name="text">
<item row="2" column="1" >
<widget class="QPushButton" name="mRenamePushButton" >
<property name="text" >
<string>Rename</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="mShowPushButton">
<property name="text">
<string>Show</string>
<item row="3" column="1" >
<widget class="QPushButton" name="mAddButton" >
<property name="text" >
<string>Add</string>
</property>
</widget>
</item>
<item row="4" column="1">
<spacer name="verticalSpacer">
<property name="orientation">
<item row="4" column="1" >
<spacer name="verticalSpacer" >
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<property name="sizeHint" stdset="0" >
<size>
<width>20</width>
<height>50</height>
</size>
</property>
</spacer>
</item>
<item row="5" column="0" colspan="2">
<widget class="QDialogButtonBox" name="mButtonBox">
<property name="orientation">
<item row="5" column="0" colspan="2" >
<widget class="QDialogButtonBox" name="mButtonBox" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<property name="standardButtons" >
<set>QDialogButtonBox::Close</set>
</property>
</widget>
Expand All @@ -78,11 +77,11 @@
<receiver>QgsComposerManagerBase</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<hint type="sourcelabel" >
<x>251</x>
<y>193</y>
</hint>
<hint type="destinationlabel">
<hint type="destinationlabel" >
<x>157</x>
<y>274</y>
</hint>
Expand All @@ -94,11 +93,11 @@
<receiver>QgsComposerManagerBase</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<hint type="sourcelabel" >
<x>251</x>
<y>193</y>
</hint>
<hint type="destinationlabel">
<hint type="destinationlabel" >
<x>286</x>
<y>274</y>
</hint>
Expand Down

0 comments on commit 39a4885

Please sign in to comment.