[f721030] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
| 3 | <class>WelcomePanelUI</class> |
---|
| 4 | <widget class="QDialog" name="WelcomePanelUI"> |
---|
| 5 | <property name="geometry"> |
---|
| 6 | <rect> |
---|
| 7 | <x>0</x> |
---|
| 8 | <y>0</y> |
---|
| 9 | <width>658</width> |
---|
| 10 | <height>711</height> |
---|
| 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="windowTitle"> |
---|
| 14 | <string>Dialog</string> |
---|
| 15 | </property> |
---|
| 16 | <layout class="QGridLayout" name="gridLayout"> |
---|
| 17 | <item row="0" column="0"> |
---|
| 18 | <widget class="QLabel" name="imgSasView"> |
---|
| 19 | <property name="text"> |
---|
| 20 | <string/> |
---|
| 21 | </property> |
---|
| 22 | <property name="pixmap"> |
---|
| 23 | <pixmap resource="main_resources.qrc">:/res/SVwelcome.png</pixmap> |
---|
| 24 | </property> |
---|
| 25 | </widget> |
---|
| 26 | </item> |
---|
| 27 | <item row="1" column="0"> |
---|
| 28 | <widget class="Line" name="line"> |
---|
| 29 | <property name="orientation"> |
---|
| 30 | <enum>Qt::Horizontal</enum> |
---|
| 31 | </property> |
---|
| 32 | </widget> |
---|
| 33 | </item> |
---|
| 34 | <item row="2" column="0"> |
---|
| 35 | <widget class="QLabel" name="lblAcknowledgements"> |
---|
| 36 | <property name="sizePolicy"> |
---|
| 37 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
| 38 | <horstretch>0</horstretch> |
---|
| 39 | <verstretch>0</verstretch> |
---|
| 40 | </sizepolicy> |
---|
| 41 | </property> |
---|
| 42 | <property name="text"> |
---|
| 43 | <string>This work originally developed as part of the DANSE project funded by the NSF |
---|
| 44 | under grant DMR-0520547, and currently maintained by NIST, UMD, ORNL, ISIS, ESS |
---|
| 45 | and ILL.</string> |
---|
| 46 | </property> |
---|
| 47 | </widget> |
---|
| 48 | </item> |
---|
| 49 | <item row="3" column="0"> |
---|
| 50 | <widget class="QLabel" name="lblVersion"> |
---|
| 51 | <property name="sizePolicy"> |
---|
| 52 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
| 53 | <horstretch>0</horstretch> |
---|
| 54 | <verstretch>0</verstretch> |
---|
| 55 | </sizepolicy> |
---|
| 56 | </property> |
---|
| 57 | <property name="text"> |
---|
| 58 | <string><html><head/><body><p>SasView 4.0.0-Alpha<br/>Build: 1<br/>(c) 2009 - 2013, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL</p><p><br/></p></body></html></string> |
---|
| 59 | </property> |
---|
| 60 | </widget> |
---|
| 61 | </item> |
---|
| 62 | <item row="4" column="0"> |
---|
| 63 | <widget class="QLabel" name="lblLink"> |
---|
| 64 | <property name="sizePolicy"> |
---|
| 65 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
| 66 | <horstretch>0</horstretch> |
---|
| 67 | <verstretch>0</verstretch> |
---|
| 68 | </sizepolicy> |
---|
| 69 | </property> |
---|
| 70 | <property name="text"> |
---|
| 71 | <string><html><head/><body><p>Comments? Bugs? Requests?</p><p><a href="mailto:help@sasview.org"><span style=" text-decoration: underline; color:#0000ff;">Send us a ticket at: help@sasview.org</span></a></p></body></html></string> |
---|
| 72 | </property> |
---|
| 73 | </widget> |
---|
| 74 | </item> |
---|
| 75 | </layout> |
---|
| 76 | </widget> |
---|
| 77 | <resources> |
---|
| 78 | <include location="main_resources.qrc"/> |
---|
| 79 | </resources> |
---|
| 80 | <connections/> |
---|
| 81 | </ui> |
---|