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.

83 lines
2.1 KiB

3 years ago
3 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>previewPanel</class>
  4. <widget class="QWidget" name="previewPanel">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>202</width>
  10. <height>72</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>202</width>
  22. <height>72</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Preview</string>
  27. </property>
  28. <layout class="QVBoxLayout" name="verticalLayout">
  29. <property name="spacing">
  30. <number>6</number>
  31. </property>
  32. <property name="leftMargin">
  33. <number>6</number>
  34. </property>
  35. <property name="topMargin">
  36. <number>6</number>
  37. </property>
  38. <property name="rightMargin">
  39. <number>6</number>
  40. </property>
  41. <property name="bottomMargin">
  42. <number>6</number>
  43. </property>
  44. <item alignment="Qt::AlignHCenter">
  45. <widget class="QCheckBox" name="autoUpdatePreviewCheckBox">
  46. <property name="sizePolicy">
  47. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  48. <horstretch>0</horstretch>
  49. <verstretch>0</verstretch>
  50. </sizepolicy>
  51. </property>
  52. <property name="text">
  53. <string>Automatically update preview</string>
  54. </property>
  55. <property name="checked">
  56. <bool>true</bool>
  57. </property>
  58. </widget>
  59. </item>
  60. <item alignment="Qt::AlignHCenter">
  61. <widget class="QPushButton" name="updatePreviewButton">
  62. <property name="enabled">
  63. <bool>false</bool>
  64. </property>
  65. <property name="sizePolicy">
  66. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  67. <horstretch>0</horstretch>
  68. <verstretch>0</verstretch>
  69. </sizepolicy>
  70. </property>
  71. <property name="text">
  72. <string>Update preview</string>
  73. </property>
  74. <property name="checkable">
  75. <bool>false</bool>
  76. </property>
  77. </widget>
  78. </item>
  79. </layout>
  80. </widget>
  81. <resources/>
  82. <connections/>
  83. </ui>