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

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since f721030 was f721030, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago

Initial commit of the main window prototype

  • Property mode set to 100755
File size: 2.8 KB
Line 
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
44under grant DMR-0520547, and currently maintained by NIST, UMD, ORNL, ISIS, ESS
45and 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>&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 - 2013, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Comments? Bugs? Requests?&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;mailto:help@sasview.org&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Send us a ticket at: help@sasview.org&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>
Note: See TracBrowser for help on using the repository browser.