diff options
Diffstat (limited to 'attic/muse_qt4_evolution/muse/projectpropsdialog.ui')
-rw-r--r-- | attic/muse_qt4_evolution/muse/projectpropsdialog.ui | 188 |
1 files changed, 0 insertions, 188 deletions
diff --git a/attic/muse_qt4_evolution/muse/projectpropsdialog.ui b/attic/muse_qt4_evolution/muse/projectpropsdialog.ui deleted file mode 100644 index f431b602..00000000 --- a/attic/muse_qt4_evolution/muse/projectpropsdialog.ui +++ /dev/null @@ -1,188 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>ProjectPropsDialogBase</class> - <widget class="QDialog" name="ProjectPropsDialogBase" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>456</width> - <height>382</height> - </rect> - </property> - <property name="windowTitle" > - <string>MusE: Project Properties</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="4" column="0" colspan="4" > - <widget class="QTextEdit" name="comment" /> - </item> - <item row="3" column="0" colspan="4" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Comment:</string> - </property> - </widget> - </item> - <item row="2" column="3" > - <widget class="QSpinBox" name="sampleRate" > - <property name="readOnly" > - <bool>true</bool> - </property> - <property name="suffix" > - <string>Hz</string> - </property> - <property name="maximum" > - <number>100000</number> - </property> - <property name="value" > - <number>48000</number> - </property> - </widget> - </item> - <item row="2" column="2" > - <widget class="QLabel" name="label_5" > - <property name="text" > - <string>Samplerate:</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_4" > - <property name="text" > - <string>Length:</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QTimeEdit" name="length" > - <property name="focusPolicy" > - <enum>Qt::NoFocus</enum> - </property> - <property name="readOnly" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QDateEdit" name="createdDate" > - <property name="focusPolicy" > - <enum>Qt::NoFocus</enum> - </property> - <property name="readOnly" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="5" column="0" colspan="4" > - <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="1" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Created:</string> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="label_6" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>0</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Project:</string> - </property> - </widget> - </item> - <item row="0" column="1" colspan="3" > - <widget class="QLineEdit" name="projectName" /> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <resources/> - <connections> - <connection> - <sender>okButton</sender> - <signal>clicked()</signal> - <receiver>ProjectPropsDialogBase</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>ProjectPropsDialogBase</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> |