diff options
Diffstat (limited to 'muse_qt4_evolution/muse/widgets/editmetadialogbase.ui')
-rw-r--r-- | muse_qt4_evolution/muse/widgets/editmetadialogbase.ui | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/muse_qt4_evolution/muse/widgets/editmetadialogbase.ui b/muse_qt4_evolution/muse/widgets/editmetadialogbase.ui new file mode 100644 index 00000000..3f5730de --- /dev/null +++ b/muse_qt4_evolution/muse/widgets/editmetadialogbase.ui @@ -0,0 +1,137 @@ +<ui version="4.0" > + <author></author> + <comment></comment> + <exportmacro></exportmacro> + <class>EditMetaDialogBase</class> + <widget class="QDialog" name="EditMetaDialogBase" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle" > + <string>Dialog</string> + </property> + <layout class="QGridLayout" > + <property name="margin" > + <number>8</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item row="3" column="0" colspan="3" > + <widget class="QTextEdit" name="textEdit" /> + </item> + <item row="4" column="0" colspan="3" > + <layout class="QHBoxLayout" > + <property name="margin" > + <number>0</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" > + <size> + <width>131</width> + <height>31</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="okButton" > + <property name="text" > + <string>OK</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="cancelButton" > + <property name="text" > + <string>Cancel</string> + </property> + </widget> + </item> + </layout> + </item> + <item row="0" column="1" > + <widget class="QSpinBox" name="spinBox" /> + </item> + <item row="1" column="1" > + <widget class="QSpinBox" name="spinBox_2" /> + </item> + <item row="2" column="0" colspan="2" > + <widget class="QCheckBox" name="checkBox" > + <property name="text" > + <string>Enter Hex</string> + </property> + </widget> + </item> + <item row="1" column="0" > + <widget class="QLabel" name="label_2" > + <property name="text" > + <string>Meta Type:</string> + </property> + </widget> + </item> + <item row="0" column="0" > + <widget class="QLabel" name="label" > + <property name="text" > + <string>Time Position:</string> + </property> + </widget> + </item> + <item row="2" column="2" > + <widget class="QLabel" name="label_3" > + <property name="text" > + <string>TextLabel</string> + </property> + </widget> + </item> + </layout> + </widget> + <pixmapfunction></pixmapfunction> + <resources/> + <connections> + <connection> + <sender>okButton</sender> + <signal>clicked()</signal> + <receiver>EditMetaDialogBase</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel" > + <x>278</x> + <y>253</y> + </hint> + <hint type="destinationlabel" > + <x>96</x> + <y>254</y> + </hint> + </hints> + </connection> + <connection> + <sender>cancelButton</sender> + <signal>clicked()</signal> + <receiver>EditMetaDialogBase</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel" > + <x>369</x> + <y>253</y> + </hint> + <hint type="destinationlabel" > + <x>179</x> + <y>282</y> + </hint> + </hints> + </connection> + </connections> +</ui> |