Skip to content

Commit

Permalink
Refs #10222 Add prototype label to new refl gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Sep 9, 2014
1 parent d19179b commit 4480056
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ namespace MantidQt
virtual ~QtReflMainView();

/// Name of the interface
static std::string name() { return "New ISIS Reflectometry"; }
static std::string name() { return "New ISIS Reflectometry (Prototype)"; }
// This interface's categories.
static QString categoryInfo() { return "Reflectometry"; }

Expand Down
Expand Up @@ -14,6 +14,24 @@
<string>ISIS Reflectometry</string>
</property>
<layout class="QVBoxLayout" name="layoutMain">
<item>
<widget class="QLabel" name="labelPrototype">
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
</font>
</property>
<property name="text">
<string>PROTOTYPE</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QSplitter" name="splitterTables">
<property name="sizePolicy">
Expand Down

0 comments on commit 4480056

Please sign in to comment.