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.

110 lines
2.7KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ProjectNameW</class>
  4. <widget class="QDialog" name="ProjectNameW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>423</width>
  10. <height>102</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Save project</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string>Path:</string>
  21. </property>
  22. <property name="alignment">
  23. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  24. </property>
  25. </widget>
  26. </item>
  27. <item row="0" column="1">
  28. <widget class="QLineEdit" name="le_path"/>
  29. </item>
  30. <item row="0" column="2">
  31. <widget class="QPushButton" name="b_open">
  32. <property name="maximumSize">
  33. <size>
  34. <width>22</width>
  35. <height>22</height>
  36. </size>
  37. </property>
  38. <property name="text">
  39. <string/>
  40. </property>
  41. <property name="icon">
  42. <iconset resource="../../resources/resources.qrc">
  43. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  44. </property>
  45. </widget>
  46. </item>
  47. <item row="1" column="0">
  48. <widget class="QLabel" name="label_2">
  49. <property name="text">
  50. <string>Name:</string>
  51. </property>
  52. <property name="alignment">
  53. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="1" column="1" colspan="2">
  58. <widget class="QLineEdit" name="le_name"/>
  59. </item>
  60. <item row="2" column="0" colspan="3">
  61. <widget class="QDialogButtonBox" name="buttonBox">
  62. <property name="orientation">
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. <property name="standardButtons">
  66. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </widget>
  72. <resources>
  73. <include location="../../resources/resources.qrc"/>
  74. </resources>
  75. <connections>
  76. <connection>
  77. <sender>buttonBox</sender>
  78. <signal>accepted()</signal>
  79. <receiver>ProjectNameW</receiver>
  80. <slot>accept()</slot>
  81. <hints>
  82. <hint type="sourcelabel">
  83. <x>248</x>
  84. <y>254</y>
  85. </hint>
  86. <hint type="destinationlabel">
  87. <x>157</x>
  88. <y>274</y>
  89. </hint>
  90. </hints>
  91. </connection>
  92. <connection>
  93. <sender>buttonBox</sender>
  94. <signal>rejected()</signal>
  95. <receiver>ProjectNameW</receiver>
  96. <slot>reject()</slot>
  97. <hints>
  98. <hint type="sourcelabel">
  99. <x>316</x>
  100. <y>260</y>
  101. </hint>
  102. <hint type="destinationlabel">
  103. <x>286</x>
  104. <y>274</y>
  105. </hint>
  106. </hints>
  107. </connection>
  108. </connections>
  109. </ui>