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>746</width> |
---|
10 | <height>947</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 | <property name="alignment"> |
---|
26 | <set>Qt::AlignCenter</set> |
---|
27 | </property> |
---|
28 | </widget> |
---|
29 | </item> |
---|
30 | <item row="1" column="0"> |
---|
31 | <widget class="Line" name="line"> |
---|
32 | <property name="orientation"> |
---|
33 | <enum>Qt::Horizontal</enum> |
---|
34 | </property> |
---|
35 | </widget> |
---|
36 | </item> |
---|
37 | <item row="2" column="0"> |
---|
38 | <widget class="QLabel" name="lblAcknowledgements"> |
---|
39 | <property name="sizePolicy"> |
---|
40 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
41 | <horstretch>0</horstretch> |
---|
42 | <verstretch>0</verstretch> |
---|
43 | </sizepolicy> |
---|
44 | </property> |
---|
45 | <property name="text"> |
---|
46 | <string>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 ANSTO.</string> |
---|
47 | </property> |
---|
48 | <property name="wordWrap"> |
---|
49 | <bool>true</bool> |
---|
50 | </property> |
---|
51 | </widget> |
---|
52 | </item> |
---|
53 | <item row="3" column="0"> |
---|
54 | <widget class="QLabel" name="lblVersion"> |
---|
55 | <property name="sizePolicy"> |
---|
56 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
57 | <horstretch>0</horstretch> |
---|
58 | <verstretch>0</verstretch> |
---|
59 | </sizepolicy> |
---|
60 | </property> |
---|
61 | <property name="text"> |
---|
62 | <string><html><head/><body><p>SasView 4.0.0-Alpha<br/>Build: 1<br/>(c) 2009 - 2017, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL and ANSTO</p><p><br/></p></body></html></string> |
---|
63 | </property> |
---|
64 | </widget> |
---|
65 | </item> |
---|
66 | <item row="4" column="0"> |
---|
67 | <widget class="QLabel" name="lblLink"> |
---|
68 | <property name="sizePolicy"> |
---|
69 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
70 | <horstretch>0</horstretch> |
---|
71 | <verstretch>0</verstretch> |
---|
72 | </sizepolicy> |
---|
73 | </property> |
---|
74 | <property name="text"> |
---|
75 | <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> |
---|
76 | </property> |
---|
77 | </widget> |
---|
78 | </item> |
---|
79 | </layout> |
---|
80 | </widget> |
---|
81 | <resources> |
---|
82 | <include location="main_resources.qrc"/> |
---|
83 | </resources> |
---|
84 | <connections/> |
---|
85 | </ui> |
---|