Changeset 9863343 in sasview for src/sas/qtgui/Perspectives/Fitting/UI
- Timestamp:
- Oct 25, 2017 5:58:46 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:
- c31d41e7
- Parents:
- 37be27f
- Location:
- src/sas/qtgui/Perspectives/Fitting/UI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/GPUOptionsUI.ui
rced1bff r9863343 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>4 40</width>10 <height>2 11</height>9 <width>438</width> 10 <height>206</height> 11 11 </rect> 12 12 </property> 13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 15 <horstretch>0</horstretch> 16 <verstretch>0</verstretch> 17 </sizepolicy> 18 </property> 13 19 <property name="windowTitle"> 14 <string> Dialog</string>20 <string>OpenCL Options</string> 15 21 </property> 16 22 <widget class="QPushButton" name="testButton"> … … 82 88 </property> 83 89 </widget> 84 <widget class="QLabel" name=" label">90 <widget class="QLabel" name="warningMessage"> 85 91 <property name="geometry"> 86 92 <rect> … … 114 120 <hint type="sourcelabel"> 115 121 <x>66</x> 116 <y>1 53</y>122 <y>183</y> 117 123 </hint> 118 124 <hint type="destinationlabel"> … … 129 135 <hints> 130 136 <hint type="sourcelabel"> 131 <x> 166</x>132 <y>1 53</y>137 <x>266</x> 138 <y>183</y> 133 139 </hint> 134 140 <hint type="destinationlabel"> -
src/sas/qtgui/Perspectives/Fitting/UI/GPUTestResultsUI.ui
rced1bff r9863343 12 12 </property> 13 13 <property name="windowTitle"> 14 <string> Dialog</string>14 <string>OpenCL Test Results</string> 15 15 </property> 16 <widget class="QDialogButtonBox" name=" buttonBox">16 <widget class="QDialogButtonBox" name="okButton"> 17 17 <property name="geometry"> 18 18 <rect> … … 33 33 </property> 34 34 </widget> 35 <widget class="QLabel" name=" label">35 <widget class="QLabel" name="falingTestsNoOpenCL"> 36 36 <property name="geometry"> 37 37 <rect> … … 49 49 </property> 50 50 </widget> 51 <widget class="QLabel" name=" label_2">51 <widget class="QLabel" name="howToReportIssues"> 52 52 <property name="geometry"> 53 53 <rect> … … 76 76 <height>321</height> 77 77 </rect> 78 </property> 79 <property name="sizePolicy"> 80 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 81 <horstretch>0</horstretch> 82 <verstretch>0</verstretch> 83 </sizepolicy> 78 84 </property> 79 85 <property name="title"> … … 116 122 <connections> 117 123 <connection> 118 <sender> buttonBox</sender>124 <sender>okButton</sender> 119 125 <signal>accepted()</signal> 120 126 <receiver>GPUTestResults</receiver> … … 132 138 </connection> 133 139 <connection> 134 <sender> buttonBox</sender>140 <sender>okButton</sender> 135 141 <signal>rejected()</signal> 136 142 <receiver>GPUTestResults</receiver>
Note: See TracChangeset
for help on using the changeset viewer.