widgetViewPhoto.ui 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>widgetViewPhoto</class>
  4. <widget class="QWidget" name="widgetViewPhoto">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>698</width>
  10. <height>509</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_vp_bg" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>10</y>
  21. <width>701</width>
  22. <height>491</height>
  23. </rect>
  24. </property>
  25. <widget class="QWidget" name="widget_vp_client" native="true">
  26. <property name="geometry">
  27. <rect>
  28. <x>50</x>
  29. <y>40</y>
  30. <width>601</width>
  31. <height>421</height>
  32. </rect>
  33. </property>
  34. <widget class="QPushButton" name="btn_prev_photo">
  35. <property name="geometry">
  36. <rect>
  37. <x>10</x>
  38. <y>180</y>
  39. <width>31</width>
  40. <height>61</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string/>
  45. </property>
  46. </widget>
  47. <widget class="QPushButton" name="btn_next_photo">
  48. <property name="geometry">
  49. <rect>
  50. <x>560</x>
  51. <y>180</y>
  52. <width>31</width>
  53. <height>61</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string/>
  58. </property>
  59. </widget>
  60. <widget class="QLabel" name="label_vp_photo">
  61. <property name="geometry">
  62. <rect>
  63. <x>70</x>
  64. <y>20</y>
  65. <width>471</width>
  66. <height>361</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string/>
  71. </property>
  72. <property name="alignment">
  73. <set>Qt::AlignCenter</set>
  74. </property>
  75. </widget>
  76. <widget class="QPushButton" name="btn_vp_close">
  77. <property name="geometry">
  78. <rect>
  79. <x>554</x>
  80. <y>20</y>
  81. <width>31</width>
  82. <height>23</height>
  83. </rect>
  84. </property>
  85. <property name="text">
  86. <string/>
  87. </property>
  88. </widget>
  89. </widget>
  90. </widget>
  91. </widget>
  92. <resources/>
  93. <connections/>
  94. </ui>