MuseScore/mscore/editraster.ui

155 lines
4.2 KiB
Text
Raw Normal View History

2012-05-26 14:49:10 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EditRaster</class>
<widget class="QDialog" name="EditRaster">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>284</width>
<height>196</height>
2012-05-26 14:49:10 +02:00
</rect>
</property>
<property name="windowTitle">
<string>Edit Grid</string>
2012-05-26 14:49:10 +02:00
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
2014-08-30 16:20:53 +02:00
<string>Edit Grid</string>
2012-05-26 14:49:10 +02:00
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" rowspan="2">
<widget class="QLabel" name="label">
<property name="text">
<string>Horizontal grid:</string>
2012-05-26 14:49:10 +02:00
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Vertical grid:</string>
</property>
</widget>
</item>
2012-05-26 14:49:10 +02:00
<item row="0" column="1" rowspan="2">
<widget class="QLabel" name="label_2">
<property name="text">
<string>1 /</string>
2012-05-26 14:49:10 +02:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
2012-05-26 14:49:10 +02:00
</widget>
</item>
<item row="0" column="2" rowspan="2">
<widget class="QSpinBox" name="hraster">
<property name="suffix">
<string>sp</string>
</property>
2012-05-26 14:49:10 +02:00
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>20</number>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="label_5">
<property name="text">
<string>1 /</string>
2012-05-26 14:49:10 +02:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
2012-05-26 14:49:10 +02:00
</widget>
</item>
<item row="2" column="2">
<widget class="QSpinBox" name="vraster">
<property name="suffix">
<string>sp</string>
</property>
2012-05-26 14:49:10 +02:00
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>20</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
2014-08-30 16:20:53 +02:00
<resources/>
2012-05-26 14:49:10 +02:00
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>EditRaster</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>EditRaster</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>