Changeset 9387fe3 in sasview for src/sas/qtgui/Perspectives/Invariant
- Timestamp:
- Dec 7, 2017 4:13:42 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:
- 8353d90
- Parents:
- 50bfab0
- Location:
- src/sas/qtgui/Perspectives/Invariant
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
r50bfab0 r9387fe3 227 227 228 228 self.model = model 229 self.mapper.toFirst() 229 230 self._data = GuiUtils.dataFromItem(self._model_item) 230 231 -
src/sas/qtgui/Perspectives/Invariant/UI/TabbedInvariantUI.ui
rd1955d67 r9387fe3 142 142 <widget class="QLineEdit" name="txtTotalQMin"> 143 143 <property name="enabled"> 144 <bool> false</bool>144 <bool>true</bool> 145 145 </property> 146 146 </widget> … … 156 156 <widget class="QLineEdit" name="txtTotalQMax"> 157 157 <property name="enabled"> 158 <bool> false</bool>158 <bool>true</bool> 159 159 </property> 160 160 </widget> … … 192 192 <widget class="QLineEdit" name="txtVolFract"> 193 193 <property name="enabled"> 194 <bool> false</bool>194 <bool>true</bool> 195 195 </property> 196 196 <property name="autoFillBackground"> … … 221 221 <widget class="QLineEdit" name="txtVolFractErr"> 222 222 <property name="enabled"> 223 <bool> false</bool>223 <bool>true</bool> 224 224 </property> 225 225 <property name="frame"> … … 244 244 <widget class="QLineEdit" name="txtSpecSurf"> 245 245 <property name="enabled"> 246 <bool> false</bool>246 <bool>true</bool> 247 247 </property> 248 248 <property name="frame"> … … 267 267 <widget class="QLineEdit" name="txtSpecSurfErr"> 268 268 <property name="enabled"> 269 <bool> false</bool>269 <bool>true</bool> 270 270 </property> 271 271 <property name="frame"> … … 305 305 <widget class="QLineEdit" name="txtInvariantTot"> 306 306 <property name="enabled"> 307 <bool> false</bool>307 <bool>true</bool> 308 308 </property> 309 309 <property name="toolTip"> … … 331 331 <widget class="QLineEdit" name="txtInvariantTotErr"> 332 332 <property name="enabled"> 333 <bool> false</bool>333 <bool>true</bool> 334 334 </property> 335 335 <property name="frame"> … … 467 467 <widget class="QLineEdit" name="txtExtrapolQMin"> 468 468 <property name="enabled"> 469 <bool> false</bool>469 <bool>true</bool> 470 470 </property> 471 471 <property name="toolTip"> 472 472 <string>The minimum extrapolated q value.</string> 473 </property> 474 <property name="readOnly"> 475 <bool>true</bool> 473 476 </property> 474 477 </widget> … … 484 487 <widget class="QLineEdit" name="txtExtrapolQMax"> 485 488 <property name="enabled"> 486 <bool>false</bool> 489 <bool>true</bool> 490 </property> 491 <property name="readOnly"> 492 <bool>true</bool> 487 493 </property> 488 494 </widget>
Note: See TracChangeset
for help on using the changeset viewer.