Skip to content

Commit

Permalink
Added description field to publishing dialog. Refs #8742.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Jan 31, 2014
1 parent 9f8ac17 commit 6cda8d4
Showing 1 changed file with 19 additions and 6 deletions.
Expand Up @@ -7,8 +7,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>454</width>
<height>249</height>
<width>526</width>
<height>281</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -165,8 +165,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>434</width>
<height>165</height>
<width>506</width>
<height>197</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -179,7 +179,7 @@
<item>
<layout class="QGridLayout" name="inputGrid">
<property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum>
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item row="2" column="0">
<widget class="QLabel" name="nameInCatalog">
Expand Down Expand Up @@ -248,6 +248,19 @@
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="description">
<property name="text">
<string>Description:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="descriptionInput"/>
</item>
</layout>
</item>
</layout>
Expand Down Expand Up @@ -315,4 +328,4 @@
</customwidgets>
<resources/>
<connections/>
</ui>
</ui>

0 comments on commit 6cda8d4

Please sign in to comment.