ExportImageMenu.ui 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ExportImageMenu</class>
  4. <widget class="QWidget" name="ExportImageMenu">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>253</width>
  10. <height>330</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QFormLayout" name="formLayout">
  17. <item row="0" column="0" colspan="2">
  18. <widget class="QLabel" name="titleLbl">
  19. <property name="font">
  20. <font>
  21. <pointsize>14</pointsize>
  22. <weight>75</weight>
  23. <bold>true</bold>
  24. </font>
  25. </property>
  26. <property name="text">
  27. <string>Export Image</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item row="1" column="0">
  32. <widget class="QLabel" name="maxIterLbl">
  33. <property name="text">
  34. <string>Max. Iterations</string>
  35. </property>
  36. </widget>
  37. </item>
  38. <item row="1" column="1">
  39. <widget class="QLineEdit" name="maxIterTxt">
  40. <property name="text">
  41. <string>5000</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item row="2" column="0">
  46. <widget class="QLabel" name="widthLbl">
  47. <property name="text">
  48. <string>Width</string>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="2" column="1">
  53. <widget class="QLineEdit" name="widthTxt">
  54. <property name="text">
  55. <string>1920</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="3" column="0">
  60. <widget class="QLabel" name="heightLbl">
  61. <property name="text">
  62. <string>Height</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="3" column="1">
  67. <widget class="QLineEdit" name="heightTxt">
  68. <property name="text">
  69. <string>1080</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="4" column="0">
  74. <widget class="QPushButton" name="pathBtn">
  75. <property name="text">
  76. <string>Save As:</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item row="4" column="1">
  81. <widget class="QLineEdit" name="pathTxt"/>
  82. </item>
  83. </layout>
  84. </widget>
  85. <resources/>
  86. <connections/>
  87. </ui>