source: sasview/src/sas/qtgui/UI/ScalePropertiesUI.ui @ ef01be4

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

More context menu functionality in plots - SASVIEW-167

  • Property mode set to 100755
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>scalePropertiesUI</class>
4 <widget class="QDialog" name="scalePropertiesUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>137</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>Scale Properties</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  <layout class="QGridLayout" name="gridLayout_2">
27   <item row="0" column="0">
28    <layout class="QGridLayout" name="gridLayout">
29     <item row="0" column="0">
30      <widget class="QLabel" name="label">
31       <property name="text">
32        <string>X</string>
33       </property>
34      </widget>
35     </item>
36     <item row="0" column="1">
37      <widget class="QLabel" name="label_2">
38       <property name="text">
39        <string>Y</string>
40       </property>
41      </widget>
42     </item>
43     <item row="0" column="2">
44      <widget class="QLabel" name="label_3">
45       <property name="text">
46        <string>View</string>
47       </property>
48      </widget>
49     </item>
50     <item row="1" column="0">
51      <widget class="QComboBox" name="cbX"/>
52     </item>
53     <item row="1" column="1">
54      <widget class="QComboBox" name="cbY"/>
55     </item>
56     <item row="1" column="2">
57      <widget class="QComboBox" name="cbView"/>
58     </item>
59    </layout>
60   </item>
61   <item row="1" column="0">
62    <spacer name="verticalSpacer">
63     <property name="orientation">
64      <enum>Qt::Vertical</enum>
65     </property>
66     <property name="sizeHint" stdset="0">
67      <size>
68       <width>20</width>
69       <height>40</height>
70      </size>
71     </property>
72    </spacer>
73   </item>
74   <item row="2" column="0">
75    <widget class="QDialogButtonBox" name="buttonBox">
76     <property name="orientation">
77      <enum>Qt::Horizontal</enum>
78     </property>
79     <property name="standardButtons">
80      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
81     </property>
82    </widget>
83   </item>
84  </layout>
85 </widget>
86 <resources>
87  <include location="main_resources.qrc"/>
88 </resources>
89 <connections>
90  <connection>
91   <sender>buttonBox</sender>
92   <signal>accepted()</signal>
93   <receiver>scalePropertiesUI</receiver>
94   <slot>accept()</slot>
95   <hints>
96    <hint type="sourcelabel">
97     <x>248</x>
98     <y>254</y>
99    </hint>
100    <hint type="destinationlabel">
101     <x>157</x>
102     <y>274</y>
103    </hint>
104   </hints>
105  </connection>
106  <connection>
107   <sender>buttonBox</sender>
108   <signal>rejected()</signal>
109   <receiver>scalePropertiesUI</receiver>
110   <slot>reject()</slot>
111   <hints>
112    <hint type="sourcelabel">
113     <x>316</x>
114     <y>260</y>
115    </hint>
116    <hint type="destinationlabel">
117     <x>286</x>
118     <y>274</y>
119    </hint>
120   </hints>
121  </connection>
122 </connections>
123</ui>
Note: See TracBrowser for help on using the repository browser.