Skip to content

Commit

Permalink
Removed old attribute table ui file, renamed and updated current ui f…
Browse files Browse the repository at this point in the history
…ile.

git-svn-id: http://svn.osgeo.org/qgis/trunk@10552 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Apr 13, 2009
1 parent 16ac75c commit 9d8d1e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 267 deletions.
262 changes: 0 additions & 262 deletions src/ui/qgsattributetablebase.ui

This file was deleted.

10 changes: 5 additions & 5 deletions src/ui/BeataGui.ui → src/ui/qgsattributetabledialog.ui
@@ -1,6 +1,6 @@
<ui version="4.0" >
<class>BeataDialogGui</class>
<widget class="QDialog" name="BeataDialogGui" >
<class>QgsAttributeTableDialog</class>
<widget class="QDialog" name="QgsAttributeTableDialog" >
<property name="geometry" >
<rect>
<x>0</x>
Expand Down Expand Up @@ -32,7 +32,7 @@
<number>0</number>
</property>
<item row="0" column="0" >
<widget class="BeataView" name="mView" >
<widget class="QgsAttributeTableView" name="mView" >
<property name="alternatingRowColors" >
<bool>true</bool>
</property>
Expand Down Expand Up @@ -258,9 +258,9 @@
</widget>
<customwidgets>
<customwidget>
<class>BeataView</class>
<class>QgsAttributeTableView</class>
<extends>QTableView</extends>
<header>BeataView.h</header>
<header>qgsattributetableview.h</header>
</customwidget>
</customwidgets>
<tabstops>
Expand Down

0 comments on commit 9d8d1e8

Please sign in to comment.