Ignore:
Timestamp:
Apr 19, 2017 1:58:36 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
cd2cc745
Parents:
6c8fb2c
Message:

Putting files in more ordered fashion

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/UI/MainWindowUI.ui

    r363fbfa r83eb5208  
    1515  </property> 
    1616  <property name="windowIcon"> 
    17    <iconset resource="main_resources.qrc"> 
     17   <iconset resource="../../UI/main_resources.qrc"> 
    1818    <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> 
    1919  </property> 
     
    2525     <y>0</y> 
    2626     <width>915</width> 
    27      <height>25</height> 
     27     <height>21</height> 
    2828    </rect> 
    2929   </property> 
     
    180180  <action name="actionReset"> 
    181181   <property name="icon"> 
    182     <iconset resource="main_resources.qrc"> 
     182    <iconset resource="../../UI/main_resources.qrc"> 
    183183     <normaloff>:/res/reset.png</normaloff>:/res/reset.png</iconset> 
    184184   </property> 
     
    192192  <action name="actionSave"> 
    193193   <property name="icon"> 
    194     <iconset resource="main_resources.qrc"> 
     194    <iconset resource="../../UI/main_resources.qrc"> 
    195195     <normaloff>:/res/save.png</normaloff>:/res/save.png</iconset> 
    196196   </property> 
     
    204204  <action name="actionReport"> 
    205205   <property name="icon"> 
    206     <iconset resource="main_resources.qrc"> 
     206    <iconset resource="../../UI/main_resources.qrc"> 
    207207     <normaloff>:/res/report.png</normaloff>:/res/report.png</iconset> 
    208208   </property> 
     
    216216  <action name="actionUndo"> 
    217217   <property name="icon"> 
    218     <iconset resource="main_resources.qrc"> 
     218    <iconset resource="../../UI/main_resources.qrc"> 
    219219     <normaloff>:/res/undo.png</normaloff> 
    220220     <normalon>res/undo.png</normalon>:/res/undo.png</iconset> 
     
    226226  <action name="actionRedo"> 
    227227   <property name="icon"> 
    228     <iconset resource="main_resources.qrc"> 
     228    <iconset resource="../../UI/main_resources.qrc"> 
    229229     <normaloff>:/res/redo.png</normaloff>:/res/redo.png</iconset> 
    230230   </property> 
     
    238238  <action name="actionCopy"> 
    239239   <property name="icon"> 
    240     <iconset resource="main_resources.qrc"> 
     240    <iconset resource="../../UI/main_resources.qrc"> 
    241241     <normaloff>:/res/copy.png</normaloff>:/res/copy.png</iconset> 
    242242   </property> 
     
    250250  <action name="actionPaste"> 
    251251   <property name="icon"> 
    252     <iconset resource="main_resources.qrc"> 
     252    <iconset resource="../../UI/main_resources.qrc"> 
    253253     <normaloff>:/res/paste.png</normaloff>:/res/paste.png</iconset> 
    254254   </property> 
     
    265265   </property> 
    266266   <property name="icon"> 
    267     <iconset resource="main_resources.qrc"> 
     267    <iconset resource="../../UI/main_resources.qrc"> 
    268268     <normaloff>:/res/bookmark.png</normaloff>:/res/bookmark.png</iconset> 
    269269   </property> 
     
    498498 </widget> 
    499499 <resources> 
    500   <include location="main_resources.qrc"/> 
     500  <include location="../../UI/main_resources.qrc"/> 
    501501 </resources> 
    502502 <connections/> 
Note: See TracChangeset for help on using the changeset viewer.