source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/FittingOptionsUI.ui @ fec5842

ESS_GUI_bumps_abstraction
Last change on this file since fec5842 was fec5842, checked in by ibressler, 5 years ago

FittingOptions?: removed stackWidget from .UI, fixed layout issues, removed obsolete code

  • fitting method parameter tooltips will be back soon
  • Property mode set to 100755
File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FittingOptions</class>
4 <widget class="QDialog" name="FittingOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>440</width>
10    <height>538</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <property name="windowIcon">
17   <iconset>
18    <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset>
19  </property>
20  <layout class="QGridLayout" name="gridLayout_12">
21   <item row="0" column="0">
22    <widget class="QGroupBox" name="groupBox">
23     <property name="title">
24      <string>Fit Algorithms </string>
25     </property>
26     <layout class="QGridLayout" name="gridLayout_9">
27      <item row="0" column="0">
28       <widget class="QComboBox" name="cbAlgorithm">
29        <property name="sizePolicy">
30         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
31          <horstretch>0</horstretch>
32          <verstretch>0</verstretch>
33         </sizepolicy>
34        </property>
35        <property name="sizeAdjustPolicy">
36         <enum>QComboBox::AdjustToContents</enum>
37        </property>
38       </widget>
39      </item>
40     </layout>
41    </widget>
42   </item>
43   <item row="1" column="0">
44    <widget class="QDialogButtonBox" name="buttonBox">
45     <property name="orientation">
46      <enum>Qt::Horizontal</enum>
47     </property>
48     <property name="standardButtons">
49      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
50     </property>
51    </widget>
52   </item>
53  </layout>
54 </widget>
55 <resources/>
56 <connections>
57  <connection>
58   <sender>buttonBox</sender>
59   <signal>rejected()</signal>
60   <receiver>FittingOptions</receiver>
61   <slot>reject()</slot>
62   <hints>
63    <hint type="sourcelabel">
64     <x>316</x>
65     <y>260</y>
66    </hint>
67    <hint type="destinationlabel">
68     <x>286</x>
69     <y>274</y>
70    </hint>
71   </hints>
72  </connection>
73 </connections>
74</ui>
Note: See TracBrowser for help on using the repository browser.