Skip to content

Commit

Permalink
small ui update in messageviewer -> buttonbox
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12074 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
macho committed Nov 10, 2009
1 parent 81bb122 commit 45cf550
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/ui/qgsmessageviewer.ui
Expand Up @@ -44,9 +44,9 @@
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="btnClose">
<property name="text">
<string>Close</string>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
Expand All @@ -72,23 +72,22 @@
<tabstops>
<tabstop>txtMessage</tabstop>
<tabstop>checkBox</tabstop>
<tabstop>btnClose</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>btnClose</sender>
<signal>clicked()</signal>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>QgsMessageViewer</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>483</x>
<y>271</y>
<x>450</x>
<y>257</y>
</hint>
<hint type="destinationlabel">
<x>249</x>
<y>141</y>
<x>495</x>
<y>188</y>
</hint>
</hints>
</connection>
Expand Down

0 comments on commit 45cf550

Please sign in to comment.