Ignore:
Timestamp:
Oct 24, 2017 10:33:22 AM (7 years ago)
Author:
krzywon
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:
1df1025
Parents:
14fa542
Message:

GUI hooks added, but not all working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/UI/GPUOptionsUI.ui

    r14fa542 ra6cd8d1  
    1414   <string>Dialog</string> 
    1515  </property> 
    16   <widget class="QPushButton" name="pushButton"> 
     16  <widget class="QPushButton" name="testButton"> 
    1717   <property name="geometry"> 
    1818    <rect> 
     
    2727   </property> 
    2828  </widget> 
    29   <widget class="QDialogButtonBox" name="TestButton"> 
    30    <property name="geometry"> 
    31     <rect> 
    32      <x>20</x> 
    33      <y>140</y> 
    34      <width>193</width> 
    35      <height>28</height> 
    36     </rect> 
    37    </property> 
    38    <property name="standardButtons"> 
    39     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 
    40    </property> 
    41   </widget> 
    42   <widget class="QPushButton" name="pushButton_2"> 
     29  <widget class="QPushButton" name="helpButton"> 
    4330   <property name="geometry"> 
    4431    <rect> 
     
    5037   </property> 
    5138   <property name="text"> 
    52     <string>Reset</string> 
     39    <string>Help</string> 
     40   </property> 
     41   <property name="autoDefault"> 
     42    <bool>true</bool> 
    5343   </property> 
    5444  </widget> 
    55   <widget class="QGroupBox" name="openCLButtonGroup"> 
     45  <widget class="QGroupBox" name="openCLCheckBoxGroup"> 
    5646   <property name="geometry"> 
    5747    <rect> 
     
    6656   </property> 
    6757  </widget> 
     58  <widget class="QPushButton" name="resetButton"> 
     59   <property name="geometry"> 
     60    <rect> 
     61     <x>120</x> 
     62     <y>140</y> 
     63     <width>93</width> 
     64     <height>28</height> 
     65    </rect> 
     66   </property> 
     67   <property name="text"> 
     68    <string>Reset</string> 
     69   </property> 
     70  </widget> 
     71  <widget class="QPushButton" name="okButton"> 
     72   <property name="geometry"> 
     73    <rect> 
     74     <x>20</x> 
     75     <y>140</y> 
     76     <width>93</width> 
     77     <height>28</height> 
     78    </rect> 
     79   </property> 
     80   <property name="text"> 
     81    <string>OK</string> 
     82   </property> 
     83  </widget> 
    6884 </widget> 
    6985 <resources/> 
    70  <connections/> 
     86 <connections> 
     87  <connection> 
     88   <sender>okButton</sender> 
     89   <signal>clicked()</signal> 
     90   <receiver>GPUOptions</receiver> 
     91   <slot>accept()</slot> 
     92   <hints> 
     93    <hint type="sourcelabel"> 
     94     <x>66</x> 
     95     <y>153</y> 
     96    </hint> 
     97    <hint type="destinationlabel"> 
     98     <x>219</x> 
     99     <y>88</y> 
     100    </hint> 
     101   </hints> 
     102  </connection> 
     103  <connection> 
     104   <sender>resetButton</sender> 
     105   <signal>clicked()</signal> 
     106   <receiver>GPUOptions</receiver> 
     107   <slot>reject()</slot> 
     108   <hints> 
     109    <hint type="sourcelabel"> 
     110     <x>166</x> 
     111     <y>153</y> 
     112    </hint> 
     113    <hint type="destinationlabel"> 
     114     <x>219</x> 
     115     <y>88</y> 
     116    </hint> 
     117   </hints> 
     118  </connection> 
     119 </connections> 
    71120</ui> 
Note: See TracChangeset for help on using the changeset viewer.