3
0

ImagePopup.ui 972 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ImagePopup</class>
  4. <widget class="QDialog" name="ImagePopup">
  5. <property name="windowModality">
  6. <enum>Qt::WindowModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>400</width>
  13. <height>300</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="baseSize">
  23. <size>
  24. <width>0</width>
  25. <height>0</height>
  26. </size>
  27. </property>
  28. <property name="windowTitle">
  29. <string>Form</string>
  30. </property>
  31. <layout class="QGridLayout" name="gridLayout">
  32. <item row="0" column="0">
  33. <widget class="QLabel" name="imageLabel">
  34. <property name="text">
  35. <string/>
  36. </property>
  37. </widget>
  38. </item>
  39. </layout>
  40. </widget>
  41. <resources/>
  42. <connections/>
  43. </ui>