Changeset 7385fec in sasview for src/sas/qtgui/MainWindow
- Timestamp:
- Sep 28, 2018 9:07:44 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 62c6dc0
- Parents:
- f1b696d
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (09/28/18 09:06:36)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (09/28/18 09:07:44)
- Location:
- src/sas/qtgui/MainWindow
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/AboutBox.py
r4992ff2 r7385fec 64 64 self.cmdLinkANSTO.clicked.connect(functools.partial( 65 65 GuiUtils.openLink, LocalConfig._ansto_url)) 66 self.cmdLinkBAM.clicked.connect(functools.partial( 67 GuiUtils.openLink, LocalConfig._bam_url)) 68 self.cmdLinkDELFT.clicked.connect(functools.partial( 69 GuiUtils.openLink, LocalConfig._delft_url)) 70 self.cmdLinkDIAMOND.clicked.connect(functools.partial( 71 GuiUtils.openLink, LocalConfig._diamond_url)) 66 72 67 73 self.cmdOK.clicked.connect(self.close) -
src/sas/qtgui/MainWindow/UI/AboutUI.ui
rcd2cc745 r7385fec 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 827</width>10 <height> 449</height>9 <width>632</width> 10 <height>576</height> 11 11 </rect> 12 12 </property> … … 14 14 <string>Form</string> 15 15 </property> 16 <layout class="QGridLayout" name="gridLayout_ 2">16 <layout class="QGridLayout" name="gridLayout_3"> 17 17 <item row="0" column="0" rowspan="2"> 18 18 <widget class="QLabel" name="label"> … … 28 28 <widget class="QLabel" name="label_2"> 29 29 <property name="text"> 30 <string><html><head/><body><p><span style=" font-size: 18pt;">SasView</span></p></body></html></string>31 </property> 32 </widget> 33 </item> 34 <item row="0" column="2" >30 <string><html><head/><body><p><span style=" font-size:36pt;">SasView</span></p></body></html></string> 31 </property> 32 </widget> 33 </item> 34 <item row="0" column="2" colspan="2"> 35 35 <widget class="QLabel" name="lblVersion"> 36 36 <property name="text"> 37 <string>TextLabel</string> 38 </property> 39 </widget> 40 </item> 41 <item row="4" column="0" colspan="4"> 42 <layout class="QGridLayout" name="gridLayout"> 43 <item row="0" column="0"> 44 <widget class="QPushButton" name="cmdLinkUT"> 45 <property name="text"> 46 <string/> 47 </property> 48 <property name="icon"> 49 <iconset> 50 <normaloff>:/about/utlogo.gif</normaloff>:/about/utlogo.gif</iconset> 51 </property> 52 <property name="iconSize"> 53 <size> 54 <width>48</width> 55 <height>48</height> 56 </size> 57 </property> 58 </widget> 59 </item> 60 <item row="0" column="1"> 61 <widget class="QPushButton" name="cmdLinkUMD"> 62 <property name="text"> 63 <string/> 64 </property> 65 <property name="icon"> 66 <iconset> 67 <normaloff>:/about/umd_logo.png</normaloff>:/about/umd_logo.png</iconset> 68 </property> 69 <property name="iconSize"> 70 <size> 71 <width>48</width> 72 <height>48</height> 73 </size> 74 </property> 75 </widget> 76 </item> 77 <item row="0" column="2"> 78 <widget class="QPushButton" name="cmdLinkNIST"> 79 <property name="text"> 80 <string/> 81 </property> 82 <property name="icon"> 83 <iconset> 84 <normaloff>:/about/nist_logo.png</normaloff>:/about/nist_logo.png</iconset> 85 </property> 86 <property name="iconSize"> 87 <size> 88 <width>110</width> 89 <height>48</height> 90 </size> 91 </property> 92 </widget> 93 </item> 94 <item row="0" column="3"> 95 <widget class="QPushButton" name="cmdLinkSNS"> 96 <property name="text"> 97 <string/> 98 </property> 99 <property name="icon"> 100 <iconset> 101 <normaloff>:/about/sns_logo.png</normaloff>:/about/sns_logo.png</iconset> 102 </property> 103 <property name="iconSize"> 104 <size> 105 <width>64</width> 106 <height>48</height> 107 </size> 108 </property> 109 </widget> 110 </item> 111 <item row="0" column="4"> 112 <widget class="QPushButton" name="cmdLinkISIS"> 113 <property name="text"> 114 <string/> 115 </property> 116 <property name="icon"> 117 <iconset> 118 <normaloff>:/about/isis_logo.png</normaloff>:/about/isis_logo.png</iconset> 119 </property> 120 <property name="iconSize"> 121 <size> 122 <width>128</width> 123 <height>48</height> 124 </size> 125 </property> 126 </widget> 127 </item> 128 <item row="0" column="5"> 129 <widget class="QPushButton" name="cmdLinkESS"> 130 <property name="text"> 131 <string/> 132 </property> 133 <property name="icon"> 134 <iconset> 135 <normaloff>:/about/ess_logo.png</normaloff>:/about/ess_logo.png</iconset> 136 </property> 137 <property name="iconSize"> 138 <size> 139 <width>48</width> 140 <height>48</height> 141 </size> 142 </property> 143 </widget> 144 </item> 145 <item row="0" column="6"> 146 <widget class="QPushButton" name="cmdLinkILL"> 147 <property name="text"> 148 <string/> 149 </property> 150 <property name="icon"> 151 <iconset> 152 <normaloff>:/about/ill_logo.png</normaloff>:/about/ill_logo.png</iconset> 153 </property> 154 <property name="iconSize"> 155 <size> 156 <width>48</width> 157 <height>48</height> 158 </size> 159 </property> 160 </widget> 161 </item> 162 <item row="0" column="7"> 163 <widget class="QPushButton" name="cmdLinkANSTO"> 164 <property name="text"> 165 <string/> 166 </property> 167 <property name="icon"> 168 <iconset> 169 <normaloff>:/about/ansto_logo.png</normaloff>:/about/ansto_logo.png</iconset> 170 </property> 171 <property name="iconSize"> 172 <size> 173 <width>175</width> 174 <height>48</height> 175 </size> 176 </property> 177 </widget> 178 </item> 179 </layout> 180 </item> 181 <item row="5" column="0" colspan="3"> 182 <spacer name="horizontalSpacer"> 183 <property name="orientation"> 184 <enum>Qt::Horizontal</enum> 185 </property> 186 <property name="sizeHint" stdset="0"> 187 <size> 188 <width>593</width> 189 <height>20</height> 190 </size> 191 </property> 192 </spacer> 193 </item> 194 <item row="5" column="3"> 195 <widget class="QPushButton" name="cmdOK"> 196 <property name="sizePolicy"> 197 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 198 <horstretch>0</horstretch> 199 <verstretch>0</verstretch> 200 </sizepolicy> 201 </property> 202 <property name="text"> 203 <string>OK</string> 204 </property> 205 </widget> 206 </item> 207 <item row="1" column="1" colspan="2"> 37 <string><html><head/><body><p><span style=" font-size:28pt;">TextLabel</span></p></body></html></string> 38 </property> 39 </widget> 40 </item> 41 <item row="1" column="1"> 208 42 <widget class="QLabel" name="lblAbout"> 209 43 <property name="text"> … … 225 59 </widget> 226 60 </item> 61 <item row="4" column="0" colspan="4"> 62 <layout class="QGridLayout" name="gridLayout_2"> 63 <item row="0" column="0"> 64 <widget class="QPushButton" name="cmdLinkUT"> 65 <property name="sizePolicy"> 66 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 67 <horstretch>0</horstretch> 68 <verstretch>0</verstretch> 69 </sizepolicy> 70 </property> 71 <property name="text"> 72 <string/> 73 </property> 74 <property name="icon"> 75 <iconset> 76 <normaloff>:/about/utlogo.gif</normaloff>:/about/utlogo.gif</iconset> 77 </property> 78 <property name="iconSize"> 79 <size> 80 <width>48</width> 81 <height>48</height> 82 </size> 83 </property> 84 </widget> 85 </item> 86 <item row="0" column="1"> 87 <widget class="QPushButton" name="cmdLinkUMD"> 88 <property name="sizePolicy"> 89 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 90 <horstretch>0</horstretch> 91 <verstretch>0</verstretch> 92 </sizepolicy> 93 </property> 94 <property name="text"> 95 <string/> 96 </property> 97 <property name="icon"> 98 <iconset> 99 <normaloff>:/about/umd_logo.png</normaloff>:/about/umd_logo.png</iconset> 100 </property> 101 <property name="iconSize"> 102 <size> 103 <width>48</width> 104 <height>48</height> 105 </size> 106 </property> 107 </widget> 108 </item> 109 <item row="0" column="2"> 110 <widget class="QPushButton" name="cmdLinkNIST"> 111 <property name="sizePolicy"> 112 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 113 <horstretch>0</horstretch> 114 <verstretch>0</verstretch> 115 </sizepolicy> 116 </property> 117 <property name="text"> 118 <string/> 119 </property> 120 <property name="icon"> 121 <iconset> 122 <normaloff>:/about/nist_logo.png</normaloff>:/about/nist_logo.png</iconset> 123 </property> 124 <property name="iconSize"> 125 <size> 126 <width>110</width> 127 <height>48</height> 128 </size> 129 </property> 130 </widget> 131 </item> 132 <item row="0" column="3"> 133 <widget class="QPushButton" name="cmdLinkESS"> 134 <property name="sizePolicy"> 135 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 136 <horstretch>0</horstretch> 137 <verstretch>0</verstretch> 138 </sizepolicy> 139 </property> 140 <property name="text"> 141 <string/> 142 </property> 143 <property name="icon"> 144 <iconset> 145 <normaloff>:/about/ess_logo.png</normaloff>:/about/ess_logo.png</iconset> 146 </property> 147 <property name="iconSize"> 148 <size> 149 <width>48</width> 150 <height>48</height> 151 </size> 152 </property> 153 </widget> 154 </item> 155 <item row="0" column="4"> 156 <widget class="QPushButton" name="cmdLinkISIS"> 157 <property name="sizePolicy"> 158 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 159 <horstretch>0</horstretch> 160 <verstretch>0</verstretch> 161 </sizepolicy> 162 </property> 163 <property name="text"> 164 <string/> 165 </property> 166 <property name="icon"> 167 <iconset> 168 <normaloff>:/about/isis_logo.png</normaloff>:/about/isis_logo.png</iconset> 169 </property> 170 <property name="iconSize"> 171 <size> 172 <width>128</width> 173 <height>48</height> 174 </size> 175 </property> 176 </widget> 177 </item> 178 <item row="0" column="5"> 179 <widget class="QPushButton" name="cmdLinkDELFT"> 180 <property name="sizePolicy"> 181 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 182 <horstretch>0</horstretch> 183 <verstretch>0</verstretch> 184 </sizepolicy> 185 </property> 186 <property name="text"> 187 <string/> 188 </property> 189 <property name="icon"> 190 <iconset> 191 <normaloff>:/about/tudelft_logo.png</normaloff>:/about/tudelft_logo.png</iconset> 192 </property> 193 <property name="iconSize"> 194 <size> 195 <width>128</width> 196 <height>48</height> 197 </size> 198 </property> 199 </widget> 200 </item> 201 </layout> 202 </item> 203 <item row="5" column="0" colspan="4"> 204 <layout class="QGridLayout" name="gridLayout"> 205 <item row="0" column="0"> 206 <widget class="QPushButton" name="cmdLinkILL"> 207 <property name="sizePolicy"> 208 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 209 <horstretch>0</horstretch> 210 <verstretch>0</verstretch> 211 </sizepolicy> 212 </property> 213 <property name="text"> 214 <string/> 215 </property> 216 <property name="icon"> 217 <iconset> 218 <normaloff>:/about/ill_logo.png</normaloff>:/about/ill_logo.png</iconset> 219 </property> 220 <property name="iconSize"> 221 <size> 222 <width>54</width> 223 <height>50</height> 224 </size> 225 </property> 226 </widget> 227 </item> 228 <item row="0" column="1"> 229 <widget class="QPushButton" name="cmdLinkANSTO"> 230 <property name="sizePolicy"> 231 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 232 <horstretch>0</horstretch> 233 <verstretch>0</verstretch> 234 </sizepolicy> 235 </property> 236 <property name="text"> 237 <string/> 238 </property> 239 <property name="icon"> 240 <iconset> 241 <normaloff>:/about/ansto_logo.png</normaloff>:/about/ansto_logo.png</iconset> 242 </property> 243 <property name="iconSize"> 244 <size> 245 <width>116</width> 246 <height>50</height> 247 </size> 248 </property> 249 </widget> 250 </item> 251 <item row="0" column="2"> 252 <widget class="QPushButton" name="cmdLinkDIAMOND"> 253 <property name="sizePolicy"> 254 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 255 <horstretch>0</horstretch> 256 <verstretch>0</verstretch> 257 </sizepolicy> 258 </property> 259 <property name="text"> 260 <string/> 261 </property> 262 <property name="icon"> 263 <iconset> 264 <normaloff>:/about/dls_logo.png</normaloff>:/about/dls_logo.png</iconset> 265 </property> 266 <property name="iconSize"> 267 <size> 268 <width>177</width> 269 <height>50</height> 270 </size> 271 </property> 272 </widget> 273 </item> 274 <item row="0" column="3"> 275 <widget class="QPushButton" name="cmdLinkBAM"> 276 <property name="sizePolicy"> 277 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 278 <horstretch>0</horstretch> 279 <verstretch>0</verstretch> 280 </sizepolicy> 281 </property> 282 <property name="text"> 283 <string/> 284 </property> 285 <property name="icon"> 286 <iconset> 287 <normaloff>:/about/bam_logo.png</normaloff>:/about/bam_logo.png</iconset> 288 </property> 289 <property name="iconSize"> 290 <size> 291 <width>66</width> 292 <height>48</height> 293 </size> 294 </property> 295 </widget> 296 </item> 297 <item row="0" column="4"> 298 <widget class="QPushButton" name="cmdLinkSNS"> 299 <property name="sizePolicy"> 300 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 301 <horstretch>0</horstretch> 302 <verstretch>0</verstretch> 303 </sizepolicy> 304 </property> 305 <property name="text"> 306 <string/> 307 </property> 308 <property name="icon"> 309 <iconset> 310 <normaloff>:/about/ornl_logo.png</normaloff>:/about/ornl_logo.png</iconset> 311 </property> 312 <property name="iconSize"> 313 <size> 314 <width>96</width> 315 <height>50</height> 316 </size> 317 </property> 318 </widget> 319 </item> 320 </layout> 321 </item> 322 <item row="6" column="0" colspan="3"> 323 <spacer name="horizontalSpacer"> 324 <property name="orientation"> 325 <enum>Qt::Horizontal</enum> 326 </property> 327 <property name="sizeHint" stdset="0"> 328 <size> 329 <width>593</width> 330 <height>20</height> 331 </size> 332 </property> 333 </spacer> 334 </item> 335 <item row="6" column="3"> 336 <widget class="QPushButton" name="cmdOK"> 337 <property name="sizePolicy"> 338 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 339 <horstretch>0</horstretch> 340 <verstretch>0</verstretch> 341 </sizepolicy> 342 </property> 343 <property name="text"> 344 <string>OK</string> 345 </property> 346 </widget> 347 </item> 227 348 <item row="3" column="0" colspan="4"> 228 349 <widget class="QLabel" name="lblText"> … … 234 355 </property> 235 356 <property name="text"> 236 <string><html><head/><body><p>This work originally developed as part of the DANSE project funded by the NSF under grant DMR-0520547, and currently maintained by NIST, UMD, ORNL, ISIS, ESS, ILL and last but not least ANSTO.</p></body></html></string>357 <string><html><head/><body><p>This work originally developed as part of the DANSE project funded by the NSF under grant DMR-0520547, and currently maintained by UTK, NIST, UMD, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, DLS, and the scattering community.</p><p>SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project (Grant No 654000).</p><p>A list of individual contributors can be found at: http://www.sasview.org/contact.html</p><p><br/></p></body></html></string> 237 358 </property> 238 359 <property name="wordWrap"> -
src/sas/qtgui/MainWindow/UI/AcknowledgementsUI.ui
r83eb5208 r7385fec 10 10 <x>0</x> 11 11 <y>0</y> 12 <width> 436</width>13 <height>2 12</height>12 <width>508</width> 13 <height>283</height> 14 14 </rect> 15 15 </property> … … 26 26 <item row="0" column="0"> 27 27 <widget class="QLabel" name="label"> 28 <property name="sizePolicy"> 29 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 30 <horstretch>0</horstretch> 31 <verstretch>0</verstretch> 32 </sizepolicy> 33 </property> 34 <property name="maximumSize"> 35 <size> 36 <width>16777215</width> 37 <height>41</height> 38 </size> 39 </property> 28 40 <property name="text"> 29 <string><html><head/><body><p>To ensure the long term support and development of this software please remember to </p><ol style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Acknowledge its use in your publications as suggested below<br/></li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reference the following website: http://www.sasview.org<br/></li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reference the model you used if appropriate (see documentation for refs) <br/></li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Send us your reference for our records: developers@sasview.org</li></ol><p><br/></p></body></html></string>41 <string><html><head/><body><p>To ensure the long term support and development of this software please remember to:</p><p>(1) Acknowledge its use in your publications as:<br/></p><p><br/></p></body></html></string> 30 42 </property> 31 43 </widget> … … 33 45 <item row="1" column="0"> 34 46 <widget class="QTextBrowser" name="textBrowser"> 47 <property name="sizePolicy"> 48 <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> 49 <horstretch>0</horstretch> 50 <verstretch>0</verstretch> 51 </sizepolicy> 52 </property> 53 <property name="maximumSize"> 54 <size> 55 <width>16777215</width> 56 <height>61</height> 57 </size> 58 </property> 35 59 <property name="html"> 36 60 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> … … 38 62 p, li { white-space: pre-wrap; } 39 63 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 40 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This work benefited from the use of the SasView application, originally</span></p> 41 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">developed under NSF award DMR-0520547.</span></p></body></html></string> 64 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This work benefited from the use of the SasView application, originally developed under NSF Award DMR-0520547. SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project Grant No 654000.</p></body></html></string> 42 65 </property> 43 66 </widget> 67 </item> 68 <item row="2" column="0"> 69 <widget class="QLabel" name="label_2"> 70 <property name="sizePolicy"> 71 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 72 <horstretch>0</horstretch> 73 <verstretch>0</verstretch> 74 </sizepolicy> 75 </property> 76 <property name="maximumSize"> 77 <size> 78 <width>16777215</width> 79 <height>21</height> 80 </size> 81 </property> 82 <property name="text"> 83 <string><html><head/><body><p>(2) Reference SasView as:</p><p><br/></p><p><br/></p></body></html></string> 84 </property> 85 </widget> 86 </item> 87 <item row="3" column="0"> 88 <widget class="QTextBrowser" name="textBrowser_2"> 89 <property name="sizePolicy"> 90 <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding"> 91 <horstretch>0</horstretch> 92 <verstretch>0</verstretch> 93 </sizepolicy> 94 </property> 95 <property name="maximumSize"> 96 <size> 97 <width>16777215</width> 98 <height>31</height> 99 </size> 100 </property> 101 <property name="html"> 102 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 103 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 104 p, li { white-space: pre-wrap; } 105 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 106 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">M. Doucet et al. SasView Version 4.2, Zenodo, 10.5281/zenodo.1412041</p></body></html></string> 107 </property> 108 </widget> 109 </item> 110 <item row="4" column="0"> 111 <widget class="QLabel" name="label_3"> 112 <property name="sizePolicy"> 113 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 114 <horstretch>0</horstretch> 115 <verstretch>0</verstretch> 116 </sizepolicy> 117 </property> 118 <property name="maximumSize"> 119 <size> 120 <width>16777215</width> 121 <height>38</height> 122 </size> 123 </property> 124 <property name="text"> 125 <string><html><head/><body><p>(3) Reference the model you used if appropriate (see documentation for refs)</p><p>(4) Send us your reference for our records: developers@sasview.org</p></body></html></string> 126 </property> 127 </widget> 128 </item> 129 <item row="5" column="0"> 130 <spacer name="verticalSpacer"> 131 <property name="orientation"> 132 <enum>Qt::Vertical</enum> 133 </property> 134 <property name="sizeHint" stdset="0"> 135 <size> 136 <width>20</width> 137 <height>40</height> 138 </size> 139 </property> 140 </spacer> 44 141 </item> 45 142 </layout> -
src/sas/qtgui/MainWindow/UnitTesting/AboutBoxTest.py
r53c771e r7385fec 80 80 LocalConfig._ill_url, 81 81 LocalConfig._ansto_url, 82 LocalConfig._inst_url] 82 LocalConfig._inst_url, 83 LocalConfig._delft_url, 84 LocalConfig._bam_url, 85 LocalConfig._diamond_url] 83 86 84 87 # Press the buttons -
src/sas/qtgui/MainWindow/UnitTesting/GuiManagerTest.py
rfa762f4 r7385fec 312 312 # Check if the window is actually opened. 313 313 self.assertTrue(self.manager.ackWidget.isVisible()) 314 self.assertIn("developers@sasview.org", self.manager.ackWidget.label .text())314 self.assertIn("developers@sasview.org", self.manager.ackWidget.label_3.text()) 315 315 316 316 def testActionCheck_for_update(self): -
src/sas/qtgui/MainWindow/UnitTesting/WelcomePanelTest.py
r53c771e r7385fec 37 37 self.assertIn("SasView", version.text()) 38 38 self.assertIn("Build:", version.text()) 39 self.assertIn("UTK, UMD, NIST, ORNL, ISIS, ESS, ILL and ANSTO", version.text())39 self.assertIn("UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO and BAM", version.text()) 40 40 41 41 if __name__ == "__main__":
Note: See TracChangeset
for help on using the changeset viewer.