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

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 db5cd8d was d3ca363, checked in by Piotr Rozyczko <rozyczko@…>, 7 years ago

Setting graph range - SASVIEW-381

  • Property mode set to 100755
File size: 3.3 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="modal">
23   <bool>true</bool>
24  </property>
25  <layout class="QGridLayout" name="gridLayout_2">
26   <item row="0" column="0">
27    <layout class="QGridLayout" name="gridLayout">
28     <item row="0" column="0">
29      <widget class="QLabel" name="label">
30       <property name="text">
31        <string>X min</string>
32       </property>
33      </widget>
34     </item>
35     <item row="0" column="1">
36      <widget class="QLineEdit" name="txtXmin"/>
37     </item>
38     <item row="0" column="2">
39      <widget class="QLabel" name="label_2">
40       <property name="text">
41        <string>X max</string>
42       </property>
43      </widget>
44     </item>
45     <item row="0" column="3">
46      <widget class="QLineEdit" name="txtXmax"/>
47     </item>
48     <item row="1" column="0">
49      <widget class="QLabel" name="label_3">
50       <property name="text">
51        <string>Y min</string>
52       </property>
53      </widget>
54     </item>
55     <item row="1" column="1">
56      <widget class="QLineEdit" name="txtYmin"/>
57     </item>
58     <item row="1" column="2">
59      <widget class="QLabel" name="label_4">
60       <property name="text">
61        <string>Y max</string>
62       </property>
63      </widget>
64     </item>
65     <item row="1" column="3">
66      <widget class="QLineEdit" name="txtYmax"/>
67     </item>
68    </layout>
69   </item>
70   <item row="1" column="0">
71    <spacer name="verticalSpacer">
72     <property name="orientation">
73      <enum>Qt::Vertical</enum>
74     </property>
75     <property name="sizeHint" stdset="0">
76      <size>
77       <width>20</width>
78       <height>40</height>
79      </size>
80     </property>
81    </spacer>
82   </item>
83   <item row="2" column="0">
84    <widget class="QDialogButtonBox" name="buttonBox">
85     <property name="orientation">
86      <enum>Qt::Horizontal</enum>
87     </property>
88     <property name="standardButtons">
89      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
90     </property>
91    </widget>
92   </item>
93  </layout>
94 </widget>
95 <resources/>
96 <connections>
97  <connection>
98   <sender>buttonBox</sender>
99   <signal>accepted()</signal>
100   <receiver>setGraphRangeUI</receiver>
101   <slot>accept()</slot>
102   <hints>
103    <hint type="sourcelabel">
104     <x>248</x>
105     <y>254</y>
106    </hint>
107    <hint type="destinationlabel">
108     <x>157</x>
109     <y>274</y>
110    </hint>
111   </hints>
112  </connection>
113  <connection>
114   <sender>buttonBox</sender>
115   <signal>rejected()</signal>
116   <receiver>setGraphRangeUI</receiver>
117   <slot>reject()</slot>
118   <hints>
119    <hint type="sourcelabel">
120     <x>316</x>
121     <y>260</y>
122    </hint>
123    <hint type="destinationlabel">
124     <x>286</x>
125     <y>274</y>
126    </hint>
127   </hints>
128  </connection>
129 </connections>
130</ui>
Note: See TracBrowser for help on using the repository browser.