- Timestamp:
- Oct 7, 2016 3:44:35 PM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 97f05432
- Parents:
- 630155bd
- Location:
- src/sas/qtgui
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/AboutBox.py
rf51ed67 re207c3f 60 60 self.cmdLinkILL.clicked.connect(functools.partial( 61 61 GuiUtils.openLink, LocalConfig._ill_url)) 62 self.cmdLinkANSTO.clicked.connect(functools.partial( 63 GuiUtils.openLink, LocalConfig._ansto_url)) 62 64 63 65 self.cmdOK.clicked.connect(self.close) -
src/sas/qtgui/LocalConfig.py
re540cd2 re207c3f 69 69 _ess_logo = os.path.join(icon_path, "ess_logo.png") 70 70 _ill_logo = os.path.join(icon_path, "ill_logo.png") 71 _ansto_logo = os.path.join(icon_path, "ansto_logo.png") 71 72 _nsf_logo = os.path.join(icon_path, "nsf_logo.png") 72 73 _danse_logo = os.path.join(icon_path, "danse_logo.png") … … 79 80 _ess_url = "http://ess-scandinavia.eu/" 80 81 _ill_url = "http://www.ill.eu/" 82 _ansto_url = "http://www.ansto.gov.au/" 81 83 _danse_url = "http://www.cacr.caltech.edu/projects/danse/release/index.html" 82 84 _inst_url = "http://www.utk.edu" -
src/sas/qtgui/UI/AboutUI.ui
rf82ab8c re207c3f 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 695</width>9 <width>1107</width> 10 10 <height>449</height> 11 11 </rect> … … 160 160 </widget> 161 161 </item> 162 <item row="0" column="7"> 163 <widget class="QPushButton" name="cmdLinkANSTO"> 164 <property name="text"> 165 <string/> 166 </property> 167 <property name="icon"> 168 <iconset resource="../images/images.qrc"> 169 <normaloff>:/about/ansto_logo.png</normaloff>:/about/ansto_logo.png</iconset> 170 </property> 171 <property name="iconSize"> 172 <size> 173 <width>175</width> 174 <height>48</height> 175 </size> 176 </property> 177 </widget> 178 </item> 162 179 </layout> 163 180 </item> … … 217 234 </property> 218 235 <property name="text"> 219 <string><html><head/><body><p>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 and ILL.</p></body></html></string>236 <string><html><head/><body><p>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 last but not least ANSTO.</p></body></html></string> 220 237 </property> 221 238 <property name="wordWrap"> -
src/sas/qtgui/UnitTesting/AboutBoxTest.py
re540cd2 re207c3f 75 75 LocalConfig._ess_url, 76 76 LocalConfig._ill_url, 77 LocalConfig._ansto_url, 77 78 LocalConfig._inst_url] 78 79 -
src/sas/qtgui/images/images.qrc
r51b2b51 re207c3f 1 1 <RCC> 2 2 <qresource prefix="about"> 3 <file>ansto_logo.png</file> 3 4 <file>danse_logo.png</file> 4 5 <file>ess_logo.png</file>
Note: See TracChangeset
for help on using the changeset viewer.