Changeset f46f6dc in sasview for src/sas/qtgui/Perspectives/Fitting/UI
- Timestamp:
- Feb 28, 2017 9:50:42 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:
- 68c96d3
- Parents:
- 60af928
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui
r60af928 rf46f6dc 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 680</width>9 <width>514</width> 10 10 <height>721</height> 11 11 </rect> … … 659 659 </widget> 660 660 </item> 661 <item row="2" column="1" colspan="2"> 661 <item row="2" column="3"> 662 <widget class="QPushButton" name="cmdPlot"> 663 <property name="sizePolicy"> 664 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 665 <horstretch>0</horstretch> 666 <verstretch>0</verstretch> 667 </sizepolicy> 668 </property> 669 <property name="minimumSize"> 670 <size> 671 <width>75</width> 672 <height>23</height> 673 </size> 674 </property> 675 <property name="text"> 676 <string>Show Plot</string> 677 </property> 678 </widget> 679 </item> 680 <item row="2" column="4"> 681 <widget class="QPushButton" name="cmdFit"> 682 <property name="sizePolicy"> 683 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 684 <horstretch>0</horstretch> 685 <verstretch>0</verstretch> 686 </sizepolicy> 687 </property> 688 <property name="minimumSize"> 689 <size> 690 <width>75</width> 691 <height>23</height> 692 </size> 693 </property> 694 <property name="text"> 695 <string>Fit</string> 696 </property> 697 </widget> 698 </item> 699 <item row="2" column="5"> 700 <widget class="QPushButton" name="cmdHelp"> 701 <property name="sizePolicy"> 702 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 703 <horstretch>0</horstretch> 704 <verstretch>0</verstretch> 705 </sizepolicy> 706 </property> 707 <property name="minimumSize"> 708 <size> 709 <width>75</width> 710 <height>23</height> 711 </size> 712 </property> 713 <property name="text"> 714 <string>Help</string> 715 </property> 716 </widget> 717 </item> 718 <item row="2" column="0" colspan="3"> 662 719 <spacer name="horizontalSpacer"> 663 720 <property name="orientation"> … … 671 728 </property> 672 729 </spacer> 673 </item>674 <item row="2" column="3">675 <widget class="QPushButton" name="cmdPlot">676 <property name="text">677 <string>Show Plot</string>678 </property>679 </widget>680 </item>681 <item row="2" column="4">682 <widget class="QPushButton" name="cmdFit">683 <property name="text">684 <string>Fit</string>685 </property>686 </widget>687 </item>688 <item row="2" column="5">689 <widget class="QPushButton" name="cmdHelp">690 <property name="text">691 <string>Help</string>692 </property>693 </widget>694 730 </item> 695 731 </layout>
Note: See TracChangeset
for help on using the changeset viewer.