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.

32 lines
714B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>512</width>
  10. <height>459</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>ALSA Audio Options</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string>This is your current ~/.asoundrc file:</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QTextBrowser" name="textBrowser"/>
  26. </item>
  27. </layout>
  28. </widget>
  29. <resources/>
  30. <connections/>
  31. </ui>