Skip to content

Commit

Permalink
Removed "Help" button from the GRASS plug-in window to fix #1778.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11076 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rugginoso committed Jul 15, 2009
1 parent 4a1d457 commit 9aa9399
Showing 1 changed file with 37 additions and 36 deletions.
73 changes: 37 additions & 36 deletions src/plugins/grass/qgsgrasstoolsbase.ui
@@ -1,80 +1,81 @@
<ui version="4.0" >
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QgsGrassToolsBase</class>
<widget class="QDialog" name="QgsGrassToolsBase" >
<property name="geometry" >
<widget class="QDialog" name="QgsGrassToolsBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle" >
<property name="windowTitle">
<string>Grass Tools</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QTabWidget" name="mTabWidget" >
<property name="currentIndex" >
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="mTabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="modulesTree" >
<attribute name="title" >
<widget class="QWidget" name="modulesTree">
<attribute name="title">
<string>Modules Tree</string>
</attribute>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QTreeWidget" name="mModulesTree" >
<property name="indentation" >
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QTreeWidget" name="mModulesTree">
<property name="indentation">
<number>8</number>
</property>
<property name="rootIsDecorated" >
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="headerHidden" stdset="0" >
<property name="headerHidden">
<bool>true</bool>
</property>
<column>
<property name="text" >
<property name="text">
<string>1</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="modulesList" >
<attribute name="title" >
<widget class="QWidget" name="modulesList">
<attribute name="title">
<string>Modules List</string>
</attribute>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QListView" name="mListView" >
<property name="alternatingRowColors" >
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QListView" name="mListView">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="wordWrap" >
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLineEdit" name="mFilterInput" />
<item row="1" column="0">
<widget class="QLineEdit" name="mFilterInput"/>
</item>
</layout>
</widget>
</widget>
</item>
<item row="1" column="0" >
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="orientation" >
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::NoButton</set>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
Expand All @@ -88,11 +89,11 @@
<receiver>QgsGrassToolsBase</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>252</x>
<y>295</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
Expand All @@ -104,11 +105,11 @@
<receiver>QgsGrassToolsBase</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>320</x>
<y>295</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
Expand Down

0 comments on commit 9aa9399

Please sign in to comment.