Skip to content

Commit

Permalink
Allow the ScriptRepository Widget to be resized in a better way.
Browse files Browse the repository at this point in the history
  • Loading branch information
gesnerpassos committed Jun 4, 2013
1 parent 5bed083 commit d846a69
Showing 1 changed file with 57 additions and 42 deletions.
99 changes: 57 additions & 42 deletions Code/Mantid/MantidQt/API/inc/MantidQtAPI/ScriptRepositoryView.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,58 +6,73 @@
<rect>
<x>0</x>
<y>0</y>
<width>616</width>
<width>630</width>
<height>505</height>
</rect>
</property>
<property name="windowTitle">
<string>Script Repository</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Mantid Scripts Repository</string>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QWidget" name="">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Mantid Scripts Repository</string>
</property>
</widget>
</item>
<item>
<widget class="MantidQt::API::RepoTreeView" name="repo_treeView"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="desc_label">
<property name="text">
<string>Description</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>228</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="authorNameLabel">
<property name="text">
<string>AuthorName</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTextBrowser" name="desc_textBrowser"/>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="MantidQt::API::RepoTreeView" name="repo_treeView"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="desc_label">
<property name="text">
<string>Description</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>228</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="authorNameLabel">
<property name="text">
<string>AuthorName</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTextBrowser" name="desc_textBrowser"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,10">
<item>
Expand Down

0 comments on commit d846a69

Please sign in to comment.