1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>Acknowledgements</class> |
---|
4 | <widget class="QWidget" name="Acknowledgements"> |
---|
5 | <property name="windowModality"> |
---|
6 | <enum>Qt::ApplicationModal</enum> |
---|
7 | </property> |
---|
8 | <property name="geometry"> |
---|
9 | <rect> |
---|
10 | <x>0</x> |
---|
11 | <y>0</y> |
---|
12 | <width>436</width> |
---|
13 | <height>212</height> |
---|
14 | </rect> |
---|
15 | </property> |
---|
16 | <property name="sizePolicy"> |
---|
17 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
18 | <horstretch>0</horstretch> |
---|
19 | <verstretch>0</verstretch> |
---|
20 | </sizepolicy> |
---|
21 | </property> |
---|
22 | <property name="windowTitle"> |
---|
23 | <string>Acknowledging SasView</string> |
---|
24 | </property> |
---|
25 | <layout class="QGridLayout" name="gridLayout"> |
---|
26 | <item row="0" column="0"> |
---|
27 | <widget class="QLabel" name="label"> |
---|
28 | <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> |
---|
30 | </property> |
---|
31 | </widget> |
---|
32 | </item> |
---|
33 | <item row="1" column="0"> |
---|
34 | <widget class="QTextBrowser" name="textBrowser"> |
---|
35 | <property name="html"> |
---|
36 | <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
---|
37 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
---|
38 | p, li { white-space: pre-wrap; } |
---|
39 | </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> |
---|
42 | </property> |
---|
43 | </widget> |
---|
44 | </item> |
---|
45 | </layout> |
---|
46 | </widget> |
---|
47 | <resources/> |
---|
48 | <connections/> |
---|
49 | </ui> |
---|