Changeset 14fa542 in sasview for src/sas/qtgui/Perspectives/Fitting/UI
- Timestamp:
- Oct 24, 2017 8:54:24 AM (7 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:
- a6cd8d1
- Parents:
- 06ce180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/GPUOptionsUI.ui
r06ce180 r14fa542 8 8 <y>0</y> 9 9 <width>440</width> 10 <height>1 63</height>10 <height>178</height> 11 11 </rect> 12 12 </property> … … 18 18 <rect> 19 19 <x>220</x> 20 <y>1 10</y>20 <y>140</y> 21 21 <width>93</width> 22 22 <height>28</height> … … 31 31 <rect> 32 32 <x>20</x> 33 <y>1 10</y>33 <y>140</y> 34 34 <width>193</width> 35 35 <height>28</height> … … 44 44 <rect> 45 45 <x>320</x> 46 <y>1 10</y>46 <y>140</y> 47 47 <width>93</width> 48 48 <height>28</height> … … 53 53 </property> 54 54 </widget> 55 <widget class="Q Widget" name="gridLayoutWidget">55 <widget class="QGroupBox" name="openCLButtonGroup"> 56 56 <property name="geometry"> 57 57 <rect> 58 58 <x>20</x> 59 <y> 10</y>59 <y>20</y> 60 60 <width>391</width> 61 <height> 91</height>61 <height>111</height> 62 62 </rect> 63 63 </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> 76 67 </widget> 77 68 </widget>
Note: See TracChangeset
for help on using the changeset viewer.