audiorecorderdialog.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AudioRecorderDialog</class>
  4. <widget class="QDialog" name="AudioRecorderDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>161</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>新宋体</family>
  16. <pointsize>11</pointsize>
  17. </font>
  18. </property>
  19. <property name="windowTitle">
  20. <string>开始录音</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QWidget" name="widget_2" native="true">
  25. <layout class="QHBoxLayout" name="horizontalLayout_2">
  26. <item>
  27. <widget class="QLabel" name="lblTime">
  28. <property name="font">
  29. <font>
  30. <pointsize>30</pointsize>
  31. </font>
  32. </property>
  33. <property name="text">
  34. <string>00:00:00</string>
  35. </property>
  36. <property name="alignment">
  37. <set>Qt::AlignCenter</set>
  38. </property>
  39. </widget>
  40. </item>
  41. </layout>
  42. </widget>
  43. </item>
  44. <item>
  45. <layout class="QHBoxLayout" name="horizontalLayout_3">
  46. <item>
  47. <widget class="QLabel" name="lblDev">
  48. <property name="maximumSize">
  49. <size>
  50. <width>80</width>
  51. <height>16777215</height>
  52. </size>
  53. </property>
  54. <property name="text">
  55. <string>录音设备:</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QComboBox" name="cbbDev"/>
  61. </item>
  62. </layout>
  63. </item>
  64. <item>
  65. <widget class="QWidget" name="widget" native="true">
  66. <property name="minimumSize">
  67. <size>
  68. <width>0</width>
  69. <height>48</height>
  70. </size>
  71. </property>
  72. <property name="maximumSize">
  73. <size>
  74. <width>16777215</width>
  75. <height>48</height>
  76. </size>
  77. </property>
  78. <layout class="QHBoxLayout" name="horizontalLayout">
  79. <item>
  80. <spacer name="horizontalSpacer">
  81. <property name="orientation">
  82. <enum>Qt::Horizontal</enum>
  83. </property>
  84. <property name="sizeHint" stdset="0">
  85. <size>
  86. <width>189</width>
  87. <height>20</height>
  88. </size>
  89. </property>
  90. </spacer>
  91. </item>
  92. <item>
  93. <widget class="QPushButton" name="btnOk">
  94. <property name="text">
  95. <string>开始录制</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QPushButton" name="btnCancel">
  101. <property name="text">
  102. <string>取消</string>
  103. </property>
  104. </widget>
  105. </item>
  106. </layout>
  107. </widget>
  108. </item>
  109. </layout>
  110. </widget>
  111. <resources/>
  112. <connections/>
  113. </ui>