source: sasview/src/sas/qtgui/MainWindow/UI/WelcomePanelUI.ui @ 3801429

ESS_GUIESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_sync_sascalc
Last change on this file since 3801429 was 3801429, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 5 years ago

Make the email link respond properly. SASVIEW-1227

  • Property mode set to 100755
File size: 3.0 KB
RevLine 
[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>
[cd2cc745]9    <width>658</width>
10    <height>737</height>
[f721030]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">
[cd2cc745]23      <pixmap>:/res/SVwelcome.png</pixmap>
[f721030]24     </property>
[b27c681]25     <property name="alignment">
26      <set>Qt::AlignCenter</set>
27     </property>
[f721030]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">
[b27c681]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>
[f721030]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">
[b27c681]62      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;SasView 4.0.0-Alpha&lt;br/&gt;Build: 1&lt;br/&gt;(c) 2009 - 2017, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL and ANSTO&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
[f721030]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">
[3801429]75      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Comments? Bugs? Requests?&lt;/p&gt;
76&lt;p&gt;Send us a ticket at: &lt;a href=&quot;mailto:help@sasview.org&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt; help@sasview.org&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
77     </property>
78     <property name="openExternalLinks">
79      <bool>true</bool>
[f721030]80     </property>
81    </widget>
82   </item>
83  </layout>
84 </widget>
[cd2cc745]85 <resources/>
[f721030]86 <connections/>
87</ui>
Note: See TracBrowser for help on using the repository browser.