source: sasview/src/sas/qtgui/UI/PlotPropertiesUI.ui @ 87cc73a

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

Added Modify Plot Properties functionality. SASVIEW-169

  • Property mode set to 100755
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PlotPropertiesUI</class>
4 <widget class="QDialog" name="PlotPropertiesUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>319</width>
10    <height>172</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Modify Plot 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_3">
27   <item row="0" column="0">
28    <widget class="QGroupBox" name="groupBox">
29     <property name="title">
30      <string>Symbol</string>
31     </property>
32     <layout class="QGridLayout" name="gridLayout_2">
33      <item row="0" column="0">
34       <layout class="QGridLayout" name="gridLayout">
35        <item row="0" column="0">
36         <widget class="QLabel" name="label_2">
37          <property name="text">
38           <string>Shape</string>
39          </property>
40         </widget>
41        </item>
42        <item row="0" column="1" colspan="2">
43         <widget class="QComboBox" name="cbShape"/>
44        </item>
45        <item row="0" column="3" alignment="Qt::AlignRight">
46         <widget class="QLabel" name="label_4">
47          <property name="text">
48           <string>Size</string>
49          </property>
50         </widget>
51        </item>
52        <item row="0" column="4">
53         <widget class="QSpinBox" name="sbSize">
54          <property name="minimum">
55           <number>1</number>
56          </property>
57          <property name="maximum">
58           <number>72</number>
59          </property>
60         </widget>
61        </item>
62        <item row="1" column="0">
63         <widget class="QLabel" name="label_3">
64          <property name="text">
65           <string>Color</string>
66          </property>
67         </widget>
68        </item>
69        <item row="1" column="1">
70         <widget class="QComboBox" name="cbColor"/>
71        </item>
72        <item row="1" column="2">
73         <widget class="QPushButton" name="cmdCustom">
74          <property name="text">
75           <string>Custom..</string>
76          </property>
77         </widget>
78        </item>
79       </layout>
80      </item>
81     </layout>
82    </widget>
83   </item>
84   <item row="1" column="0">
85    <layout class="QHBoxLayout" name="horizontalLayout">
86     <item>
87      <widget class="QLabel" name="label">
88       <property name="text">
89        <string>Legend Label</string>
90       </property>
91      </widget>
92     </item>
93     <item>
94      <widget class="QLineEdit" name="txtLegend"/>
95     </item>
96    </layout>
97   </item>
98   <item row="2" column="0">
99    <spacer name="verticalSpacer">
100     <property name="orientation">
101      <enum>Qt::Vertical</enum>
102     </property>
103     <property name="sizeHint" stdset="0">
104      <size>
105       <width>20</width>
106       <height>120</height>
107      </size>
108     </property>
109    </spacer>
110   </item>
111   <item row="3" column="0">
112    <widget class="QDialogButtonBox" name="buttonBox">
113     <property name="orientation">
114      <enum>Qt::Horizontal</enum>
115     </property>
116     <property name="standardButtons">
117      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
118     </property>
119    </widget>
120   </item>
121  </layout>
122 </widget>
123 <resources>
124  <include location="main_resources.qrc"/>
125 </resources>
126 <connections>
127  <connection>
128   <sender>buttonBox</sender>
129   <signal>accepted()</signal>
130   <receiver>PlotPropertiesUI</receiver>
131   <slot>accept()</slot>
132   <hints>
133    <hint type="sourcelabel">
134     <x>248</x>
135     <y>254</y>
136    </hint>
137    <hint type="destinationlabel">
138     <x>157</x>
139     <y>274</y>
140    </hint>
141   </hints>
142  </connection>
143  <connection>
144   <sender>buttonBox</sender>
145   <signal>rejected()</signal>
146   <receiver>PlotPropertiesUI</receiver>
147   <slot>reject()</slot>
148   <hints>
149    <hint type="sourcelabel">
150     <x>316</x>
151     <y>260</y>
152    </hint>
153    <hint type="destinationlabel">
154     <x>286</x>
155     <y>274</y>
156    </hint>
157   </hints>
158  </connection>
159 </connections>
160</ui>
Note: See TracBrowser for help on using the repository browser.