Changes in / [97f05432:2366fb2] in sasview


Ignore:
Location:
src/sas/qtgui
Files:
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/AboutBox.py

    re207c3f rf51ed67  
    6060        self.cmdLinkILL.clicked.connect(functools.partial( 
    6161            GuiUtils.openLink, LocalConfig._ill_url)) 
    62         self.cmdLinkANSTO.clicked.connect(functools.partial( 
    63             GuiUtils.openLink, LocalConfig._ansto_url)) 
    6462 
    6563        self.cmdOK.clicked.connect(self.close) 
  • src/sas/qtgui/LocalConfig.py

    re207c3f re540cd2  
    6969_ess_logo = os.path.join(icon_path, "ess_logo.png") 
    7070_ill_logo = os.path.join(icon_path, "ill_logo.png") 
    71 _ansto_logo = os.path.join(icon_path, "ansto_logo.png") 
    7271_nsf_logo = os.path.join(icon_path, "nsf_logo.png") 
    7372_danse_logo = os.path.join(icon_path, "danse_logo.png") 
     
    8079_ess_url = "http://ess-scandinavia.eu/" 
    8180_ill_url = "http://www.ill.eu/" 
    82 _ansto_url = "http://www.ansto.gov.au/" 
    8381_danse_url = "http://www.cacr.caltech.edu/projects/danse/release/index.html" 
    8482_inst_url = "http://www.utk.edu" 
  • src/sas/qtgui/UI/AboutUI.ui

    re207c3f rf82ab8c  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>1107</width> 
     9    <width>695</width> 
    1010    <height>449</height> 
    1111   </rect> 
     
    160160      </widget> 
    161161     </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> 
    179162    </layout> 
    180163   </item> 
     
    234217     </property> 
    235218     <property name="text"> 
    236       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;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.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     219      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;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.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    237220     </property> 
    238221     <property name="wordWrap"> 
  • src/sas/qtgui/UnitTesting/AboutBoxTest.py

    re207c3f re540cd2  
    7575                LocalConfig._ess_url, 
    7676                LocalConfig._ill_url, 
    77                 LocalConfig._ansto_url, 
    7877                LocalConfig._inst_url] 
    7978 
  • src/sas/qtgui/images/images.qrc

    re207c3f r51b2b51  
    11<RCC> 
    22  <qresource prefix="about"> 
    3     <file>ansto_logo.png</file> 
    43    <file>danse_logo.png</file> 
    54    <file>ess_logo.png</file> 
Note: See TracChangeset for help on using the changeset viewer.