source: sasview/src/sas/qtgui/Plotting/UI/PlotPropertiesUI.ui @ e20870bc

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

Workaround for the resource file requirement in each UI directory

  • Property mode set to 100755
File size: 4.2 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>285</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>
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 <connections>
125  <connection>
126   <sender>buttonBox</sender>
127   <signal>accepted()</signal>
128   <receiver>PlotPropertiesUI</receiver>
129   <slot>accept()</slot>
130   <hints>
131    <hint type="sourcelabel">
132     <x>248</x>
133     <y>254</y>
134    </hint>
135    <hint type="destinationlabel">
136     <x>157</x>
137     <y>274</y>
138    </hint>
139   </hints>
140  </connection>
141  <connection>
142   <sender>buttonBox</sender>
143   <signal>rejected()</signal>
144   <receiver>PlotPropertiesUI</receiver>
145   <slot>reject()</slot>
146   <hints>
147    <hint type="sourcelabel">
148     <x>316</x>
149     <y>260</y>
150    </hint>
151    <hint type="destinationlabel">
152     <x>286</x>
153     <y>274</y>
154    </hint>
155   </hints>
156  </connection>
157 </connections>
158</ui>
Note: See TracBrowser for help on using the repository browser.