Don't allow resizing of new dialog.

This commit is contained in:
Daniel Molkentin
2010-04-23 15:26:37 +02:00
parent a8fc1f48d4
commit e81e001f6e

View File

@@ -10,10 +10,19 @@
<height>390</height> <height>390</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>New Project</string> <string>New Project</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<property name="sizeConstraint">
<enum>QLayout::SetFixedSize</enum>
</property>
<item row="3" column="1"> <item row="3" column="1">
<widget class="QTextBrowser" name="templateDescription"> <widget class="QTextBrowser" name="templateDescription">
<property name="sizePolicy"> <property name="sizePolicy">
@@ -95,9 +104,6 @@
<attribute name="headerVisible"> <attribute name="headerVisible">
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
</widget> </widget>
</item> </item>
</layout> </layout>