From 4480056c22e866eb21217cc62f2e13ff6d62c991 Mon Sep 17 00:00:00 2001 From: Harry Jeffery <henry.jeffery@stfc.ac.uk> Date: Tue, 9 Sep 2014 14:18:42 +0100 Subject: [PATCH] Refs #10222 Add prototype label to new refl gui --- .../MantidQtCustomInterfaces/QtReflMainView.h | 2 +- .../MantidQtCustomInterfaces/ReflMainWidget.ui | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/QtReflMainView.h b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/QtReflMainView.h index 73b820b6cf7..a9e6fe91365 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/QtReflMainView.h +++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/QtReflMainView.h @@ -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"; } diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ReflMainWidget.ui b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ReflMainWidget.ui index 296ab5f43ee..07216ff0f5f 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ReflMainWidget.ui +++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ReflMainWidget.ui @@ -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"> -- GitLab