1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PaletteCellProperties</class>
4 <widget class="QDialog" name="PaletteCellProperties">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>303</width>
10    <height>186</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Cell Properties</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QGroupBox" name="groupBox">
19     <property name="title">
20      <string>Palette Cell Properties</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout">
23      <item row="0" column="0">
24       <widget class="QLabel" name="label_6">
25        <property name="text">
26         <string>Name:</string>
27        </property>
28       </widget>
29      </item>
30      <item row="1" column="0">
31       <widget class="QLabel" name="label">
32        <property name="text">
33         <string>Content offset</string>
34        </property>
35       </widget>
36      </item>
37      <item row="4" column="0">
38       <spacer name="verticalSpacer">
39        <property name="orientation">
40         <enum>Qt::Vertical</enum>
41        </property>
42        <property name="sizeHint" stdset="0">
43         <size>
44          <width>20</width>
45          <height>0</height>
46         </size>
47        </property>
48       </spacer>
49      </item>
50      <item row="2" column="0">
51       <widget class="QLabel" name="label_5">
52        <property name="text">
53         <string>Content scale:</string>
54        </property>
55       </widget>
56      </item>
57      <item row="1" column="3">
58       <widget class="QLabel" name="label_4">
59        <property name="text">
60         <string>Y:</string>
61        </property>
62        <property name="alignment">
63         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
64        </property>
65       </widget>
66      </item>
67      <item row="1" column="1">
68       <widget class="QLabel" name="label_2">
69        <property name="text">
70         <string>X:</string>
71        </property>
72        <property name="alignment">
73         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
74        </property>
75       </widget>
76      </item>
77      <item row="1" column="2">
78       <widget class="QDoubleSpinBox" name="xoffset">
79        <property name="suffix">
80         <string>sp</string>
81        </property>
82        <property name="minimum">
83         <double>-99.000000000000000</double>
84        </property>
85       </widget>
86      </item>
87      <item row="1" column="4">
88       <widget class="QDoubleSpinBox" name="yoffset">
89        <property name="suffix">
90         <string>sp</string>
91        </property>
92        <property name="minimum">
93         <double>-99.000000000000000</double>
94        </property>
95       </widget>
96      </item>
97      <item row="3" column="0">
98       <widget class="QCheckBox" name="drawStaff">
99        <property name="text">
100         <string>Draw staff</string>
101        </property>
102       </widget>
103      </item>
104      <item row="0" column="2" colspan="3">
105       <widget class="QLineEdit" name="name"/>
106      </item>
107      <item row="2" column="2">
108       <widget class="QDoubleSpinBox" name="scale">
109        <property name="minimum">
110         <double>0.010000000000000</double>
111        </property>
112        <property name="maximum">
113         <double>10.000000000000000</double>
114        </property>
115        <property name="singleStep">
116         <double>0.100000000000000</double>
117        </property>
118       </widget>
119      </item>
120     </layout>
121    </widget>
122   </item>
123   <item>
124    <widget class="QDialogButtonBox" name="buttonBox">
125     <property name="orientation">
126      <enum>Qt::Horizontal</enum>
127     </property>
128     <property name="standardButtons">
129      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
130     </property>
131    </widget>
132   </item>
133  </layout>
134 </widget>
135 <tabstops>
136  <tabstop>name</tabstop>
137  <tabstop>xoffset</tabstop>
138  <tabstop>yoffset</tabstop>
139  <tabstop>scale</tabstop>
140  <tabstop>drawStaff</tabstop>
141 </tabstops>
142 <resources/>
143 <connections>
144  <connection>
145   <sender>buttonBox</sender>
146   <signal>accepted()</signal>
147   <receiver>PaletteCellProperties</receiver>
148   <slot>accept()</slot>
149   <hints>
150    <hint type="sourcelabel">
151     <x>248</x>
152     <y>254</y>
153    </hint>
154    <hint type="destinationlabel">
155     <x>157</x>
156     <y>274</y>
157    </hint>
158   </hints>
159  </connection>
160  <connection>
161   <sender>buttonBox</sender>
162   <signal>rejected()</signal>
163   <receiver>PaletteCellProperties</receiver>
164   <slot>reject()</slot>
165   <hints>
166    <hint type="sourcelabel">
167     <x>316</x>
168     <y>260</y>
169    </hint>
170    <hint type="destinationlabel">
171     <x>286</x>
172     <y>274</y>
173    </hint>
174   </hints>
175  </connection>
176 </connections>
177</ui>
178