Skip to content
Snippets Groups Projects
Commit 4480056c authored by Harry Jeffery's avatar Harry Jeffery
Browse files

Refs #10222 Add prototype label to new refl gui

parent d19179b8
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ namespace MantidQt ...@@ -43,7 +43,7 @@ namespace MantidQt
virtual ~QtReflMainView(); virtual ~QtReflMainView();
/// Name of the interface /// 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. // This interface's categories.
static QString categoryInfo() { return "Reflectometry"; } static QString categoryInfo() { return "Reflectometry"; }
......
...@@ -14,6 +14,24 @@ ...@@ -14,6 +14,24 @@
<string>ISIS Reflectometry</string> <string>ISIS Reflectometry</string>
</property> </property>
<layout class="QVBoxLayout" name="layoutMain"> <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> <item>
<widget class="QSplitter" name="splitterTables"> <widget class="QSplitter" name="splitterTables">
<property name="sizePolicy"> <property name="sizePolicy">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment