Skip to content

Commit

Permalink
added context help button to attribute display dialog
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6093 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Nov 16, 2006
1 parent cf82985 commit 6c7a538
Showing 1 changed file with 101 additions and 113 deletions.
214 changes: 101 additions & 113 deletions src/ui/qgsattributetablebase.ui
@@ -1,7 +1,4 @@
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>QgsAttributeTableBase</class>
<widget class="QDialog" name="QgsAttributeTableBase" >
<property name="geometry" >
Expand All @@ -18,14 +15,111 @@
<property name="windowIcon" >
<iconset/>
</property>
<layout class="QVBoxLayout" >
<layout class="QGridLayout" >
<property name="margin" >
<number>10</number>
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<item row="2" column="0" >
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QPushButton" name="btnHelp" >
<property name="text" >
<string>&amp;Help</string>
</property>
<property name="shortcut" >
<string>Alt+C</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="textLabel1" >
<property name="text" >
<string>Search for:</string>
</property>
<property name="buddy" >
<cstring>mSearchText</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="mSearchText" />
</item>
<item>
<widget class="QLabel" name="textLabel2" >
<property name="text" >
<string>in</string>
</property>
<property name="buddy" >
<cstring>mSearchColumns</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="mSearchColumns" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mSearchButton" >
<property name="text" >
<string>Search</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="mSearchShowResults" />
</item>
<item>
<widget class="QPushButton" name="btnAdvancedSearch" >
<property name="text" >
<string>Adva&amp;nced...</string>
</property>
<property name="shortcut" >
<string>Alt+N</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnClose" >
<property name="text" >
<string>&amp;Close</string>
</property>
<property name="shortcut" >
<string>Alt+C</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0" >
<widget class="QgsAttributeTable" native="1" name="tblAttributes" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="0" column="0" >
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
Expand Down Expand Up @@ -167,120 +261,14 @@
</item>
</layout>
</item>
<item>
<widget class="QgsAttributeTable" name="tblAttributes" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="textLabel1" >
<property name="text" >
<string>Search for:</string>
</property>
<property name="buddy" >
<cstring>mSearchText</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="mSearchText" />
</item>
<item>
<widget class="QLabel" name="textLabel2" >
<property name="text" >
<string>in</string>
</property>
<property name="buddy" >
<cstring>mSearchColumns</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="mSearchColumns" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mSearchButton" >
<property name="text" >
<string>Search</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="mSearchShowResults" />
</item>
<item>
<widget class="QPushButton" name="btnAdvancedSearch" >
<property name="text" >
<string>Adva&amp;nced...</string>
</property>
<property name="shortcut" >
<string>Alt+N</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>70</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnClose" >
<property name="text" >
<string>&amp;Close</string>
</property>
<property name="shortcut" >
<string>Alt+C</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<pixmapfunction></pixmapfunction>
<customwidgets>
<customwidget>
<class>QgsAttributeTable</class>
<extends></extends>
<extends>QWidget</extends>
<header>qgsattributetable.h</header>
<container>0</container>
<pixmap></pixmap>
</customwidget>
</customwidgets>
<tabstops>
Expand Down

0 comments on commit 6c7a538

Please sign in to comment.