-
-
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.
Reinstate ui to prevent compile issues
git-svn-id: http://svn.osgeo.org/qgis/trunk@11945 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
timlinux
committed
Nov 7, 2009
1 parent
fd4082c
commit 4e006d8
Showing
2 changed files
with
82 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
78 changes: 78 additions & 0 deletions
78
src/plugins/coordinate_capture/coordinatecaptureguibase.ui
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,78 @@ | ||
<ui version="4.0" > | ||
<class>CoordinateCaptureGuiBase</class> | ||
<widget class="QDialog" name="CoordinateCaptureGuiBase" > | ||
<property name="geometry" > | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>584</width> | ||
<height>435</height> | ||
</rect> | ||
</property> | ||
<property name="windowTitle" > | ||
<string>QGIS Plugin Template</string> | ||
</property> | ||
<property name="windowIcon" > | ||
<iconset> | ||
<normaloff/> | ||
</iconset> | ||
</property> | ||
<layout class="QGridLayout" > | ||
<property name="margin" > | ||
<number>9</number> | ||
</property> | ||
<property name="spacing" > | ||
<number>6</number> | ||
</property> | ||
<item row="0" column="0" > | ||
<widget class="QLabel" name="txtHeading" > | ||
<property name="sizePolicy" > | ||
<sizepolicy> | ||
<hsizetype>5</hsizetype> | ||
<vsizetype>1</vsizetype> | ||
<horstretch>0</horstretch> | ||
<verstretch>0</verstretch> | ||
</sizepolicy> | ||
</property> | ||
<property name="font" > | ||
<font> | ||
<family>Sans Serif</family> | ||
<pointsize>24</pointsize> | ||
<weight>75</weight> | ||
<italic>false</italic> | ||
<bold>true</bold> | ||
<underline>false</underline> | ||
<strikeout>false</strikeout> | ||
</font> | ||
</property> | ||
<property name="text" > | ||
<string>Plugin Template</string> | ||
</property> | ||
<property name="alignment" > | ||
<set>Qt::AlignCenter</set> | ||
</property> | ||
</widget> | ||
</item> | ||
<item row="1" column="0" > | ||
<widget class="QTextBrowser" name="textBrowser" > | ||
<property name="openExternalLinks" > | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item row="2" column="0" > | ||
<widget class="QDialogButtonBox" name="buttonBox" > | ||
<property name="orientation" > | ||
<enum>Qt::Horizontal</enum> | ||
</property> | ||
<property name="standardButtons" > | ||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok|QDialogButtonBox::SaveAll</set> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
<layoutdefault spacing="6" margin="11" /> | ||
<resources/> | ||
<connections/> | ||
</ui> |