mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
removed setModal(true) from the dialog to prevent Qt 3.1 compilation error
git-svn-id: http://svn.osgeo.org/qgis/trunk@606 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
c070be862b
commit
020e92a1a8
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
||||
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
|
||||
<class>QgsPatternDialogBase</class>
|
||||
<widget class="QDialog">
|
||||
<property name="name">
|
||||
@ -8,16 +8,13 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>326</width>
|
||||
<height>283</height>
|
||||
<width>328</width>
|
||||
<height>289</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="caption">
|
||||
<string>select a pattern</string>
|
||||
</property>
|
||||
<property name="modal">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<grid>
|
||||
<property name="name">
|
||||
<cstring>unnamed</cstring>
|
||||
|
Loading…
x
Reference in New Issue
Block a user