Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Saved dialog using qt 4.2.1
git-svn-id: http://svn.osgeo.org/qgis/trunk@7885 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 9, 2008
1 parent 2002f68 commit 026a061
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/plugins/quick_print/quickprintguibase.ui
Expand Up @@ -6,7 +6,7 @@
<x>0</x>
<y>0</y>
<width>419</width>
<height>477</height>
<height>443</height>
</rect>
</property>
<property name="windowTitle" >
Expand All @@ -16,10 +16,18 @@
<iconset resource="quickprint.qrc" >:/quickprint/quickprint.png</iconset>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>11</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QLabel" name="txtHeading" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down Expand Up @@ -88,6 +96,12 @@
<string>Output</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>11</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QRadioButton" name="radUseIncrementedFileName" >
<property name="text" >
Expand Down

0 comments on commit 026a061

Please sign in to comment.