Collection of tools useful for audio production
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

176 lines
4.1KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ProjectPropertiesW</class>
  4. <widget class="QDialog" name="ProjectPropertiesW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>373</width>
  10. <height>417</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Project Properties</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_4">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox">
  19. <property name="title">
  20. <string>Project name</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QLineEdit" name="le_name"/>
  25. </item>
  26. </layout>
  27. </widget>
  28. </item>
  29. <item>
  30. <widget class="QGroupBox" name="groupBox_2">
  31. <property name="title">
  32. <string>Description</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout_2">
  35. <item>
  36. <widget class="QLineEdit" name="le_description"/>
  37. </item>
  38. </layout>
  39. </widget>
  40. </item>
  41. <item>
  42. <widget class="QGroupBox" name="groupBox_3">
  43. <property name="title">
  44. <string>Notes</string>
  45. </property>
  46. <layout class="QVBoxLayout" name="verticalLayout_3">
  47. <item>
  48. <widget class="QPlainTextEdit" name="le_notes"/>
  49. </item>
  50. </layout>
  51. </widget>
  52. </item>
  53. <item>
  54. <layout class="QHBoxLayout" name="horizontalLayout">
  55. <item>
  56. <spacer name="horizontalSpacer">
  57. <property name="orientation">
  58. <enum>Qt::Horizontal</enum>
  59. </property>
  60. <property name="sizeHint" stdset="0">
  61. <size>
  62. <width>40</width>
  63. <height>20</height>
  64. </size>
  65. </property>
  66. </spacer>
  67. </item>
  68. <item>
  69. <widget class="QCheckBox" name="cb_save_now">
  70. <property name="text">
  71. <string>Save Now</string>
  72. </property>
  73. <property name="checked">
  74. <bool>true</bool>
  75. </property>
  76. </widget>
  77. </item>
  78. <item>
  79. <spacer name="horizontalSpacer_2">
  80. <property name="orientation">
  81. <enum>Qt::Horizontal</enum>
  82. </property>
  83. <property name="sizeType">
  84. <enum>QSizePolicy::Preferred</enum>
  85. </property>
  86. <property name="sizeHint" stdset="0">
  87. <size>
  88. <width>40</width>
  89. <height>20</height>
  90. </size>
  91. </property>
  92. </spacer>
  93. </item>
  94. </layout>
  95. </item>
  96. <item>
  97. <spacer name="verticalSpacer">
  98. <property name="orientation">
  99. <enum>Qt::Vertical</enum>
  100. </property>
  101. <property name="sizeType">
  102. <enum>QSizePolicy::Fixed</enum>
  103. </property>
  104. <property name="sizeHint" stdset="0">
  105. <size>
  106. <width>20</width>
  107. <height>10</height>
  108. </size>
  109. </property>
  110. </spacer>
  111. </item>
  112. <item>
  113. <widget class="QDialogButtonBox" name="buttonBox">
  114. <property name="orientation">
  115. <enum>Qt::Horizontal</enum>
  116. </property>
  117. <property name="standardButtons">
  118. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  119. </property>
  120. </widget>
  121. </item>
  122. </layout>
  123. </widget>
  124. <resources/>
  125. <connections>
  126. <connection>
  127. <sender>buttonBox</sender>
  128. <signal>accepted()</signal>
  129. <receiver>ProjectPropertiesW</receiver>
  130. <slot>accept()</slot>
  131. <hints>
  132. <hint type="sourcelabel">
  133. <x>226</x>
  134. <y>401</y>
  135. </hint>
  136. <hint type="destinationlabel">
  137. <x>157</x>
  138. <y>274</y>
  139. </hint>
  140. </hints>
  141. </connection>
  142. <connection>
  143. <sender>buttonBox</sender>
  144. <signal>rejected()</signal>
  145. <receiver>ProjectPropertiesW</receiver>
  146. <slot>reject()</slot>
  147. <hints>
  148. <hint type="sourcelabel">
  149. <x>294</x>
  150. <y>406</y>
  151. </hint>
  152. <hint type="destinationlabel">
  153. <x>286</x>
  154. <y>274</y>
  155. </hint>
  156. </hints>
  157. </connection>
  158. <connection>
  159. <sender>cb_save_now</sender>
  160. <signal>toggled(bool)</signal>
  161. <receiver>le_name</receiver>
  162. <slot>setEnabled(bool)</slot>
  163. <hints>
  164. <hint type="sourcelabel">
  165. <x>274</x>
  166. <y>359</y>
  167. </hint>
  168. <hint type="destinationlabel">
  169. <x>223</x>
  170. <y>41</y>
  171. </hint>
  172. </hints>
  173. </connection>
  174. </connections>
  175. </ui>