Changeset e1e3e09 in sasview for src/sas/qtgui/Perspectives/Fitting/UI
- Timestamp:
- Apr 21, 2017 8:40:01 AM (8 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:
- 98b13f72
- Parents:
- 9d266d2
- Location:
- src/sas/qtgui/Perspectives/Fitting/UI
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui
r9d266d2 re1e3e09 561 561 </layout> 562 562 </widget> 563 <widget class="QWidget" name="tab_5">564 <attribute name="title">565 <string>Resolution</string>566 </attribute>567 <layout class="QGridLayout" name="gridLayout_14">568 <item row="0" column="0">569 <widget class="QGroupBox" name="groupBox_4">570 <property name="title">571 <string>Instrumental Smearing</string>572 </property>573 <layout class="QGridLayout" name="gridLayout_13">574 <item row="0" column="0">575 <widget class="QComboBox" name="cbSmearing">576 <property name="currentIndex">577 <number>0</number>578 </property>579 <item>580 <property name="text">581 <string>None</string>582 </property>583 </item>584 <item>585 <property name="text">586 <string>Use dQ Data</string>587 </property>588 </item>589 <item>590 <property name="text">591 <string>Custom Pinhole Smear</string>592 </property>593 </item>594 <item>595 <property name="text">596 <string>Custom Slit Smear</string>597 </property>598 </item>599 </widget>600 </item>601 <item row="0" column="1">602 <layout class="QGridLayout" name="gridLayout_11">603 <item row="0" column="0">604 <widget class="QLabel" name="lblSmearUp">605 <property name="text">606 <string><html><head/><body><p>dQ<span style=" vertical-align:sub;">low</span></p></body></html></string>607 </property>608 </widget>609 </item>610 <item row="0" column="1">611 <widget class="QLineEdit" name="txtSmearUp"/>612 </item>613 <item row="0" column="2">614 <widget class="QLabel" name="label_14">615 <property name="text">616 <string><html><head/><body><p>Ã617 <span style=" vertical-align:super;">-1</span></p></body></html></string>618 </property>619 </widget>620 </item>621 <item row="1" column="0">622 <widget class="QLabel" name="lblSmearDown">623 <property name="text">624 <string><html><head/><body><p>dQ<span style=" vertical-align:sub;">high</span></p></body></html></string>625 </property>626 </widget>627 </item>628 <item row="1" column="1">629 <widget class="QLineEdit" name="txtSmearDown"/>630 </item>631 <item row="1" column="2">632 <widget class="QLabel" name="label_15">633 <property name="text">634 <string><html><head/><body><p>Ã635 <span style=" vertical-align:super;">-1</span></p></body></html></string>636 </property>637 </widget>638 </item>639 </layout>640 </item>641 <item row="0" column="2">642 <spacer name="horizontalSpacer_2">643 <property name="orientation">644 <enum>Qt::Horizontal</enum>645 </property>646 <property name="sizeHint" stdset="0">647 <size>648 <width>71</width>649 <height>20</height>650 </size>651 </property>652 </spacer>653 </item>654 </layout>655 <zorder>cbSmearing</zorder>656 <zorder>horizontalSpacer_2</zorder>657 </widget>658 </item>659 <item row="1" column="0">660 <spacer name="verticalSpacer_2">661 <property name="orientation">662 <enum>Qt::Vertical</enum>663 </property>664 <property name="sizeHint" stdset="0">665 <size>666 <width>20</width>667 <height>340</height>668 </size>669 </property>670 </spacer>671 </item>672 </layout>673 </widget>674 563 <widget class="QWidget" name="tab_4"> 675 564 <attribute name="title">
Note: See TracChangeset
for help on using the changeset viewer.