wPictureItem.ui 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>wPictureItem</class>
  4. <widget class="QWidget" name="wPictureItem">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>100</width>
  10. <height>100</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="label_picture">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>131</width>
  22. <height>111</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string/>
  27. </property>
  28. </widget>
  29. <widget class="QWidget" name="widget_operation" native="true">
  30. <property name="geometry">
  31. <rect>
  32. <x>0</x>
  33. <y>0</y>
  34. <width>100</width>
  35. <height>100</height>
  36. </rect>
  37. </property>
  38. <widget class="QPushButton" name="btn_view">
  39. <property name="geometry">
  40. <rect>
  41. <x>40</x>
  42. <y>70</y>
  43. <width>31</width>
  44. <height>21</height>
  45. </rect>
  46. </property>
  47. <property name="text">
  48. <string/>
  49. </property>
  50. </widget>
  51. <widget class="QPushButton" name="btn_delete">
  52. <property name="geometry">
  53. <rect>
  54. <x>70</x>
  55. <y>10</y>
  56. <width>21</width>
  57. <height>20</height>
  58. </rect>
  59. </property>
  60. <property name="text">
  61. <string/>
  62. </property>
  63. </widget>
  64. </widget>
  65. </widget>
  66. <resources/>
  67. <connections/>
  68. </ui>