-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
forgotten UI file for attribute table
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10338 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
wonder
committed
Mar 20, 2009
1 parent
49131cd
commit 9346889
Showing
1 changed file
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<ui version="4.0" > | ||
<class>BeataDialogGui</class> | ||
<widget class="QDialog" name="BeataDialogGui" > | ||
<property name="geometry" > | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>623</width> | ||
<height>570</height> | ||
</rect> | ||
</property> | ||
<property name="windowTitle" > | ||
<string>BEtter Attribute TAble</string> | ||
</property> | ||
<layout class="QVBoxLayout" > | ||
<item> | ||
<widget class="BeataView" name="mView" /> | ||
</item> | ||
<item> | ||
<layout class="QHBoxLayout" > | ||
<item> | ||
<widget class="QPushButton" name="searchButton" > | ||
<property name="text" > | ||
<string>Search</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QLabel" name="searchFor" > | ||
<property name="text" > | ||
<string>for</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QLineEdit" name="query" /> | ||
</item> | ||
<item> | ||
<widget class="QLabel" name="searchIn" > | ||
<property name="text" > | ||
<string>in</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QComboBox" name="columnBox" /> | ||
</item> | ||
<item> | ||
<widget class="Line" name="line" > | ||
<property name="orientation" > | ||
<enum>Qt::Vertical</enum> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QComboBox" name="showBox" /> | ||
</item> | ||
<item> | ||
<widget class="Line" name="line_2" > | ||
<property name="orientation" > | ||
<enum>Qt::Vertical</enum> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QPushButton" name="actionsButton" > | ||
<property name="text" > | ||
<string>Actions...</string> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</item> | ||
</layout> | ||
</widget> | ||
<customwidgets> | ||
<customwidget> | ||
<class>BeataView</class> | ||
<extends>QTableView</extends> | ||
<header>BeataView.h</header> | ||
</customwidget> | ||
</customwidgets> | ||
<resources/> | ||
<connections/> | ||
</ui> |