envelopeExtractorDlg.ui 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>EnvelopeExtractorDlg</class>
  4. <widget class="QDialog" name="EnvelopeExtractorDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>836</width>
  10. <height>682</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Envelope Extractor Visual Debug</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QFrame" name="viewFrame">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="minimumSize">
  26. <size>
  27. <width>512</width>
  28. <height>512</height>
  29. </size>
  30. </property>
  31. <property name="frameShape">
  32. <enum>QFrame::StyledPanel</enum>
  33. </property>
  34. <property name="frameShadow">
  35. <enum>QFrame::Raised</enum>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <layout class="QHBoxLayout" name="horizontalLayout">
  41. <item>
  42. <widget class="QLabel" name="label">
  43. <property name="text">
  44. <string>Message</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <widget class="QLabel" name="messageLabel">
  50. <property name="sizePolicy">
  51. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  52. <horstretch>0</horstretch>
  53. <verstretch>0</verstretch>
  54. </sizepolicy>
  55. </property>
  56. <property name="text">
  57. <string>no message</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QCheckBox" name="autoCheckBox">
  63. <property name="text">
  64. <string>auto</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QPushButton" name="nextPushButton">
  70. <property name="text">
  71. <string>Next</string>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QPushButton" name="skipPushButton">
  77. <property name="text">
  78. <string>Skip</string>
  79. </property>
  80. </widget>
  81. </item>
  82. </layout>
  83. </item>
  84. </layout>
  85. </widget>
  86. <resources/>
  87. <connections/>
  88. </ui>