source: sasview/src/sas/qtgui/UI/SetGraphRangeUI.ui @ 2e3e959

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 2e3e959 was 2e3e959, checked in by Piotr Rozyczko <rozyczko@…>, 7 years ago

Code review issues addressed.
More unit tests for plotting.

  • Property mode set to 100755
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>setGraphRangeUI</class>
4 <widget class="QDialog" name="setGraphRangeUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>358</width>
10    <height>144</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Set Graph Range</string>
21  </property>
22  <property name="windowIcon">
23   <iconset resource="main_resources.qrc">
24    <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset>
25  </property>
26  <property name="modal">
27   <bool>true</bool>
28  </property>
29  <layout class="QGridLayout" name="gridLayout_2">
30   <item row="0" column="0">
31    <layout class="QGridLayout" name="gridLayout">
32     <item row="0" column="0">
33      <widget class="QLabel" name="label">
34       <property name="text">
35        <string>X min</string>
36       </property>
37      </widget>
38     </item>
39     <item row="0" column="1">
40      <widget class="QLineEdit" name="txtXmin"/>
41     </item>
42     <item row="0" column="2">
43      <widget class="QLabel" name="label_2">
44       <property name="text">
45        <string>X max</string>
46       </property>
47      </widget>
48     </item>
49     <item row="0" column="3">
50      <widget class="QLineEdit" name="txtXmax"/>
51     </item>
52     <item row="1" column="0">
53      <widget class="QLabel" name="label_3">
54       <property name="text">
55        <string>Y min</string>
56       </property>
57      </widget>
58     </item>
59     <item row="1" column="1">
60      <widget class="QLineEdit" name="txtYmin"/>
61     </item>
62     <item row="1" column="2">
63      <widget class="QLabel" name="label_4">
64       <property name="text">
65        <string>Y max</string>
66       </property>
67      </widget>
68     </item>
69     <item row="1" column="3">
70      <widget class="QLineEdit" name="txtYmax"/>
71     </item>
72    </layout>
73   </item>
74   <item row="1" column="0">
75    <spacer name="verticalSpacer">
76     <property name="orientation">
77      <enum>Qt::Vertical</enum>
78     </property>
79     <property name="sizeHint" stdset="0">
80      <size>
81       <width>20</width>
82       <height>40</height>
83      </size>
84     </property>
85    </spacer>
86   </item>
87   <item row="2" column="0">
88    <widget class="QDialogButtonBox" name="buttonBox">
89     <property name="orientation">
90      <enum>Qt::Horizontal</enum>
91     </property>
92     <property name="standardButtons">
93      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
94     </property>
95    </widget>
96   </item>
97  </layout>
98 </widget>
99 <resources>
100  <include location="main_resources.qrc"/>
101 </resources>
102 <connections>
103  <connection>
104   <sender>buttonBox</sender>
105   <signal>accepted()</signal>
106   <receiver>setGraphRangeUI</receiver>
107   <slot>accept()</slot>
108   <hints>
109    <hint type="sourcelabel">
110     <x>248</x>
111     <y>254</y>
112    </hint>
113    <hint type="destinationlabel">
114     <x>157</x>
115     <y>274</y>
116    </hint>
117   </hints>
118  </connection>
119  <connection>
120   <sender>buttonBox</sender>
121   <signal>rejected()</signal>
122   <receiver>setGraphRangeUI</receiver>
123   <slot>reject()</slot>
124   <hints>
125    <hint type="sourcelabel">
126     <x>316</x>
127     <y>260</y>
128    </hint>
129    <hint type="destinationlabel">
130     <x>286</x>
131     <y>274</y>
132    </hint>
133   </hints>
134  </connection>
135 </connections>
136</ui>
Note: See TracBrowser for help on using the repository browser.