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.

44 lines
959B

  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>315</width>
  10. <height>120</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Restarting JACK</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="font">
  20. <font>
  21. <pointsize>12</pointsize>
  22. </font>
  23. </property>
  24. <property name="text">
  25. <string>Please wait...</string>
  26. </property>
  27. <property name="alignment">
  28. <set>Qt::AlignCenter</set>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QProgressBar" name="progressBar">
  34. <property name="value">
  35. <number>0</number>
  36. </property>
  37. </widget>
  38. </item>
  39. </layout>
  40. </widget>
  41. <resources/>
  42. <connections/>
  43. </ui>