Ignore:
Timestamp:
Oct 24, 2017 6:54:24 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:
a6cd8d1
Parents:
06ce180
Message:

Auto-populate OpenCL dialog with available options to finalize GUI.

File:
1 edited

Legend:

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

    r06ce180 r14fa542  
    88    <y>0</y> 
    99    <width>440</width> 
    10     <height>163</height> 
     10    <height>178</height> 
    1111   </rect> 
    1212  </property> 
     
    1818    <rect> 
    1919     <x>220</x> 
    20      <y>110</y> 
     20     <y>140</y> 
    2121     <width>93</width> 
    2222     <height>28</height> 
     
    3131    <rect> 
    3232     <x>20</x> 
    33      <y>110</y> 
     33     <y>140</y> 
    3434     <width>193</width> 
    3535     <height>28</height> 
     
    4444    <rect> 
    4545     <x>320</x> 
    46      <y>110</y> 
     46     <y>140</y> 
    4747     <width>93</width> 
    4848     <height>28</height> 
     
    5353   </property> 
    5454  </widget> 
    55   <widget class="QWidget" name="gridLayoutWidget"> 
     55  <widget class="QGroupBox" name="openCLButtonGroup"> 
    5656   <property name="geometry"> 
    5757    <rect> 
    5858     <x>20</x> 
    59      <y>10</y> 
     59     <y>20</y> 
    6060     <width>391</width> 
    61      <height>91</height> 
     61     <height>111</height> 
    6262    </rect> 
    6363   </property> 
    64    <layout class="QGridLayout" name="OpenCLDialogOptionsSection"> 
    65     <item row="0" column="0"> 
    66      <widget class="QRadioButton" name="AvailableOpenCLOptions"> 
    67       <property name="text"> 
    68        <string>None</string> 
    69       </property> 
    70       <property name="checked"> 
    71        <bool>true</bool> 
    72       </property> 
    73      </widget> 
    74     </item> 
    75    </layout> 
     64   <property name="title"> 
     65    <string>Available OpenCL Options</string> 
     66   </property> 
    7667  </widget> 
    7768 </widget> 
Note: See TracChangeset for help on using the changeset viewer.